CMD + K

r-settings

Community

Provides option settings management that goes beyond R's default 'options' function. With this package, users can define their own option settings manager holding option names, default values and (if so desired) ranges or sets of allowed option values that will be automatically checked. Settings can then be retrieved, altered and reset to defaults with ease. For R programmers and package developers it offers cloning and merging functionality which allows for conveniently defining global and local options, possibly in a multilevel options hierarchy. See the package vignette for some examples concerning functions, S4 classes, and reference classes. There are convenience functions to reset par() and options() to their 'factory defaults'.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-settings

Usage Tracking

0.2.7
0.2.4
2 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Provides option settings management that goes beyond R's default 'options' function. With this package, users can define their own option settings manager holding option names, default values and (if so desired) ranges or sets of allowed option values that will be automatically checked. Settings can then be retrieved, altered and reset to defaults with ease. For R programmers and package developers it offers cloning and merging functionality which allows for conveniently defining global and local options, possibly in a multilevel options hierarchy. See the package vignette for some examples concerning functions, S4 classes, and reference classes. There are convenience functions to reset par() and options() to their 'factory defaults'.

Last Updated

May 7, 2021 at 17:08

License

GPL-3.0-only

Total Downloads

80.1K

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 0.2.4
macOS-64 Last supported version: 0.2.4
win-64 Last supported version: 0.2.4