Skip to content

v0.1.2

Compare
Choose a tag to compare
@mattfidler mattfidler released this 06 Jul 14:13
0b6da45

nonmem2rx 0.1.2

  • Added support for ADVAN5 and ADVAN7 models

  • Add parsing of accept/ignore characters for example IGNORE=(C='C')
    (See Issue #140)

  • Add more robust reading of NONMEM information (and add source) in
    nminfo() (See issue #142)

  • Since NONMEM does not protect divide by zeros by default, the
    default for solveZero is changed to solveZero = TRUE for
    nonmem2rx objects.

  • Fixed bug for renaming eta and theta when they are renamed so
    that the ui$iniDf does not match the theta# or eta# (Issue
    #153)

  • Turned off testing of the as.nonmem2rx example since it took too
    much time (according to CRAN)

What's Changed

Full Changelog: v0.1.1...v0.1.2