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 dependency checks? #364

Open
therneau opened this issue Mar 31, 2020 · 3 comments
Open

Reverse dependency checks? #364

therneau opened this issue Mar 31, 2020 · 3 comments

Comments

@therneau
Copy link

The documentation doesn't say whether it does or it doesn't do reverse dependency checks.
Is there a simple batch interface? I could use one for survival (681 reverse deps), where "send me a message when you are done" is much simpler than leaving a web page or R job open for a long while. When I tried the web interface is says "something went wrong" after 2 min or so. Same thing if I open the link from an check() call in R (now rotating the spinning line for over an hour).

....
Token added for ‘therneau@mayo.edu

─ Uploading package
─ Preparing build, see status at
https://builder.r-hub.io/status/survival_3.1-12.tar.gz-471b073f8e1e487ca470a2029620f9ce

@gaborcsardi
Copy link
Collaborator

The documentation doesn't say whether it does or it doesn't do reverse dependency checks.

That's because it does not. :)

Is there a simple batch interface?

Yes, the rhub R package, see https://docs.r-hub.io/#package-builder

I could use one for survival (681 reverse deps), where "send me a message when you are done" is much simpler than leaving a web page or R job open for a long while.

I suggest you use the https://github.com/r-lib/revdepcheck package for reverse dependency checks, on your machine. It works best on macOS and R-release.

When I tried the web interface is says "something went wrong" after 2 min or so. Same thing if I open the link from an check() call in R (now rotating the spinning line for over an hour).

Your job is probably in the queue. See rhub::list_my_checks() and/or rhub::get_check(<id>).

@maelle
Copy link
Member

maelle commented Apr 1, 2020

@gaborcsardi since it's the second time rev deps came up, can we merge r-hub/docs#20?

@maelle
Copy link
Member

maelle commented Apr 1, 2020

https://docs.r-hub.io/#revdeps now the docs are clearer (hopefully) @therneau 🙂

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

No branches or pull requests

3 participants