Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.Rmd vs README.md #19

Closed
ateucher opened this issue Oct 20, 2017 · 5 comments
Closed

README.Rmd vs README.md #19

ateucher opened this issue Oct 20, 2017 · 5 comments
Labels

Comments

@ateucher
Copy link
Contributor

In analysis_skeleton() and package_skeleton(), (and further down the stack in add_readme()), if the rmarkdown = TRUE, then both a README.md and README.Rmd are added to the directory - Is this necessary, or should just the .Rmd be added? @boshek @stephhazlitt

@ateucher
Copy link
Contributor Author

@boshek
Copy link
Contributor

boshek commented Oct 20, 2017

I think only add the .Rmd. I think that was my oversight.

@ateucher
Copy link
Contributor Author

Cool, thanks. I'll fix that.

@stephhazlitt
Copy link
Member

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?

@ateucher
Copy link
Contributor Author

I agree with that default for analysis_skeleton for sure - how about default rmarkdown = TRUE for package_skeleton?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants