View source: R/helper_functions.R
lib.devtools_load | R Documentation |
During the library call, appendLibPaths
is TRUE, making sure that some devtools functionality
(like running tests) in child R instances will still work and know where to load their libraries from.
lib.devtools_load(lib_location = lib.location())
lib_location |
The (version controlled) library to load devtools from.
Use |
No return value, called for it's side-effect of loading the devtools and
testthat packages. Also the library paths of both packages will be added to the .libPaths()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.