-
Updated moved URLs per CRAN request (#40).
-
Updated exposition, corrected typos, and added references to the vignettes (#37).
-
Fixed broken link to
CONTRIBUTING.md
in README (@c1au6i0, #37) -
Updated
get_chemical_synonym()
,get_chemical_synonym_batch()
to handle returned data more efficiently (#30). -
Updated documentation of internal helper functions
create_data.table_chemical_details()
,prepare_word()
(#24). -
Fixed
get_bioactivity_details()
to handle case whenmc6Param
field of returned data is NULL (#18). -
Fixed
get_bioactivity_details()
to handlem4id
parameter values that do not exist (#16). -
Adjusted
chemical_contains()
,chemical_equal()
, andchemical_starts_with()
to handle http 400 errors and returned information from those requests. Adjusted thechemical_contains_batch()
,chemical_equals_batch()
, andchemical_starts_with_batch()
to return named lists of valid and invalid search results, with invalid results containing information from 400 errors (@kisaacs1, #12). -
Added examples in
Chemical.Rmd
vignette forget_chemical_details_batch()
(#8).
-
Added warning for missing
API_key
parameter and missing stored API key to all functions that wrap API endpoints (#35). -
Added error handling for invalid API key inputs to all functions that wrap an API endpoint (#33).
-
Added functions
get_all_list_types()
,get_chemicals_in_list_start()
,get_chemicals_in_list_start_batch()
get_chemicals_in_list_exact()
,get_chemicals_in_list_exact_batch()
,get_chemicals_in_lists_contain()
,get_chemicals_in_lists_contain_batch
(). Addedgsid
parameter toget_chemical_image()
. UpdatedChemical.rmd
vignette to include examples for new chemical functions and new features (#30). -
Added
check_existence_by_dtxsid()
,check_existence_by_dtxsid_batch()
functions. Updated theChemical.Rmd
vignette to include examples of how to use these functions andctxR
hex logo location (#28). -
Added parameter
limit
and default value 200 togenerate_ranges()
function and fixed. Fixed request limit inchemical_equal_batch()
function (@seanthimons, #26). -
Added pkgdown website for development version of package (#22).
-
Added monthly download and CRAN version badges to
README.md
andREADME.Rmd
files (#14). -
Added
get_httk_data()
,get_httk_data_batch()
,get_general_exposure_prediction()
,get_general_exposure_prediction_batch()
,get_demographic_exposure_prediction()
,get_demographic_exposure_prediction_batch()
functions. Updated theExposure.Rmd
vignette to include examples of how to use these functions (#10). -
Added pkgdown site for CRAN version of
ctxR
(#20).
- Initial release. Renamed package from
ccdR
package for better alignment with US EPA CTX APIs.