Often it is useful to set bespoke options for a single workflow, or within
a single package, without altering global options that influence other
users or packages. This is possible base::options()
and related functions,
however doing so requires some bespoke knowledge. potions
makes options
management as easy as possible, by decreasing programmers' cognitive burden
while storing and retrieving information. It does this by following three
guiding principles:
minimalist:
potions
has only three core functionslaconic: functions use as few characters as possible
familiar: uses a UI for data retrieval based on the
{here}
package
In combination, these features should make it easy for users and developers
to manage options using potions
.
Author
Maintainer: Martin Westgate martin.westgate@csiro.au