Skip to content

parzer v0.4.4

Latest

Choose a tag to compare

@AlbanSagouis AlbanSagouis released this 23 Jul 12:57
· 6 commits to main since this release
5bb1844

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