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

Fix API key unit tests #42

Open rachmaninoffpk opened 3 months ago

rachmaninoffpk commented 3 months ago

Unit tests for detecting and defaulting to stored API key in function calls pass during local testing but fail during remote server test, e.g. devtools::check_mac_release(), devtools::check_win_devel(), devtools::check_rhub(). These tests are currently commented out, but should be included in the future.