Description Usage Arguments Value Examples
Testing might fail if dependencies are not the same across platforms (e.g., different versions of jaspGraphs). If this is the case then those dependencies should be monitored and errors given when they do not match. This function allows you to define "unit test breaking" dependencies for plots
1 | addTestDependency(dep, modulePath = getPkgOption("module.dirs"))
|
dep |
A single character value of a package name currently installed on your system |
modulePath |
Specify the path to the root directory of the module, or specify it through 'setPkgOption("/.../")' |
This function only has a side effect: updating figs/jasp-deps.txt
1 | addTestDependency("jaspGraphs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.