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