Package: lrequire
Type: Package
Title: Sources an R "Module" with Caching & Encapsulation, Returning
        Exported Vars
Version: 0.1.3
Date: 2016-02-20
Author: Rick Wargo <lrequire@rickwargo.com>
Maintainer: Rick Wargo <lrequire@rickwargo.com>
Depends: R (>= 3.0.1)
Suggests: testthat
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/rickwargo/lrequire
BugReports: https://github.com/rickwargo/lrequire/issues
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-02-22 05:34:11 UTC; rick
Repository: CRAN
Date/Publication: 2016-02-22 08:04:15
Built: R 4.4.0; ; 2024-04-05 19:31:30 UTC; unix
