You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot get the grouped version to work to also include the group variables. It now only returns the distinct variable if set...
Another idea - You should mention on your README that this package is a great, great idea for package developers that do not want to be dependent on dplyr (as it changes too often for sustainable pkg development), but do want to code using dplyr methods. For those users you could also create an extra raw syntax file with all your functions without roxygen parts (remove all lines starting with #') and your name on it, so they can copy it to their package.
The text was updated successfully, but these errors were encountered:
Thanks for the code 🙂 I’ll take a look when I get a chance.
Another idea - You should mention on your README that this package is a great, great idea for package developers that do not want to be dependent on dplyr (as it changes too often for sustainable pkg development), but do want to code using dplyr methods.
Yes and no. It’s good because there are much fewer dependencies. But the aim of poorman is to replicate dplyr as closely as possible. So any changes seen in dplyr are likely to make their way into poorman at some point.
For those users you could also create an extra raw syntax file with all your functions without roxygen parts (remove all lines starting with #') and your name on it, so they can copy it to their package.
Hmm, I think it might just be easier to depend on poorman to be honest. As more features get added, the code is likely to get more complex. Given there will only ever be the one package to depend on with poorman, I don’t think it’s too much of an issue.
Suggestion:
I cannot get the grouped version to work to also include the group variables. It now only returns the distinct variable if set...
Another idea - You should mention on your README that this package is a great, great idea for package developers that do not want to be dependent on
dplyr
(as it changes too often for sustainable pkg development), but do want to code usingdplyr
methods. For those users you could also create an extra raw syntax file with all your functions without roxygen parts (remove all lines starting with#'
) and your name on it, so they can copy it to their package.The text was updated successfully, but these errors were encountered: