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 issue #19

Closed
Nowosad opened this issue May 11, 2017 · 1 comment
Closed

README.Rmd issue #19

Nowosad opened this issue May 11, 2017 · 1 comment

Comments

@Nowosad
Copy link
Member

Nowosad commented May 11, 2017

There is a minor issue with README.Rmd. If you use a knit button, It doesn't give a proper .md file. This is probably because we use "Project build tools: Website". I found out a temporary solution:

rmarkdown::render('README.Rmd', output_format = 'md_document', output_file = 'README.md')

@Robinlovelace
Copy link
Collaborator

Yep. Or just hit

knitr::knit("README.Rmd")

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

No branches or pull requests

2 participants