Added envirotox_data (list), envirotox_acute, envirotox_chronic, and envirotox_chemical datasets from the EnviroTox database.
ANZTox datasets
Added anztox_data aggregated dataset derived from the ANZTox database, with accompanying Quarto vignette documenting data processing steps.
WQBench datasets
Added wqbench_data aggregated dataset from Australian water quality benchmarking work.
New and improved functions
ssd_data_sets() gains a set argument supporting "v1", "v2" (default), prefix vectors (e.g. c("aims", "ccme")), "wqbench", "envirotox_acute", "envirotox_chronic", "anztox", and "alldata" to flexibly retrieve per-chemical tibbles from any data source.
ssd_data_sets() gains a split argument to further split datasets by arbitrary columns.
ssd_data_sets() gains a summarize argument ("geomean" or "none") controlling duplicate species handling.
ssd_data_sets() gains a cas_lookup argument for CAS number alignment across sources.
Column names standardised across all datasets returned by ssd_data_sets(): Species (first) and Conc (second) are guaranteed.
Added list_datasets() as a deprecated wrapper for backwards compatibility with EnviroTox workflows.
Other changes
Updated ssd_fits dataset to align distribution naming with ssdtools and distinguish shinyssdtools results.
Auto-generated _pkgdown.yml via data-raw/build_pkgdown_yml.R with structured reference sections.
Added Ayla Pearson as package author.
Documentation improvements throughout, including Rdpack bibliography references for new datasets.