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

2022-09-22 Thread Riko Kelter
Hello everyone, I ran R CMD check --as-cran without any errors. However, when I run a check on the current version of r-devel I obtain the following strange error about some ggplot function: * installing *source* package 'fbst' ... ** using staged installation ** R ** inst ** byte-compile and

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

2022-09-23 Thread Riko Kelter
* > > 0.5)) > > } > > > > > > so bayesplot seems to be the culprit if you use these functions. > > > > On Thu, 22 Sept 2022 at 13:51, Alexandre Courtiol > > mailto:alexandre.court...@gmail.com)> wrote: > > > You could trace the ggplot fu

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

2022-09-23 Thread Riko Kelter
the package and run your examples. Whenever the function is used in the background, it should tell you. ++ On Thu, 22 Sept 2022 at 13:40, Duncan Murdoch mailto:murdoch.dun...@gmail.com)> wrote: On 21/09/2022 5:09 p.m., Riko Kelter wrote: Hello everyone, I ran R CMD check --as-cran witho

Re: [R-pkg-devel] Too many processes spawned on Windows and Debian, although only 2 cores should be used

2022-11-16 Thread Riko Kelter
nseMatrix, nInit = nInit, Nmax = Nmax, batchsize = batchsize, a0 = a0, b0 = b0, refFunc = "lolu",      shape1 = shape1, shape2 = shape2, truncation = truncation)     tempMatrix #Equivalent to finalMatrix = cbind(finalMatrix, tempMatrix)  

[R-pkg-devel] Too many processes spawned on Windows and Debian, although only 2 cores should be used

2022-11-15 Thread Riko Kelter
Hello, I have a short question on the number of processes which are spawned during parallelization. My package passes R CMD check –as-cran on MacOS and Linux, but the vignettes fail with the following error on Windows and Debian: |--- re-building 'gettingstarted.Rmd' using rmarkdown Quitting