Skip to content
Prev 6087 / 12125 Next

[R-pkg-devel] EHRtemporalVariability package check warning, cannot fix

Hi Carlos,

Your package seems to use BiocStyle to output the vignette. I have encountered a similar error with my NutrienTrackeR package. The issue was triggered by the latest update to the knitr package, which caused knitting of vignettes in BiocStyle output to fail.

The issue was resolved by the Bioconductor team by pushing a new version of BiocStyle. This fixed all packages dependent on BiocStyle on Bioconductor, and seems to also have fixed the build reports for NutrienTrackeR for all linux and MacOS builds.

However, it has not fixed the error for the windows builds (https://cran.r-project.org/web/checks/check_results_NutrienTrackeR.html) . The error seems very similar to what you are getting, also being triggered by the first line of code in the vignette. If the issue is the same as what I was having, it will be triggered no matter how many chunks you remove, since it is the underlying combination of updated knitr and possibly not latest BiocStyle which triggers it.

Perhaps winbuilder and the machine building CRAN packages under windows are still not using the latest BiocStyle version for some reason?

Best wishes,

Rafa