Re: [R-pkg-devel] correcting errors in an existing package

2023-04-01 Thread Duncan Murdoch
On 31/03/2023 4:51 p.m., Dennis Boos wrote: Recently I got a message from CRAN that my package Monte.Carlo.se (on CRAN for the last few years) does not pass current testing. There seemed to be 2 problems:

Re: [R-pkg-devel] Vignette rebuilding failed

2023-04-01 Thread Duncan Murdoch
The error message seems pretty clear: "The function xfun::isFALSE() will be deprecated in the future. Please consider using base::isFALSE(x) or identical(x, FALSE) instead". So don't use xfun::isFALSE(). Duncan Murdoch On 31/03/2023 5:01 p.m., Deepankar Basu wrote: Hello All, I am in

[R-pkg-devel] Vignette rebuilding failed

2023-04-01 Thread Deepankar Basu
Hello All, I am in the process of developing an R package ( https://github.com/dbasu-umass/clptheory) and have encountered problems with the vignette. I had initially been able to build the vignette but *after *I added a new function to my package, I have been getting the error message that

[R-pkg-devel] correcting errors in an existing package

2023-04-01 Thread Dennis Boos
Recently I got a message from CRAN that my package Monte.Carlo.se (on CRAN for the last few years) does not pass current testing. There seemed to be 2 problems: *** 1. * checking LazyData

Re: [R-pkg-devel] Vignette rebuilding failed

2023-04-01 Thread Shota Ochi
> Error(s) in re-building vignettes: >... > --- re-building ‘lvpp.Rmd’ using rmarkdown > Quitting from lines 11-15 (lvpp.Rmd) > Error: processing vignette 'lvpp.Rmd' failed with diagnostics: > The function xfun::isFALSE() will be deprecated in the future. Please >consider using

Re: [R-pkg-devel] correcting errors in an existing package

2023-04-01 Thread Kevin R. Coombes
1. Yes, remove the "lazyData" line from the DESCRIPTION file. 2. Do you have "stats" in the "Imports" line in the DESCRIPTION file? If not, put it in along with the "importFrom" line in the NAMESPACE file. On 3/31/2023 4:51 PM, Dennis Boos wrote: Recently I got a message from CRAN that my

Re: [R-pkg-devel] correcting errors in an existing package

2023-04-01 Thread Ivan Krylov
On Fri, 31 Mar 2023 16:51:40 -0400 Dennis Boos wrote: > Also, I keep getting the message in the Rstudio check > > WARNING >'qpdf' is needed for checks on size reduction of PDFs > > > but I got the latest versions of R and Rstudio and was able to get > qpdf to install and loaded with