require: This overwrites the base require function to only look in the...

Description Usage Arguments Value Author(s) Examples

View source: R/package_functions.R

Description

This overwrites the base require function to only look in the user's project library to load a package for package version control

Usage

1
require(..., lib.loc = proj.env$libPath, recursive = F)

Arguments

...

First, package name, then other named arguments passed to the base require function

lib.loc

Path to users package library

Value

No return value

Author(s)

Alex Hubbard (hubbard.alex@gmail.com)

Examples

1
require(projectmap)

opendoor-labs/projectmap documentation built on Oct. 8, 2019, 1:58 p.m.