-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse dependencies? #37
Comments
Yes, updating them is not trivial, that's why it is not there. It is not hard of course, but I need to write some external JS code to do it, because the DB is not very good at these sort of things. |
okay, close if you want |
No, I want to implement them, so let's leave this open. On Thu, Nov 12, 2015 at 7:46 PM, Scott Chamberlain <notifications@github.com
|
Is there no easier way to retrieve rev deps than pkgsearch::advanced_search(Package = "rversions")$revdeps
#> [1] 2
pkgsearch::advanced_search(Imports = "rversions")$package
#> [1] "packageRank" "devtools" Created on 2019-12-10 by the reprex package (v0.3.0) I visit CRAN pages of packages just to see reverse dependencies, and am wondering whether I should change my workflow. :-) |
They are in crandb, e.g. http://crandb.r-pkg.org/-/revdeps/ps so we could have a function that returns them. |
Seems like these aren't collected, or am I missing something. perhaps there is a route that has these e.g., like
/pkg/reverse_deps
The text was updated successfully, but these errors were encountered: