TidierOrg / TidierData.jl

Tidier data transformations in Julia, modeled after the dplyr/tidyr R packages.
MIT License
86 stars 7 forks source link

added interpolation support to separate #40

Closed drizk1 closed 1 year ago

drizk1 commented 1 year ago

I also added a brief example in the user guide.

I thought for sure it would run on commit one, but now its a draft as of rn. Im not sure why theres an issue with warning with rename thats failing the docs considering it was unedited.

kdpsingh commented 1 year ago

We need to run arguments through parse_interpolation() to ensure that interpolation works consistently across macros. Happy to take a look at this at some point unless you want to work that in (or if it's already worked in). I want to ensure consistency across macros for this piece of support.

drizk1 commented 1 year ago

Just switched it to use parse_interpolation() and it worked for me locally so it should be good to go. I'm just not sure what to do about rename warning that's making the checks fail.

kdpsingh commented 1 year ago

I'll take a look to see why the check is failing.