Recent Releases of parzer
parzer - parzer v0.4.1
IMPROVED DOCUMENTATION
Documentation was improved to make the objective of parzer functions clearer: the package main focus is to parse messy and varied coordinate formats in character strings to reliably convert them to decimal degrees. Checks are made to ensure that latitude values are smaller than 90 for example but this is not the core role of parzer functions. Work by @robitalec
ACKONWLEDGEMENTS CHANGES
- new contributors to the package: @robitalec, @maelle and @yutannihilation
- new maintainer: @AlbanSagouis
- R
Published by AlbanSagouis over 4 years ago
parzer - parzer v0.4.0
MINOR IMPROVEMENTS
- performance improvement for internal function
scrub(), used in most exported functions in parzer (#30) work by @AlbanSagouis - work around for non-UTF8 MBCS locales: now all exported functions go through a modified
.Call()in which we usewithr::with_locale()if the user is on a Windows operating system (#31) (#32) work by @yutannihilation
- R
Published by sckott over 5 years ago
parzer - parzer v0.3.0
BUG FIXES
- fix problem in
parse_llstr(): on older R versions wherestringsAsFactors=TRUEby default this function was returning strings as factors from an internal function that caused a problem in a subsequent step in the function (#29)
- R
Published by sckott over 5 years ago
parzer - parzer v0.2.0
NEW FEATURES
- new contributor to the package @AlbanSagouis
- gains new function
parse_llstr()to parse a string that contains both latitude and longitude (#3) (#24) (#26) (#28) work by @AlbanSagouis
MINOR IMPROVEMENTS
- updated
scrub()internal function that strips certain characters to include more things to scrub (#25) work by @AlbanSagouis
- R
Published by sckott over 5 years ago
parzer - parzer v0.1.4
MINOR IMPROVEMENTS
- add support to internal function for additional degree like symbols (#21)
- fix issue with
parse_parts_lat()/parse_parts_lon()functions where an NA was causing warnings on the cpp side; on cpp side, now check for NA and return list of NAs instead of NAs passing through other code (#23)
- R
Published by sckott about 6 years ago