Releases: rickwargo/lrequire
Releases · rickwargo/lrequire
v0.1.3
0.1.2
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.