
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
modulespackages
13.03 score 965 stars 4 dependents 63 scripts 9.2k 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
metaprogramming
4.08 score 8 stars 2 scripts 212 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
3.30 score 4 stars 4 scripts 210 downloads