Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate skeleton.Rmd to fix URL to source Rmd #19
Conversation
Also, I think it could be helpful to users to add this example YAML into this doc to complement the example you have for the `tufte` pkg:
```
---
title: "An Example Using the Tufte Style"
author: "John Smith"
output:
tint::tintHtml:
self_contained: TRUE
---
```
This YAML is what I was looking for when I noticed that the URL to the Rmd source was wrong. What do you think?
0fa084b
into
eddelbuettel:master
|
Now that I have worked on pinp and linl, this one is due for an update. Now, the PR here was clear. But I am not entirely sure what you by 'this example YAML'. Can you clarify? Or Amazon Prime me some stronger coffee so that I get out of my doze ... ;-) |
|
Yes, I was thinking that for people who don't use the RStudio templates dialog box when starting a new Rmd, and want to edit their YAML by hand, it would be helpful to have a snippet of YAML to copy-paste into a Rmd to get the As I skimmed the text at http://eddelbuettel.github.com/tint/, I saw the YAML in the Introduction section for the Having the Hope that helps! |
|
I think we are on the same page. What I may not have know last year and up to the last update of the package is that So try, respectively, R> rmarkdown::draft("myTintHtml.Rmd", template="html", package="tint", edit=FALSE)
R> rmarkdown::draft("myTintPdf.Rmd", template="pdf", package="tint", edit=FALSE)
R> If you set Edit: So ESS itself sets |
Also, I think it could be helpful to users to add this example YAML into this doc to complement the example you have for the
tuftepkg:This YAML is what I was looking for when I noticed that the URL to the Rmd source was wrong. What do you think?