v0.1.4
nonmem2rx 0.1.4
-
When reading NONMEM results from xml will try
nm:
prefixed tags
and non-nm:
prefixed tags. -
Omega and Sigma prior estimates are currently ignored (theta priors
were already ignored) -
Improve reading in
theta
values from thexml
-
Read all NONMEM files using latin1 encoding to allow single byte
parser to work -
When lines in the NONMEM input dataset start with
#
they are now
ignored. -
When all IDs are zero, NONMEM assumes restarting
time gives different IDs; this is now reflected in NONMEM
translation of IDs. -
With
linCmt()
parsing, expand the scope of conflicting parameters
that will be renamed with an import. -
Added better parsing for
ELSE
where there is anotherIF
on the
next line. -
Prefixed conflicting
VP
withrxm.
whenlinCmt()
models to be
more accommodating when importing linear compartment models.