trinker / reports

An R package to assist in the workflow of writing academic articles and other reports
http://cran.us.r-project.org/web/packages/reports/
102 stars 25 forks source link

Rework documents to include knitr and knitcitation changes #54

Open trinker opened 10 years ago

trinker commented 10 years ago

See: https://github.com/yihui/knitr/blob/master/vignettes/knit_print.Rmd http://cran.rstudio.com/web/packages/knitr/vignettes/knit_print.html https://github.com/cboettig/knitcitations/blob/master/vignettes/tutorial.Rmd

http://rmarkdown.rstudio.com/markdown_document_format.html

trinker commented 10 years ago

First I will change the documents and add the yaml

Then the functions that alter these documents

Test the functions/files

trinker commented 10 years ago

Figure out what "--csl", "ecology.csl" does in Carl's example README.md. Make sure The vignette template is accurate:

https://github.com/trinker/reports/blob/master/inst/extdata/vign_library/vignette_rmd/doc.Rmd

trinker commented 10 years ago

Very cool this appears to be a way to style references: https://github.com/citation-style-language/styles/blob/master/ecology.csl It would be prudant to remove this from the vignette template in the reprots package. But very cool, very flexible.