R CMD check warning when checking a package built using instantiate
#19
-
I'm trying to build a package using
Any help on how to resolve this warning would be greatly appreciated. Example code to reproduce the warningThe following steps can be used to reproduce the warning message:
instantiate::stan_package_create("example")
instantiate::stan_package_configure("example")
usethis::use_mit_license()
devtools::check() ## generate the warning message as described above Session info:
|
Beta Was this translation helpful? Give feedback.
Answered by
wlandau
Feb 6, 2024
Replies: 1 comment 1 reply
-
Thank, I reproduced what you saw and fixed it in c69fb64. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xinxinc476
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank, I reproduced what you saw and fixed it in c69fb64.