Skip to content

v0.1.4

Compare
Choose a tag to compare
@mattfidler mattfidler released this 30 May 01:43
e32fb6e

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 the xml

  • 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 another IF on the
    next line.

  • Prefixed conflicting VP with rxm. when linCmt() models to be
    more accommodating when importing linear compartment models.