Skip to content
Prev 21309 / 21319 Next

[Bioc-devel] rworkflows temporary CRAN removal and next steps

Thanks for the update.

Just in case, there is indeed a CRAN check NOTE. On
https://cran-archive.r-project.org/web/checks/2026/2026-03-03_check_results_rworkflows.html,
there's a link to 'donttest' check logs:

https://www.stats.ox.ac.uk/pub/bdr/donttest/rworkflows.out

which reports:

* checking for new files in some other directories ... NOTE
Found the following files/directories:
  ?~/.cache/R/rworkflows?
  ?~/.cache/R/rworkflows/versions-manifest.json?

I think the rule is that unless those existed before R CMD check started,
they shouldn't be there afterwards, i.e. running checks shouldn't leave
anything behind.

You can manually check for this, but it's probably easier to set something
like

Sys.setenv(XDG_CACHE_HOME = tempdir())

at the beginning of your test scripts.

Henrik
On Fri, Mar 20, 2026, 05:16 Hiranyamaya Dash <hdash.work at gmail.com> wrote: