Ramd-package |
Most R projects are a collection of loosely organized scripts that include each other through haphazard 'source' calls. However, this often pollutes the global namespace and makes it easy for the developer to be stranded in a limbo in which they are unsure of the present state of the program. The result is unnecessary time wasted in restarting and re-executing past work. |
define |
Load a bunch of dependencies by filename |
load_dependency |
Load a bunch of dependencies by filename |
load_package |
Load a package and install it if necessary |
packages |
Load a bunch of packages |
pp |
Ruby-like string interpolation |
Ramd |
Most R projects are a collection of loosely organized scripts that include each other through haphazard 'source' calls. However, this often pollutes the global namespace and makes it easy for the developer to be stranded in a limbo in which they are unsure of the present state of the program. The result is unnecessary time wasted in restarting and re-executing past work. |