RajLabMSSM / echolocatoR

Automated statistical and functional fine-mapping pipeline with extensive API access to datasets.
https://rajlabmssm.github.io/echolocatoR
MIT License
34 stars 11 forks source link

R CM check: sub-directories of 1Mb or more: doc #108

Closed bschilder closed 1 year ago

bschilder commented 2 years ago
N  checking installed package size ...
     installed size is 10.4Mb
     sub-directories of 1Mb or more:
       doc  10.0Mb

After a quick search this seems to be due to the large size of my rendered vignettes. The main culprit may be the many plots, so I could try not printing so many.

bschilder commented 1 year ago

Now down to 7.1Mb after reducing the number of plots actually renders, and skipping some code chunks. Still over tho.

N  checking installed package size ...
     installed size is  7.1Mb
     sub-directories of 1Mb or more:
       doc   6.7Mb
bschilder commented 1 year ago

Resolved this by offloading the vignettes to their respective echoverse modules. Also, added a new function echogithub::github_pages_vignettes to create a Table of Contents across all echoverse modules. Added this to the echolocatoR README.

Screenshot 2022-11-12 at 11 53 58