README.md

ezknitrTest

In my Rtraining repo, I store a lot of documents that rollup different hierarchies of documents and output them. This has become quite fugly and I've been looking for a solution to clean this up.

This repo contains a MWE of what I'm trying to achieve in order to evaluate the capabilities of the new package ezknitr.

Install

Download this example repo as a package, and ezknitr will install

if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/ezknitrTest")

Alternatively, you can install ezknitr from CRAN.

install.library("ezknitr")

Structure

inst/ contains documents that rollup sub-documents at various levels

Testing

The rendercheck.R file then performs: - knit part1.Rmd using wd="inst/lvl1a" - knit part0.Rmd using wd="inst" - knit partA.Rmd using wd="inst/lvl1c"

The first two tests assess the ability to integrete documents from different levels within the same hierarchy. The final test assesses the ability to integrate documents from a different area of the hierarchy.



stephlocke/ezknitrTest documentation built on May 30, 2019, 3:37 p.m.