dupree icon indicating copy to clipboard operation
dupree copied to clipboard

dupree_package fails if path specified like "~/the/path"

Open russHyde opened this issue 1 year ago • 0 comments

This fails because there is an attempt to filter to keep only files in /the/fully/specified/path/R/ using regexes. But if package is specified like ~/specified/path, then it's files look like ~/specified/path/R/some-file.R and do not match the fully-specified path.

russHyde avatar Mar 11 '23 17:03 russHyde