"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: