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
36 stars 0 forks source link

Add a system.file() example that the user could use #39

Open russHyde opened 4 years ago

russHyde commented 4 years ago

At present, the example code in the dupree README couldn't be reran by a user if they downloaded dupree from CRAN, say, since they would require the dupree source code for the examples to work (and dupree isn't particularly bad for duplication within the source code).

It would be useful to have a couple of dupree examples that use example files (from inst/) that CRAN users could access

russHyde commented 4 years ago

Have added a single example file that is used in the dupree::dupree() examples.

Further extension of the docs would be valuable