Skip to content
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

Open
sckott opened this issue Nov 12, 2015 · 5 comments
Open

Reverse dependencies? #37

sckott opened this issue Nov 12, 2015 · 5 comments
Labels

Comments

@sckott
Copy link

sckott commented Nov 12, 2015

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

@gaborcsardi
Copy link
Contributor

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.

@sckott
Copy link
Author

sckott commented Nov 12, 2015

okay, close if you want

@gaborcsardi
Copy link
Contributor

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

wrote:

okay, close if you want


Reply to this email directly or view it on GitHub
https://github.com/metacran/crandb/issues/37#issuecomment-156214148.

@maelle maelle transferred this issue from r-hub/crandb May 13, 2019
@maelle maelle added the crandb label May 13, 2019
@maelle maelle mentioned this issue May 23, 2019
@maelle
Copy link
Member

maelle commented Dec 10, 2019

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. :-)

@gaborcsardi
Copy link
Contributor

gaborcsardi commented Dec 19, 2019

They are in crandb, e.g. http://crandb.r-pkg.org/-/revdeps/ps so we could have a function that returns them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants