lcolladotor / biocthis

Automate package and project setup for Bioconductor packages
https://lcolladotor.github.io/biocthis/
50 stars 17 forks source link

Suggest testthat when invoking `use_bioc_vignette` #22

Closed mfansler closed 2 years ago

mfansler commented 3 years ago

The vignette.Rmd template makes use of the testthat package

https://github.com/lcolladotor/biocthis/blob/c06e66d60bd864ef67dffb09f1efb2d5179c62de/inst/templates/vignette.Rmd#L47

but it is not added to the Suggests. This PR reconciles that discrepancy.

mfansler commented 3 years ago

@lcolladotor please review

lcolladotor commented 2 years ago

Thanks for making this PR!