Open bschilder opened 2 years ago
Supplying ref
and pkg
args to the badger
functions did seem to help either. Neither did turning off: add_hex
or add_version
. Which is really weird, be the error occurs right after the message for "Adding version."
Might be related to utils::packageDescription
, as I'm having similar issues in echodeps::package_metadata
, which uses that same function and was working fine until recently.
This error only seems to occur in the examples during Rstudio checks. I can't even replicate it with:
devtools::run_examples()
in the Rstudio console:Seems like it might be related to the checks having a different dir structure, but can't figure it out.
Related issue: https://github.com/r-lib/here/issues/49
rprojroot
might help somehow: https://cran.r-project.org/web/packages/rprojroot/vignettes/rprojroot.htmlSession info