pacu.options: Environment which stores PACU options

pacu.optionsR Documentation

Environment which stores PACU options

Description

Environment which can store the path to the executable, warning settings and where examples are located. Creating an environment avoids the use of global variables or other similar practices which would have possible undesirable consequences.

Usage

pacu.options

Format

An object of class environment of length 6.

Details

Environment which stores PACU options

Value

This is an environment, not a function, so nothing is returned.

Examples


names(pacu.options)
## to suppress messages
pacu_options(suppress.messages = TRUE)



pacu documentation built on June 8, 2025, 10:44 a.m.