New release accepted on CRAN
NEWS:
MINOR IMPROVEMENTS
- C++ code was improved by replacing push.backs with direct assignations
in vectors and also by passing arguments by reference where possible. - Dependence on Rcpp was reduced
BUG FIX
- having spaces at the beginning of a string could lead to the disappearing of the negative sign, thank you @diegoms for #53 .
- having E in the middle of a longitude string would NA while having a W would lead to a valid conversion.
Changes not listed in NEWS
- C++ requirement was removed from DESCRIPTION
- R/parzer-package.R was updated to the new
"_PACKAGE"structure - Removed dependencies in Suggest (randgeo, tibble)
- Vignette builder is now Quarto
- iDIv and Ropensci RORs added in DESCRIPTION