ctsit / rcc.billing

Automated, data-driven service billing implemented on REDCap Custodian
https://ctsit.github.io/rcc.billing/
Apache License 2.0
0 stars 3 forks source link

Modernize imports and conform to tidyselect #223

Closed pbchase closed 3 months ago

pbchase commented 3 months ago

@ljwoodley, in reviewing PR #219, I fixed a check error in R/get_orphaned_projects.R resulting in a cascade of other fixes unrelated to the PR. I moved all those fixes to this PR to reduce the noise in PR #219.

If I did this task right, this is just a refactor. I think the only risk is if I changed the pipe on something with a "." R pipes can't deal with ".". Magrittr pipes can.

Note, this PR branches off an intermediate commit of PR #219. You should probably review my work there first.