Changes in version 1.1.2 (2025-09-08) - Updated citation information to include published papers (The R Journal and Sustainability Science) - Fixed URLs in documentation to resolve CRAN check notes - Fixed Rd cross-references for better documentation compliance - Updated package documentation format for compatibility with newer R versions Changes in version 1.1.1 (2023-03-17) - outsourced trained ensemble model to 'text2sdgData' package - added internal seed to 'detect_sdg' to make ensemble model predictions deterministic - added 'testthat::skip_on_cran' to most tests to stay below max CRAN check time Changes in version 1.1.0 - added testing - fixed some bugs discovered by the tests - run styler::style_pkg() Changes in version 1.0.1 Some small updates for pkgdown and typo fixes in the vignette. Changes in version 1.0.0 (2023-01-24) - added the Auckland query system - renamed the "detect_sdg" function to "detect_sdg_systems" - the "detect_sdg" function now implements an ensemble model, see Wulff, Meier and Mata (2023) for more information Changes in version 0.2.0 - changed hits to n_hits Changes in version 0.1.6 (2022-09-08) - Fixed bug in detect_any function (did not work as expected with argument output = "documents") Changes in version 0.1.5 (2022-08-30) - In the SIRIS queries, replaced "niƱo" with "nino" to resolve encoding error on CRAN r-devel-linux-x86_64-debian-clang flavor. This affects the queries with the query_id 2635 and 2650. - Renamed the "queries" argument of the detect_any function to "system". - Added arXiv preprint to Description field. Changes in version 0.1.4 (2022-07-15) - In the SDSN queries, replaced ""World\x92s hungry"" with ""World's hungry"", to comply with the new CRAN checks Changes in version 0.1.3 (2022-05-31) - rename ontology to OSDG Changes in version 0.1.2 (2021-11-30) - fix debian-clang-devel encoding issue - fix no SDGs detected bug Changes in version 0.1.1 (2021-11-07) - fix utf-8 bug on Linux Changes in version 0.1.0 (2021-10-12) - First CRAN release.