Skip to content
Prev 6918 / 12125 Next

[R-pkg-devel] R vignettes

On 28/04/2021 4:41 p.m., Danielle Maeser wrote:
That would be a result of your code.  Do you call install.packages() in 
one of your functions?  Normally you shouldn't do that.
Similarly, something in your code or NAMESPACE file.  Do you refer to 
cli::col_ed, or try to import col_ed from cli?
Do you really have a data subdir in your package? You shouldn't have the 
LazyData line without one.
You shouldn't list knitr in both Depends and Suggests.

Duncan Murdoch