Skip to content

0.1.2

Compare
Choose a tag to compare
@rickwargo rickwargo released this 19 Feb 19:08
· 3 commits to master since this release

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.