Skip to content

Releases: rickwargo/lrequire

v0.1.3

22 Feb 17:18
Compare
Choose a tag to compare
  • Official CRAN release
  • add ability to manually deal with not found modules
  • use test framework testthat
  • better support for unquoted lrequire arguments, support character.only parameter as used by require

0.1.2

19 Feb 19:08
Compare
Choose a tag to compare

lrequire()

This is the first release of lrequire.

Encourages encapsulation, abstraction, and data hiding of R code through modules - operating similar in fashion to those in node.js. lrequire modules are cached, meaning unless changed, the module is not re-executed, only a cached copy is returned to the calling environment.