Type: Package Package: ccdR Title: Utilities for Interacting with the 'CTX' APIs Version: 1.1.0 Authors@R: c( person("Paul", "Kruse", email = "kruse.paul@epa.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5516-9717")), person("Caroline", "Ring", email = "ring.caroline@epa.gov", role = c("aut"), comment = c(ORCID = "0000-0002-0463-1251")), person("Madison", "Feshuk", role = "ctb", email = "feshuk.madison@epa.gov", comment = c(ORCID = "0000-0002-1390-6405")), person("Carter", "Thunes", role = "ctb", email = "thunes.carter@epa.gov"), person("Jason", "Brown", role = "ctb", email = "brown.jason@epa.gov") ) Description: Access chemical, hazard, bioactivity, and exposure data from the Computational Toxicology and Exposure ('CTX') APIs . 'ccdR' was developed to streamline the process of accessing the information available through the 'CTX' APIs without requiring prior knowledge of how to use APIs. Most data is also available on the CompTox Chemical Dashboard ('CCD') and other resources found at the EPA Computational Toxicology and Exposure Online Resources . License: GPL (>= 3) Imports: cli, data.table, httr, jsonlite, purrr, rlang, stringr, tidyr, tibble, urltools Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Suggests: countcolors, devtools, DT, ggplot2, gridExtra, httptest, knitr, prettydoc, rmarkdown, testthat (>= 3.0.0), XML URL: https://github.com/USEPA/ccdR BugReports: https://github.com/USEPA/ccdR/issues VignetteBuilder: knitr Config/testthat/edition: 3 Depends: R (>= 2.10) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://usepa.r-universe.dev Date/Publication: 2024-07-09 13:17:56 UTC RemoteUrl: https://github.com/usepa/ccdr RemoteRef: HEAD RemoteSha: 9efb857b397a1758edececbfc90f158a99616953 NeedsCompilation: no Packaged: 2026-07-02 06:52:57 UTC; root Author: Paul Kruse [aut, cre] (ORCID: ), Caroline Ring [aut] (ORCID: ), Madison Feshuk [ctb] (ORCID: ), Carter Thunes [ctb], Jason Brown [ctb] Maintainer: Paul Kruse