lrequire: Sources an R "Module" with Caching & Encapsulation, Returning Exported Vars

In the fashion of 'node.js' <https://nodejs.org/>, requires a file, sourcing into the current environment only the variables explicitly specified in the module.exports or exports list variable. If the file was already sourced, the result of the earlier sourcing is returned to the caller.

Version: 0.1.3
Depends: R (≥ 3.0.1)
Suggests: testthat
Published: 2016-02-22
Author: Rick Wargo
Maintainer: Rick Wargo <lrequire at rickwargo.com>
BugReports: https://github.com/rickwargo/lrequire/issues
License: MIT + file LICENSE
URL: https://github.com/rickwargo/lrequire
NeedsCompilation: no
Materials: README NEWS
CRAN checks: lrequire results

Documentation:

Reference manual: lrequire.pdf

Downloads:

Package source: lrequire_0.1.3.tar.gz
Windows binaries: r-devel: lrequire_0.1.3.zip, r-release: lrequire_0.1.3.zip, r-oldrel: lrequire_0.1.3.zip
macOS binaries: r-release (arm64): lrequire_0.1.3.tgz, r-oldrel (arm64): lrequire_0.1.3.tgz, r-release (x86_64): lrequire_0.1.3.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=lrequire to link to this page.