lib.devtools_load: Loads 'devtools' version 1.13.1 and it's dependencies.

View source: R/helper_functions.R

lib.devtools_loadR Documentation

Loads ‘devtools' version 1.13.1 and it’s dependencies.

Description

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.

Usage

lib.devtools_load(lib_location = lib.location())

Arguments

lib_location

The (version controlled) library to load devtools from. Use lib.install('devtools', allow_overwrite_on_convert = TRUE) to install devtools, if you have not done so already.

Value

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()


multiversion documentation built on March 22, 2022, 1:07 a.m.