r-futile-options 1.0.1
Options management framework
The futile.options subsystem provides an easy user-defined options management system that is properly scoped. This means that options created via futile.options
are fully self-contained and will not collide with options defined in other packages.
- Website: https://cran.r-project.org/web/packages/futile.options
- Licenses: LGPL 3+
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-futile-options 1.0.1
as follows:
guix install r-futile-options@1.0.1
Or install the latest version:
guix install r-futile-options
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.