Skip to content
Prev 11129 / 21312 Next

[Bioc-devel] Bioconductor issue 395: How to stop generating cache folder?

Hi,

My package name is OPWeight in the GitHub. My issue is, during the R cmd
check, my package always generates the OPWeight_cache folders. I basically
need to stop generating OPWeight_files/, OPWeight_cache/, OPWeight.html,
and OPWeight.R in order to make the package in an acceptable size, which is
less than 4MB.

Do I need to delete those files manually all the time or is there any way
to automatically stop generating those files?

Thank you