Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

itsdalmo/reporttoolDT

Repository files navigation

reporttool

Linux/OSX Windows Coverage

A tool (work in progress) for generating reports from Survey data.

Prerequisites

1. R

  1. Install the latest version of R (>= 3.2.5) from CRAN.
  2. Next, install Rtools (required for .xlsx files). You can find it on CRAN. Make sure you check "edit path" when installing.
  3. Optional: Get the Rstudio (desktop) IDE from their webpage.

2. LaTeX

LaTeX is required to create PDF files from rmarkdown and pandoc.

See Pandoc's instructions for installing LaTeX. Bulletpoints below:

  • Windows: MikTex. Use the "MikTex {version} Net Installer 64-bit" under "Other Downloads" on this page. Do a full install.
  • OS X: Use MacTex (large download, but you'll have everything you need after.)
  • Linux: Install Tex Live using the package manager for the OS.

3. Optional: Powerpoint

If you want Powerpoint support (for seamless::to_ppt, render_ppt and report_ppt), you also need Java and ReporteRs. Follow the instructions here.

Installation

Development version:

devtools::install_github("itsdalmo/reporttoolDT", build_vignettes = TRUE)

CRAN:

# Not on CRAN yet.

Usage

See vignettes here on github, or run the code below in R after installing:

vignette("introduction", package = "reporttoolDT")

About

Make "batch" reports from survey data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published