bbi_init.RdExecutes bbi init ... in specified directory. This creates a bbi.yaml
file, which contains defaults for many configurable bbi settings, in
that directory.
bbi_init( .dir, .nonmem_dir, .nonmem_version = NULL, .bbi_args = NULL, .no_default_version = FALSE )
| .dir | Path to directory to run |
|---|---|
| .nonmem_dir | Path to directory with the NONMEM installation. |
| .nonmem_version | Character scalar for default version of NONMEM to use.
If left NULL, function will exit and tell you which versions were found in
|
| .bbi_args | A named list specifying options to set in the newly created
|
| .no_default_version | If |
For bbr to make any calls out to bbi (for example in
submit_model() or model_summary()) it must find a bbi.yaml file.
The default behavior is to look for this file in the same directory as the
model. submit_model() and submit_models() also support passing a
configuration file via the .config_path argument.