ThinkR-open / attachment

Tools to deal with dependencies in scripts, Rmd and packages
https://thinkr-open.github.io/attachment/
Other
108 stars 13 forks source link

att_to_description() can't deal with tests files #10

Closed abichat closed 5 years ago

abichat commented 5 years ago

When using att_to_description(), it removes {spelling} from Suggests although it is used it in tests/spelling.R created by use_spell_check().

I tried att_to_description(dir.v = c("vignettes", "tests")) but doesn't work.

att_to_description(extra.suggests = "spelling") works but it will not be convenient with more packages used only in tests/.

statnmap commented 5 years ago

Now it works with att_to_description(dir.t = "tests") available by default.