import {templr} | R Documentation |
Dependencies loader, supports many protocols like github:, gitlab:, ... using remotes::instal_... Will create a local '.lib' directory to store packages installed
Description
Dependencies loader, supports many protocols like github:, gitlab:, ... using remotes::instal_... Will create a local '.lib' directory to store packages installed
Usage
import(..., lib.loc = NULL, trace = function(...) cat(paste0(..., "\n")))
Arguments
... |
dependencies/libraries/packages to load |
lib.loc |
use to setup a dedicated libPath directory to install packages |
trace |
display info |
Value
(list of) load status of packages (TRUE/FALSE)
Examples
if(interactive()){
import('VGAM')
}
[Package templr version 0.2-0 Index]