Adding a {knitr} snapshot test of extendr and extendrsrc engines.
The input for knitr::knit() is borrowed from examples presented throughout {rextendr} docs.
This will help us track any unintentional modifications to the knitted output while working on #113.
I put a sample Rmd into ./tests/data, the placement can be discussed.
Storing of small test data chunks next to actual test code was suggested in section 14.4 of this article.
Adding a
{knitr}
snapshot test ofextendr
andextendrsrc
engines. The input forknitr::knit()
is borrowed from examples presented throughout{rextendr}
docs.This will help us track any unintentional modifications to the knitted output while working on #113.
I put a sample
Rmd
into./tests/data
, the placement can be discussed. Storing of small test data chunks next to actual test code was suggested in section 14.4 of this article.