All Projects → hofnerb → papeR

hofnerb / papeR

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

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to papeR

Arsenal
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Stars: ✭ 171 (+557.69%)
Mutual labels:  cran, reporting
dicy
A builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.
Stars: ✭ 22 (-15.38%)
Mutual labels:  reproducible-research, knitr
Knitr
A general-purpose tool for dynamic report generation in R
Stars: ✭ 2,134 (+8107.69%)
Mutual labels:  knitr, sweave
Liftr
🐳 Containerize R Markdown documents for continuous reproducibility
Stars: ✭ 155 (+496.15%)
Mutual labels:  reproducible-research, knitr
Huxtable
An R package to create styled tables in multiple output formats, with a friendly, modern interface.
Stars: ✭ 277 (+965.38%)
Mutual labels:  cran, reproducible-research
ggbash
A simpler ggplot2 syntax, saving half of your typing.
Stars: ✭ 79 (+203.85%)
Mutual labels:  cran, r-language
formr.org
Chain simple surveys into longer runs to build complex studies. Use R to generate pretty feedback and complex designs.
Stars: ✭ 90 (+246.15%)
Mutual labels:  reproducible-research, knitr
Openml R
R package to interface with OpenML
Stars: ✭ 81 (+211.54%)
Mutual labels:  cran, reproducible-research
groundhog
Reproducible R Scripts Via Date Controlled Installing & Loading of CRAN & Git Packages
Stars: ✭ 58 (+123.08%)
Mutual labels:  cran, reproducible-research
migraph
Tools for multimodal and multilevel network analysis
Stars: ✭ 25 (-3.85%)
Mutual labels:  cran
nflreadr
Efficiently download nflverse data
Stars: ✭ 38 (+46.15%)
Mutual labels:  cran
MALDIquant
Quantitative Analysis of Mass Spectrometry Data
Stars: ✭ 48 (+84.62%)
Mutual labels:  cran
SpatialPosition
R package for computing spatial position models
Stars: ✭ 30 (+15.38%)
Mutual labels:  cran
Rmarkdown tutorial
Reproducible Research with Rmarkdown: data management, analysis, and reporting all-in-one
Stars: ✭ 18 (-30.77%)
Mutual labels:  reproducible-research
youtrack-worklog-viewer
A tool to keep track of the work hours you spent on issues in the YouTrack issue management system
Stars: ✭ 37 (+42.31%)
Mutual labels:  reporting
kraken
Kraken CI is a continuous integration and testing system.
Stars: ✭ 87 (+234.62%)
Mutual labels:  reporting
targets-tutorial
Short course on the targets R package
Stars: ✭ 87 (+234.62%)
Mutual labels:  reproducible-research
rtide
R package to calculate tide heights
Stars: ✭ 14 (-46.15%)
Mutual labels:  cran
benchmark VAE
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
Stars: ✭ 1,211 (+4557.69%)
Mutual labels:  reproducible-research
rcompendium
📦 Create a package or compendium structure
Stars: ✭ 26 (+0%)
Mutual labels:  reproducible-research

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:

  • 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")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].