-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
rbmi is leaving files in the cache directory when run on CRAN which is causing a note in the CRAN R CMD check logs:
Found the following files/directories:
‘~/.cache/R/rbmi/rbmi_MMRM_us_default_999123a8603e2aaf4bc799fe64ecafd9.rds’
‘~/.cache/R/rbmi/rbmi_MMRM_us_default_999123a8603e2aaf4bc799fe64ecafd9.stan’
* DONE
Primary cause appears to be due to rbmi writing *.stan files to the cache directory even when rbmi.enable_cache = FALSE. That being said I am confused as to why the *.rds file is still being created as Stan should have autowrite disabled during CRAN tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working