Type: Package
Package: ccdR
Title: Utilities for Interacting with the 'CCTE' APIs
Version: 1.0.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, and bioactivity data from the Center for
   Computational Toxicology and Exposure ('CCTE') APIs 
   <https://api-ccte.epa.gov/docs/>. 'ccdR' was developed to streamline the 
   process of accessing the information available through the 'CCTE' APIs 
   without requiring prior knowledge of how to use APIs. All data is also 
   available on the CompTox Chemical Dashboard ('CCD')
   <https://comptox.epa.gov/dashboard/>. 
License: GPL (>= 3)
Imports: cli, data.table, httr, jsonlite, purrr, rlang, stringr, tidyr,
        tibble, urltools
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests: countcolors, devtools, 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)
NeedsCompilation: no
Packaged: 2024-03-28 12:48:38 UTC; PKRUSE
Author: Paul Kruse [aut, cre] (<https://orcid.org/0000-0001-5516-9717>),
  Caroline Ring [aut] (<https://orcid.org/0000-0002-0463-1251>),
  Madison Feshuk [ctb] (<https://orcid.org/0000-0002-1390-6405>),
  Carter Thunes [ctb],
  Jason Brown [ctb]
Maintainer: Paul Kruse <kruse.paul@epa.gov>
Repository: CRAN
Date/Publication: 2024-03-29 20:50:07 UTC
Built: R 4.2.3; ; 2024-03-29 22:07:13 UTC; unix
