SkillAgentSearch skills...

PapeR

A toolbox for writing Sweave or other LaTeX-based papers and reports and to prettify the output of various estimated models.

Install / Use

/learn @hofnerb/PapeR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

papeR

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:

  • Current version (from CRAN):
install.packages("papeR")
  • Latest development version from GitHub:
library("devtools")
install_github("hofnerb/papeR")
  • To be able to use the install_github() command, one needs to install devtools first:
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")

Related Skills

View on GitHub
GitHub Stars31
CategoryContent
Updated4mo ago
Forks4

Languages

R

Security Score

77/100

Audited on Nov 10, 2025

No findings