Package: settings
Type: Package
Title: Software Option Settings Manager for R
Version: 0.2.1
Date: 2015-04-13
Author: Mark van der Loo
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
Description: 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 and default values.
    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'.
URL: https://github.com/markvanderloo/settings
License: GPL-3
VignetteBuilder: knitr
Imports: grDevices, graphics
Suggests: testthat, knitr
Packaged: 2015-04-13 14:43:15 UTC; mark
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-13 22:23:17
Built: R 3.1.3; ; 2015-04-14 10:15:42 UTC; unix
