Skip to content
forked from trinker/reports

An R package to assist in the workflow of writing academic articles and other reports

Notifications You must be signed in to change notification settings

dlizcano/reports

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

315 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reports

reports is a package that assists in writing reports and presentations by providing a frame work that brings together existing R, LaTeX/.docx and Pandoc tools. The package is designed to be used with RStudio, MikTex/Tex Live/LibreOffice, knitr, slidify, knitcitations, Pandoc and pander. The user will want to download these free programs to maximize the effectiveness of the reports package.

Installation

To download the development version of reports:

download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the devtools package to install the development version:

# install.packages("devtools")

library(devtools)
#Install the development versions of slidify and its libraries
install_github('slidify', 'ramnathv', ref = 'dev')
install_github('slidifyLibraries', 'ramnathv', ref = 'dev')

install_github("reports", "trinker")

Note: Windows users need Rtools and devtools to install this way.

Help

For an intoductory video click here
For quick start slides click here
The reports web page trinker.github.com/reports
For the package pdf help manual click here
For information on the programs/packages reports brings together click here

About

An R package to assist in the workflow of writing academic articles and other reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors