Changelog
Source:NEWS.md
ctxR 1.1.3
CRAN release: 2025-10-08
Major improvements and fixes
- Update api host from cloud.gov to local server throughout package (#70)
New Features
Added functions for the Exposure domain CCD endpoints
get_product_use_category(),get_product_use_categories_batch(),get_production_volume(),get_production_volume_batch(),get_biomonitoring_data(),get_biomonitoring_data_batch(),get_general_use_keywords(),get_general_use_keywords_batch(),get_reported_functional_use(),get_reported_functional_use_batch(),get_chemical_weight_fraction(), andget_chemical_weight_fraction_batch()(#71).Added functions for Exposure domain MMDB endpoints
get_medium_categories(),get_single_sample_records_by_dtxsid(),get_single_sample_records_by_dtxsid_batch(),get_single_sample_records_by_medium(),get_single_sample_records_by_medium_batch(),get_aggregate_records_by_dtxsid(),get_aggregate_records_by_dtxsid_batch(),get_aggregate_records_by_medium(),get_aggregate_records_by_medium_batch() (#71).Added examples to
ctxR_04_Exposure.Rmdvignette for new CCD and MMDB endpoint functions (#71).
ctxR 1.1.2
CRAN release: 2025-04-07
Minor improvements and fixes
- Updated roles in
DESCRIPTIONfile and Roxygen version (#57).
ctxR 1.1.1
CRAN release: 2025-04-01
Minor improvements and fixes
- Updated roles in
DESCRIPTIONfile (#55).
ctxR 1.1.0
CRAN release: 2025-01-08
Minor improvements and fixes
Updated moved URLs per CRAN request (#40).
Updated exposition, corrected typos, and added references to the vignettes (#37).
Fixed broken link to
CONTRIBUTING.mdin 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 whenmc6Paramfield of returned data is NULL (#18).Fixed
get_bioactivity_details()to handlem4idparameter 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.Rmdvignette forget_chemical_details_batch()(#8).
New features
Added warning for missing
API_keyparameter 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(). Addedgsidparameter toget_chemical_image(). UpdatedChemical.rmdvignette to include examples for new chemical functions and new features (#30).Added
check_existence_by_dtxsid(),check_existence_by_dtxsid_batch()functions. Updated theChemical.Rmdvignette to include examples of how to use these functions andctxRhex logo location (#28).Added parameter
limitand 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.mdandREADME.Rmdfiles (#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.Rmdvignette to include examples of how to use these functions (#10).Added pkgdown site for CRAN version of
ctxR(#20).