ropensci / parzer

Parse geographic coordinates
https://docs.ropensci.org/parzer
Other
63 stars 6 forks source link

Remove dependency on randgeo? #48

Closed maelle closed 1 year ago

maelle commented 1 year ago

:wave: @AlbanSagouis! randgeo has been archived on GitHub (not on CRAN yet), as it's no longer maintained. Could it be removed from parzer? Do you need help with that (a PR for instance)?

github-actions[bot] commented 1 year ago

Thanks! \nWe will look into it ASAP.

mpadge commented 1 year ago

@maelle It's only used in on example, so can easily be removed. Thanks! @AlbanSagouis The code is here: https://github.com/ropensci/parzer/blob/44e2ef90884f86521d57a3f245863943e92e175f/R/parse_hemisphere.R#L31-L32

maelle commented 1 year ago

@mpadge thank you!! @AlbanSagouis could you please tell me when you plan the next CRAN release of parzer? And tell me what that release is on CRAN?

AlbanSagouis commented 1 year ago

Hi Maëlle, I’ll work on parzer in April and together with @mpadge, we will remove the dependency on rcpp and use cpp11 instead. So the next CRAN release should be in spring or summer, it will be a major one codewise and hopefully a major performance improvement. No new feature planned though.

On Thu, Mar 9, 2023 at 05:10, Maëlle Salmon @.***> wrote:

@.(https://github.com/mpadge) thank you!! @.(https://github.com/AlbanSagouis) could you please tell me when you plan the next CRAN release of parzer? And tell me what that release is on CRAN?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

maelle commented 1 year ago

thank you!