GitXplorerGitXplorer
A

rmarkdown-report-template

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
25353a2a795408658f9f1c2c842803eecbb551e8

Update README

AAlvaroBrey committed 7 years ago
Verified
bc93f7a230421f75267c6fa85249c51d1223c763

Merge branch 'template'

AAlvaroBrey committed 7 years ago
Verified
5440d81a76315b69c53fd4870176552cfbd28204

Transform into RMarkdown template package

AAlvaroBrey committed 7 years ago
Verified
ab3850accc22ef5ecc2ac379d15e30b097e2d3fd

Initial commit

AAlvaroBrey committed 7 years ago

README

The README file for this repository.

An RMarkdown report template

This project is meant to serve as a "quick start" for short RMarkdown PDF reports, such as those done for coursework. It's aimed at those of us that want to write a report without much fuss but still be able to have advanced features like citations and code listings.

How to

  1. Install this package:
devtools:install_github("ontherunvaro/rmarkdown-report-template")
  1. Close and reopen RStudio if currently running.
  2. In RStudio, use New File > RMarkdown > From Template.
  3. Edit the files however you like and compile the report with RStudio.

FAQ

The bibliography style is commented and there's no CSL. Why is this?

There's many good CSL files over at https://github.com/citation-style-language, but they are licensed with a CreativeCommons ShareAlike license. I don't really want to license this project under that, since it's meant to be used as a starter for various projects, so you'll have to download it yourself.