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 base::isFAL

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 the

[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 "Vig