Skip to content

v0.1.3

Compare
Choose a tag to compare
@mattfidler mattfidler released this 12 Dec 23:49
5accedf
  • Added explicit requirement for rxode2 2.0.13

  • Added support of DADT(#) statements on the right side of the
    equation, i.e. DADT(3) = DADT(1) + DADT(2) (#164)

  • Added support of ADVAN#, TRANS# (#161)

  • Added more NONMEM-specific solving options

  • Fixed security related format issues as requested by CRAN #167

  • Now omega, thetaMat, dfObs and dfSub are incorporated into
    model function (by default). You can change this with the
    nonmem2rx keep argument

  • Using the rxode2 2.0.13 makes sure that the solves for models
    where the endpoint is not determined in the typical nlmixr2 style
    will validate more often (due to a bug in solving in rxode2).

What's Changed

Full Changelog: v0.1.2...v0.1.3