RLadyBug.options: Options of the 'RLadyBug' Package

Description Usage Arguments Value Author(s) Examples

Description

Query, set or reset options specific to the RLadyBug package, similar to what options does for global settings.

Usage

1
2

Arguments

...

Either empty, or a sequence of option names (as strings), or a sequence of name=value pairs, or a named list of options. Available options are:

allExamples:

Logical flag mainly for CRAN-compatibility, i.e. to prevent cumbersome computations in help file examples from being run by CRAN servers. This option defaults to TRUE unless the environment variable _R_CHECK_TIMINGS_ is set when attaching the RLadyBug package.

ladyBugPath:

Character string pointing to the location of the LadyBug directory. This contains the LadyBug jar file in the subdirectoy bin/ and examples in the examples/ directory. Usually, this parameter is set automatically at package initialization.

Value

reset.RLadyBug.options reverts all options to their default values and (invisibly) returns these in a list.

For RLadyBug.options, the following holds:

Author(s)

Michael Höhle, inspired by the implementation of surveillance.options() in the surveillance coded by Sebastian Meyer.

Examples

1

RLadyBug documentation built on May 2, 2019, 5:50 p.m.