1.10.0
Release notes
New features and changes
-
When passed an
nmbayes
model (defined by thebbr.bayes
package),
nm_join()
now gives a more informative error that points to
bbr.bayes::nm_join_bayes()
. (#662) -
check_nonmem_finished()
has been converted to a method so that tailored
logic can be implemented for derived model types, such as thenmbayes
model
type inbbr.bayes
. (#663) -
The character methods for
tail_lst()
andtail_output()
have been adjusted
to work with custom model types where*.lst
andOUTPUT
files do not reside
in the top-level output directory. (#661) -
get_data_path()
can now pull from the control stream file if the model
has not yet been submitted. This allows functions likenm_data()
to be used
pre-model submission. Support forbbi_log_df
methods and a new
.check_exists
argument (defaults toTRUE
) have also been added. (#664)