revdepcheck
revdepcheck copied to clipboard
sanitize paths before writing reports
E.g. if the output is /Users/jhester/Dropbox/projects/devtools/revdep/checks/annotatr/new/annotatr.Rcheck/00_pkg_src/annotatr/R/visualize.R it should be converted to something like .../revdep/checks/annotatr/new/annotatr.Rcheck/00_pkg_src/annotatr/R/visualize.R. The rest of the path is not really relevant to the error report.
Should remove the package directory or root path once #106 is done.