Skip to content

Repository for exploring frameworks for testing rmd reports with variable inputs

Notifications You must be signed in to change notification settings

znorgaard/rmd-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knit Tests

Overview

This repository is intended to be a simple example of how to automate testing rmarkdown report generation for a variety of inputs.

System Dependencies

Knitting the minimal_example.Rmd file in this repository requires:

To use the python test suite of the html report content, poetry is used.

R Package Dependencies

There are two R packages required: rmarkdown and flexdashboard

In an R console you can install these with:

install.packages("rmarkdown", "flexdashboard")

Python Dependencies

The python dependencies used in testing are defined in pyproject.toml and can be installed with poetry. In the repository root directory run:

poetry install

About

Repository for exploring frameworks for testing rmd reports with variable inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published