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
"Cyclic dependency check skipped" in release() #602
Comments
We could resolve this by setting a CRAN options somewhere, but I'm not sure where given that we're running with |
I have to take a closer look. This might be related to #603. |
I don't think it's related. |
The note also occurs with From the description of R startup, I guess we'll have to:
How about adding a new argument |
How does this work on travis? You can set a CRAN env var there. |
Related to #678 |
We seem to need all of the three above -- our own
|
Seems like we should modify It might be possible to just do it via env vars, by setting Maybe we can drop |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
When I call
devtools::release()
, at some point during the check process the following message appears:I'm not sure if the
NOTE
about package dependencies is related to the note about the\Sexpr
-s. Withcheck(cran = TRUE)
these notes are not shown.The text was updated successfully, but these errors were encountered: