ropensci-review-tools / goodpractice

Advice on R Package Building
https://docs.ropensci.org/goodpractice/
Other
465 stars 37 forks source link

Suggest using .Rbuildignore to help determine which files to examine #162

Closed kwstat closed 5 months ago

kwstat commented 9 months ago

The repository for my package (agridat) has a data-raw directory. The gp() function is evaluating the code style in the data-raw directory, even though this will not be part of the submitted package.

Would it be possible for gp() to parse the .Rbuildignore file and skip the ignorable files?

mpadge commented 5 months ago

rOpenSci has now taken over maintenance of this package, as part of which we're cleaning out old issues. @kwstat Is this still an issue for you? If so, could you please produce a reproducible example?

kwstat commented 5 months ago

I am no longer using goodpractice.