The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

papeR

Build Status (Linux) Build Status (Windows) Coverage Status CRAN Status Badge

papeR provides a toolbox for writing knitr, Sweave or other LaTeX- or markdown-based papers and reports and to prettify the output of various estimated models.

Installation:

install.packages("papeR")
library("devtools")
install_github("hofnerb/papeR")
install.packages("devtools")

Using papeR

Tutorials on how to use papeR can be found on CRAN:

or within R via

## introduction to papeR (in combination with Markdown)
vignette("papeR_introduction", package = "papeR")
## introduction to papeR with LaTeX
vignette("papeR_with_latex", package = "papeR")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.