metrumresearchgroup / review

helpful tools for organizing and performing quality control (QC) tasks
https://metrumresearchgroup.github.io/review/
2 stars 0 forks source link

create review::move function #16

Closed andersone1 closed 1 year ago

andersone1 commented 1 year ago

A function with the ability to move a file and have it persist correctly in the log

we do this manually now, the steps are:

  1. svn move old-path/file.R new-path/file.R (must be an svn move to keep the history)
  2. Go into the QC log and manually change the path

Once these two things are done, from the review package standpoint, it is as if the file was always there (e.g. logPending(), diffQced(), etc all work correctly