USEPA / ccdR

Predecessor to ctxR. 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://github.com/USEPA/ctxR
GNU General Public License v3.0
2 stars 0 forks source link

error building vignettes for devtools check #5

Closed brown-jason closed 6 months ago

brown-jason commented 6 months ago
  1. created httptest to store json from requests in vignette so they do not have to hit the server when building
  2. removed check for api_key so that the request can still be made with api key
  3. added check for 401 error that will return the old missing api_key error.

This breaks a bunch of tests that will need to be remade based on new handling of apikey logic, will address all tests in separate ticket