box - Write Reusable, Composable and Modular R Code
A modern module system for R. Organise code into hierarchical, composable, reusable modules, and use it effortlessly across projects via a flexible, declarative dependency loading syntax.
Last updated 5 months ago
modulespackages
12.28 score 867 stars 4 packages 47 scripts 2.7k downloadsrprofile - Load Both User-Global and Project-Specific R Profile Configurations
Use rprofile::load() inside a project '.Rprofile' file to ensure that the user-global '.Rprofile' is loaded correctly regardless of its location, and that other common resources (in particular 'renv') are also set up correctly.
Last updated 9 days ago
3.90 score 4 stars 4 scripts 193 downloadsaka - Define Aliases for R Expressions
Create aliases for other R names or arbitrarily complex R expressions. Accessing the alias acts as-if the aliased expression were invoked instead, and continuously reflects the current value of that expression: updates to the original expression will be reflected in the alias; and updates to the alias will automatically be reflected in the original expression.
Last updated 4 months ago
3.78 score 6 stars 1 scripts 201 downloadsunpack - Assign Vectors Elements to Separate Variables
Syntactic sugar to allow unpacking elements from a vector into separate variables in a single assignment expression.
Last updated 4 years ago
2.48 score 6 stars 4 scripts