metrumresearchgroup / review

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

review.dashboard package ideas (shiny app) #120

Open andersone1 opened 2 months ago

andersone1 commented 2 months ago

Functions needed:


Get list of files with recent edits that are not in the QC log

get_files_at_risk(...)

File meta info on a file

get_file_meta(...)
- inputs (read, load) - to do this, read line of the file grep for "read" etc
- outputs (write, save)
- all previous authors
- most recent author

Get relevant information from a diff (e.g. n lines change, etc)

summarize_diff(...)