Changes in version 1.0.0.9000 New datasets ANZG datasets - Added 30 new ANZG individual chemical datasets: anzg_alpha_cypermethrin_fresh, anzg_aluminium_marine, anzg_ametryn_fresh, anzg_ammonia_fresh, anzg_bisphenol_a_fresh, anzg_bisphenol_a_marine, anzg_boron_fresh, anzg_chlorine_marine, anzg_chromium_III_fresh, anzg_copper_marine, anzg_dioxins_fresh, anzg_diuron_fresh, anzg_diuron_marine, anzg_fipronil_fresh, anzg_fluoride_fresh, anzg_glyphosate_fresh, anzg_iron_fresh, anzg_iron_marine, anzg_mancozeb_fresh, anzg_manganese_marine, anzg_mcpa_fresh, anzg_metolachlor_fresh, anzg_metsulfuron_methyl_fresh, anzg_nickel_marine, anzg_nitrate_hard_fresh, anzg_nitrate_moderate_fresh, anzg_nitrate_soft_fresh, anzg_paraquat_fresh, anzg_perfluorooctane_sulfonate_pfos_fresh, anzg_picloram_fresh, anzg_simazine_fresh, anzg_simazine_marine, anzg_sulfometuron_methyl_fresh, anzg_zinc_marine. - Added anzg_data aggregate dataset. EnviroTox datasets - 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. - Naming convention standardised (e.g. freshwater → fresh, marine suffix). Changes in version 1.0.0 (2021-11-05) - Release to CRAN. - Added ssd_fits dataset of fitted SSD results. - CRAN packaging fixes: license, URLs, return value descriptions. Changes in version 0.0.0.9001 - Added datasets. - Initialised package.