USEPA / ccdR

Utilities for Interacting with the CTX APIs in R without prior API knowledge. All data is also available on the CompTox Chemical Dashboard (CCD) https://comptox.epa.gov/dashboard/
https://api-ccte.epa.gov/docs/
GNU General Public License v3.0
2 stars 0 forks source link

Reduce size of vignettes #26

Closed rachmaninoffpk closed 4 months ago

rachmaninoffpk commented 4 months ago

The knitted vignettes include several pictures that are causing a memory issue when running devtools::check().

checking installed package size ... NOTE installed size is 5.1Mb sub-directories of 1Mb or more: doc 4.7Mb

0 errors ✔ | 0 warnings ✔ | 1 note ✖

brown-jason commented 4 months ago

Try running devtools::clean_vignettes() before you run devtools::check()