Russ Hyde
Russ Hyde
Also see: https://github.com/cynkra/bagtools
``` Warning message: In if (!dir.exists(path)) { : the condition has length > 1 and only the first element will be used ```
I don't have any plans to introduce duplicate-detection on documentation examples. Apologies.
Better to write this as a stand-alone repository until I've thought about security issues more thoroughly. User's would upload files to the server, The app would assess duplication within the...
Migrated from #48
Use something similar to lintr's `with_defaults()` function to define the syntax elements that can be disregarded
TODO: - find out how lintr writes lints to the Markers pane in Rstudio - decide a good cutoff / heuristic for when a duplicate is bad-enough to warrant printing...
Thanks for your feedback, I wasn't sure if this was on anyone's radar. You are correct, the only way to assess the found matches is by looking at the code...
I'm afraid I've only done that in some private repos so far. I have applied it to lintr and installr but haven't yet made PRs that are a direct result...
Cool. I have a blogpost about it here: https://russ-hyde.rbind.io/post/dupree/ but all the formatting has gone weird and it's a bit out of date. I need to pull together some new...