Closed strengejacke closed 4 years ago
What do you mean?
I think I have fixed all occurrences... In the vignettes, we have !requireNamespace() && !requireNamespace()
etc. But it should be ||
, not &&
. Else, the vignettes will be compiled, unless all packages are unavailable. However, it should only compile if all packages are available.
So, for bayestestR 0.5.1, we now still have warnings on CRAN: https://cran.r-project.org/web/checks/check_results_bayestestR.html
Which probably should be fixed the next time (we could wait some days for rstanarm to be fixed, then the warnings will disappear).
oops :/
damn, I hope we have fixed every occurence now, and in the right way... better closing this - at some point, we also need hope to fix bugs. ;-)
@DominiqueMakowski @mattansb Guys, we have made a stupid mistake, meaning that pkgs like bayestestR now still fail ("warn") for CRAN checks...
should be
&&
=>||