ropensci / allodb

An R package for biomass estimation at extratropical forest plots.
https://docs.ropensci.org/allodb/
GNU General Public License v3.0
36 stars 11 forks source link

Backport str2lang()? #147

Closed maurolepore closed 3 years ago

maurolepore commented 3 years ago

The function str2lang() was released in R 3.6.0 so the package fail for users of R < 3.6.0. You can see this on CI (notice the workflow fails with ubuntu and R 3.5.0).

https://github.com/r-lib/backports#backports-for-r-versions-prior-to-360

I'm not familiar with that funciton so not sure how easy/hard is to re-implement. Alternatively we could backport it with the backports package: https://github.com/r-lib/backports#in-packages

cpiponiot commented 3 years ago

Ok, I'll change the function back to parse

gonzalezeb commented 3 years ago

issue solved