rgnparser 0.3.0
CRAN release: 2023-12-12
NEW FEATURES
- Support was added for gnparser arguments
cultivar,capitalize,diaereses(#31)
DEFUNCT
-
install_gnparser()has been deprecated to stay in compliance with CRAN policies (“Packages should not write in the user’s home filespace, nor anywhere else on the file system apart from the R session’s temporary directory”)
BUG FIX
- A bug was fixed where the
ignore_tagsargument was not respected (#31)
rgnparser 0.2.6
CRAN release: 2023-02-13
BUG FIX
install_gnparser() now downloads the correct binary file depending on the system it installs ‘gnparser’ on.
rgnparser 0.2.0
CRAN release: 2021-01-25
NEW FEATURES
- A new gnparser version (v1) is out. In addition, gnparser has moved from Gitlab to Github; which also required changes to
install_gnparser()because we download Go binaries from the gnparser source repository (#7) - As part of new gnparser version, arguments have changed in
gn_parse()andgn_parse_tidy():formathas been removed.batch_sizeandignore_tagswere added to both functions, whiledetailswas added togn_parse()only. See docs for details. (#11) - gnparser v1 or greater is now required (#10)
DEFUNCT
-
gn_debug()is now defunct. the gnparser command for this function was removed in gnparser v1 (#9)
BUG FIXES
-
gn_version()was broken with the new gnparser version, fixed now (#8)
