NEWS
text2sdg 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
text2sdg 1.1.0
- added testing
- fixed some bugs discovered by the tests
- run
styler::style_pkg()
text2sdg 1.0.1
Some small updates for pkgdown and typo fixes in the vignette.
text2sdg 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
text2sdg 0.2.0
text2sdg 0.1.6 (2022-09-08)
- Fixed bug in detect_any function (did not work as expected with argument output = "documents")
text2sdg 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.
text2sdg 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
text2sdg 0.1.3 (2022-05-31)
text2sdg 0.1.2 (2021-11-30)
- fix debian-clang-devel encoding issue
- fix no SDGs detected bug
text2sdg 0.1.1 (2021-11-07)
text2sdg 0.1.0 (2021-10-12)