Re: [R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

2022-09-23 Thread Kelter, Riko
Hello again, the solution of Duncan seems to work. When resubmitting the package everything worked without any warnings, so this seems to have been some CRAN-side issue of using ggplot 3.3.4 (maybe due to caching as explained by Duncan). Thanks again for the help. Kind regards, Riko Am 23. Sep

Re: [R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

2022-09-23 Thread Riko Kelter
Dear Duncan, thanks for the info! This sounds quite reasonable because I used the winbuilder service provided at https://win-builder.r-project.org which I used for running tests on the current version of R-devel this warning occurred. It seems possible that some ggplot version 3.3.4 is cached

Re: [R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

2022-09-23 Thread Duncan Murdoch
I installed your tarball, and I do see element_line being called while loading it, though I don't get the warning. The call I see is from ggplot2::theme_grey, which is called (eventually) from .onLoad in the stan package. I'm using the CRAN version of ggplot2, which is version 3.3.6. Your e

Re: [R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

2022-09-23 Thread Riko Kelter
Hello again, thanks for the help. Here is a link to download the .tar.gz package: https://uni-siegen.sciebo.de/s/Z9BKwutIPGMieGh I followed the advice to scan the examples, source code and vignettes with the trace function for occurrences of the element_line call. Results: Only when loading eith