Sven E. Templer
2014-Sep-03 23:03 UTC
[Rd] 'library(ggplot2)' R CMD check WARNING in vignette R code
Hi, can I claim the warning that occurs (at R CMD check --as-cran) when I use 'library(ggplot2)' in executed vignette code as SPURIOUS (as mentioned in the CRAN policies at section 'Submission') and (since it is the only warning/error) get my package submission accepted? Has anybody experience with that? Otherwise, is there a workaround to evaluate this code (and calls to ggplot()) in a vignette for a CRAN package? Thank you, Sven.
Uwe Ligges
2014-Sep-03 23:16 UTC
[Rd] 'library(ggplot2)' R CMD check WARNING in vignette R code
On 04.09.2014 01:03, Sven E. Templer wrote:> Hi, > > can I claim the warning that occurs (at R CMD check --as-cran) when I > use 'library(ggplot2)' in executed vignette code as SPURIOUS (as > mentioned in the CRAN policies at section 'Submission') and (since it > is the only warning/error) get my package submission accepted? Has > anybody experience with that? Otherwise, is there a workaround to > evaluate this code (and calls to ggplot()) in a vignette for a CRAN > package?We don't know what the waring is, hence hard to help. My guess is you forgot to declare a dependency such as "Suggestes" on ggplot2. Best, Uwe Ligges> > Thank you, > Sven. > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >