benmarwick / rrtools

rrtools: Tools for Writing Reproducible Research in R
Other
672 stars 85 forks source link

add `package = c('basic', 'full')` option for `rrtools::use_compendium("pkgname")` #115

Closed benmarwick closed 4 years ago

benmarwick commented 4 years ago

Add package = c('basic', 'full') option for rrtools::use_compendium("pkgname") The default should be 'basic' which will remove the R/ and man/ directories. The NAMESPACE file though is necessary as pointed out by @joeroe. Let's check on this.