nathaneastwood / poorman

A poor man's dependency free grammar of data manipulation
https://nathaneastwood.github.io/poorman/
Other
340 stars 15 forks source link

supporting older R versions #94

Closed IndrajeetPatil closed 2 years ago

IndrajeetPatil commented 3 years ago

Recently, we switched from {dplyr} to {poorman} in all our packages, and it went smoothly! So, first, thanks for this amazing contribution! 🙇‍♂️

The only thing that we found to be missing was support for R 3.4. {dplyr} currently supports all versions upwards of R 3.3, but {poorman} from R 3.5.

So we were wondering if there is any possibility to also support these older versions?

Thanks.

nathaneastwood commented 3 years ago

Hi @IndrajeetPatil. Thanks for the support. This shouldn’t be an issue at all. I’ll need to do some testing which I will try to get to over the weekend.

nathaneastwood commented 3 years ago

Out of curiosity, which packages are you using poorman in?

IndrajeetPatil commented 3 years ago

Awesome!

We are actually switching to {poorman} across our entire ecosystem. You can have a look at the individual packages here: https://github.com/easystats

nathaneastwood commented 3 years ago

That's amazing!! I'll definitely take a look at this asap!

bgilman-nyk commented 2 years ago

+1