Russ Hyde

Results 32 issues of Russ Hyde

Hi. Having never used cookiecutter before I found the tutorial very helpful. I did get lost at one point due to storing `cookiecutter.json` as `HelloCookieCutter1/{{cookiecutter.directory_name}}/cookiecutter.json` instead of `HelloCookieCutter1/cookiecutter.json`. Your tutorial...

.. so the user can navigate to course-code lines that are flagged by dupree See this gist: https://gist.github.com/moodymudskipper/a1d0344e4a8aeb93708ff44c5d9c01f7 And the twitter thread by Antoine Fabri: https://twitter.com/antoine_fabri/status/1506628013684891649

eg. ``` dupree_dir(path = c("R", "inst")) ```

Prototype: - App should run locally on user's computer - They can point the app to a directory, package or file - Dupree will run and a table of duplications...

Major - [ ] Provide a way to highlight, or print, the duplicated region corresponding to a match (#44 and #27) - [ ] Visualisation of duplication within a project...

enhancement

- [x] - can the user disregard specific directories (eg, tests/) - [ ] - how to add to / modify the disregarded symbols - [ ] - network diagram...

documentation

Say these two code blocks are identified by dupree ``` my_code % a_really() %>% long_pipeline() %>% bespoke_function1() . . . some_data %>% a_really %>% long_pipeline() %>% bespoke_function2() ``` Is there...

enhancement