moodymudskipper / safejoin

Wrappers around dplyr functions to join safely using various checks
GNU General Public License v3.0
42 stars 7 forks source link

Is CRAN on the horizon? #39

Closed Ljupch0 closed 2 years ago

Ljupch0 commented 4 years ago

Curious to know as I'm planning to use the safe joins in a production environment,

moodymudskipper commented 4 years ago

Not in the short term, in some places the code is a mess and I'd like to sort it out first, I think I should get to it though. I was also thinking that dplyr would tackle this and didn't want to work for nothing, but they didn't and just released a major version so maybe I need to step back in.

I had stopped working on it because it worked for my purpose and I wasn't seeing much demand.

Any lurker seeing this please apply the emoji of your choice so I can see if there's demand and act accordingly.

If I do it, count a couple months to be safe.

Ljupch0 commented 4 years ago

The conflict argument just saved my life. I can't believe that standard dplyr doesn't have it. In so many cases you're joining dfs with duplicate columns and you end up with the .x .y nightmare.

moodymudskipper commented 2 years ago

This {safejoin} package will never be on CRAN but {powerjoin} will be