Closed ateucher closed 7 years ago
Relevant code here: https://github.com/bcgov/bcgovr/blob/master/R/add_meta.R#L33-L41
I think only add the .Rmd
. I think that was my oversight.
Cool, thanks. I'll fix that.
Agreed. So the default will be a README.md file, and if user adds rmarkdown=TRUE
the folder will be populated with the README.Rmd only?
I agree with that default for analysis_skeleton
for sure - how about default rmarkdown = TRUE
for package_skeleton
?
In
analysis_skeleton()
andpackage_skeleton()
, (and further down the stack inadd_readme()
), if thermarkdown = TRUE
, then both aREADME.md
andREADME.Rmd
are added to the directory - Is this necessary, or should just the.Rmd
be added? @boshek @stephhazlitt