knit_tutorials {tutorial.helpers} | R Documentation |
Knit a set of tutorials
Description
We define "testing" a tutorial as (successfully) running
render()
on it. This function renders all the tutorials provided in
tutorial_paths
. There is no check to see if the rendered file looks OK.
If a tutorial fails to render, then (we assume!) an error will be generated
which will then filter up to our testing rig.
Usage
knit_tutorials(tutorial_paths)
Arguments
tutorial_paths |
Character vector of the paths to the tutorials to be knitted. |
Value
No return value, called for side effects.
Examples
knit_tutorials(tutorial_paths = return_tutorial_paths("tutorial.helpers"))
[Package tutorial.helpers version 0.3.0 Index]