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

23-rebuild-vignettes #24

Closed brown-jason closed 4 months ago

brown-jason commented 4 months ago

Please pull down this branch and run devtools::check() and confirm that there are no errors when rebuilding vignettes.

── R CMD check results ──────────────────────────────────────────── ccdR 0.1.0 ──── Duration: 3m 3.7s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

brown-jason commented 4 months ago

assuming this works and we get no errors/warnings/notes this also closes #2

rachmaninoffpk commented 4 months ago

Ran devtools::check() and got no errors or warnings. There was one note, addressing the large size of the vignettes (the pictures are contributing to this). I think #9 will eventually fix this, so we should merge this now and worry about the memory issue separately.