Open HenrikBengtsson opened 10 months ago
BLOCKER: It will be hard to discern writes/updates made by the R CMD check
run from those that may occur from other R processes running on the same machine by the same user.
The only way to resolve this, is to use session-specific user folders. This can be achieved by setting R_USER_DATA_DIR
, R_USER_CONFIG_DIR
, and R_USER_CACHE_DIR
(from ?tools::R_user_dir()
) to temporary folders. This would in turn lead to all checks being run with empty file caches, etc.
Something like:
See also
This is not the solution to, but it's related to a discussion on running
R CMD check
with an already populated cache over that the Bioconductor#bioc-builds
channel, cf. https://community-bioc.slack.com/archives/CEQ04GKEC/p1702394023260179?thread_ts=1701914888.153329&cid=CEQ04GKEC