README.md

make R package

Effective data management tool. Great for compartmentalising code, caching expensive manipulations & changing environments.

Code primarily by Derek Slone-Zhen, documentation & code additions by Eugene Brown.

make consists of two functions; make(...) & make_once(...).

These functions are greatly useful in a few scenarios:

Installation

The package is not yet available on CRAN but can be downloaded from GitHub in either of the following ways:

Method 1 - devtools

# install.packages("devtools")
devtools::install_github("efbbrown/make")

Method 2 - pacman

# install.packages("pacman")
pacman::p_load_gh("efbbrown/make")


efbbrown/make documentation built on May 16, 2019, 12:13 a.m.