russHyde/dupree

dupree_dir function or dupree(..., dir = ".")

Closed this issue · 1 comments

Need a function that can identify all R or .Rmd files in subdirectories of the working-directory.

Preferably, it should disregard files that match a regex (eg, drop_pattern = "testthat|Rcheck") or disregard stated subdirectories.

Also dupree_pkg(..., include_tests = FALSE)