When I call devtools::release(), at some point during the check process the following message appears:
Package has help file(s) containing install/render-stage \Sexpr{} expresssons but no prebuilt PDF manual.
* checking package namespace information ... OK
* checking package dependencies ... NOTE
No repository set, so cyclic dependency check skipped
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
I'm not sure if the NOTE about package dependencies is related to the note about the \Sexpr-s. With check(cran = TRUE) these notes are not shown.
When I call
devtools::release(), at some point during the check process the following message appears:I'm not sure if the
NOTEabout package dependencies is related to the note about the\Sexpr-s. Withcheck(cran = TRUE)these notes are not shown.