• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    HTML
  • License
    Other
  • Created over 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Output formats for Tufte-style handouts in pdf and html for Rmarkdown

tufterhandout

Build Status DOI

Output formats for Tufte-style handouts in html for Rmarkdown. See it in action here http://sachsmc.github.io/tufterhandout.

Installation

From CRAN

install.packages("tufterhandout")

Or from Github:

devtools::install_github("tufterhandout", "sachsmc")

Usage

When authoring a document in rmarkdown, simply specify the output format in the front-matter:

output: 
    tufterhandout::html_tufte_handout

In html, sidenotes are created with the tag <aside></aside>. You can even put code chunks in aside. Margin figures use the knitr option marginfigure = TRUE and full width figures use the knitr option fig.star = TRUE. Make use of the fig.cap option to specify the figure captions.

See the help files for complete options and see the homepage for an example. Options can be passed via the header:

output: 
    tufterhandout::html_tufte_handout:
        keep_md: true
        theme: cerulean

More Repositories

1

plotROC

Interactive ROC plots with ggplot + d3.js.
HTML
85
star
2

pandoc-journal-templates

Pandoc templates and resources for the major (bio)statistics journals
TeX
82
star
3

rclinicaltrials

An interface to the clinicaltrials.gov API
HTML
57
star
4

gginteractive

A Grammar of Interactive Graphics
R
22
star
5

ggkm

Compute and display Kaplan-Meier Curves with ggplot2
R
19
star
6

rmdcards

Cards layout in rmarkdown, like google keep
CSS
15
star
7

causaloptim

An Interface to Specify Causal Graphs and Compute Balke Bounds
R
12
star
8

reusable-holdout

HTML
10
star
9

knit-git-markr-guide

Tools that I use for reproducible research
JavaScript
9
star
10

polish

Polish R functions into Shiny apps
R
6
star
11

cosinor

R package for estimation and prediction of the cosinor model for periodic data
R
5
star
12

eventglm

Regression Models for Event History Outcomes
R
4
star
13

rsparklificator

A simple function to use sparklificator in Rmd documents
JavaScript
4
star
14

d3roc

Interactive ROC curves with d3.js
3
star
15

dceg-r-course

Introduction to R for Epidemiologists
HTML
2
star
16

interactive-KM

Interactive Kaplan Meier Survival plots
HTML
2
star
17

stats-code-review

Guidelines and Resources for Code Review of Statistical Software
1
star
18

mrbrowse

Interactive Browser for High Dimensional Mendelian Randomization Studies
R
1
star
19

pseupersims

Simulation Study for Predicting Pseudo-observations in Survival Analysis with Superlearner
R
1
star
20

pseudoglm

Regression Models for Event History Outcomes
R
1
star
21

pseval

Methods for Evaluting Principal Surrogates of Treatment Response
HTML
1
star
22

rpackage-workshop

Materials for workshop on R package development
HTML
1
star
23

plotROC-paper

HTML
1
star
24

twomediatorbounds

Reproducibility materials for the paper "Sharp nonparametric bounds for decomposition effects with two mediators"
HTML
1
star
25

signature-tutorial

TeX
1
star
26

rreporttools

R package to perform common reporting tasks such as querying databases, summing with subtotals, and writing to Excel
R
1
star