The decisions field has been deprecated as of rbabylon 0.10.0 and replaced by the notes field, to reflect the fact that users will want to use this field throughout the modeling process, not only at the end once some "decisions" have been reached. add_decisions() and replace_decisions() now print a warning telling the user that they will be deprecated in the future and encouraging use of their *_notes counterparts. They will begin erroring, instead of warning, in two releases, and then will be removed two releases after that.

add_decisions(.mod, .decisions)

replace_decisions(.mod, .decisions)

Arguments

.mod

The bbi_{.model_type}_model object to modify

.decisions

Character vector to add to decisions field

Value

The modified bbi_{.model_type}_model object

Functions

  • add_decisions: Deprecated Append new decisions to the one(s) in a model object and corresponding YAML.

  • replace_decisions: Deprecated Replaces decisions field in a model object and corresponding YAML with new values.

See also