r-tgconfig 0.1.2-1.15cf199
Infrastructure for managing package parameters
This is a package to provide infrastructure for managing package parameters. Parameters are easy to get in relevant functions within a package, and rrror is thrown if a parameter is missing. Developers are able to register parameters and set their default value in a config file that is part of the package in YAML format, and users are able to override parameters using their own YAML. Users get an exception when trying to override a parameter that was not registered, and can load multiple parameters to the current environment.
- Outputs:
out
- Website: https://github.com/tanaylab/tgconfig
- Licenses: GPL 3+
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-tgconfig 0.1.2-1.15cf199
as follows:
guix install r-tgconfig@0.1.2-1.15cf199
Or install the latest version:
guix install r-tgconfig
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.