@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.
@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.