russHyde / dupree

{dupree} helps identify code blocks that have a high level of similarity in a set of R files
https://russhyde.github.io/dupree/
Other
37 stars 0 forks source link

fix #49: set default package/dir to "." #51

Closed russHyde closed 4 years ago

russHyde commented 4 years ago

Previously, dupree_package() threw an error; now when called without args it assesses the current-working-directory. Similar change made to dupree_dir and updated the docs to reflect this.