Skip to content

Releases: nlmixr2/nlmixr2

v3.0.1

29 Oct 17:10
Compare
Choose a tag to compare

nlmixr2 3.0.1

  • Remove backwardSearch, covarSearchAuto and forwardSearch
    re-exports since they no longer exist in nlmixr2extra

  • Remove rxode2parse suggested dependency

Full Changelog: v3.0.0...v3.0.1

v3.0.0

18 Sep 23:37
Compare
Choose a tag to compare

nlmixr2 3.0.0

  • Re-export the new profiling from nlmixr2extra

v2.1.2

30 May 11:08
f570892
Compare
Choose a tag to compare

nlmixr2 2.1.2

  • Re-export the population only estimation control methods.
  • Ensure correct binaries are maintained with new release.

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 Feb 19:54
4b59d3a
Compare
Choose a tag to compare

nlmixr2 2.1.1

  • Work with systems (like intel c++) where linCmt() linear compartmental models do not have gradients.

v2.1.0

10 Jan 01:03
86331c8
Compare
Choose a tag to compare
  • Reexports etExpand(), model()<- and ini()<-
  • Make sure the newest rxode2 and nlmixr2est is used.

What's Changed

Full Changelog: v2.0.9...v2.1.0

nlmixr2 2.0.9

21 Feb 14:58
522bbf4
Compare
Choose a tag to compare
  • The new function nlmixr2CheckInstall() helps to check if your installation is setup correctly with the required compilers and packages.

  • This version adds crayon as an imported dependency

What's Changed

Full Changelog: v2.0.8...v2.0.9

v2.0.8

04 Nov 23:18
04139ba
Compare
Choose a tag to compare

nlmixr2 2.0.8

  • This release has a bug fix that captures the model name correctly
    when called directly from nlmixr::nlmixr2 instead
    nlmixr2est::nlmixr2

  • This also exports the new vpc functions, ie vpcTad() etc

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.0.8

v2.0.7

28 Jun 01:46
11e7b08
Compare
Choose a tag to compare

nlmixr2 2.0.7

  • nlmixr2 now re-exports logit so that certain models will work with
    a simple library(nlmixr2) instead of
    library(rxode2);library(nlmixr2)

  • vpcSim() now exports the new nretry option for more robust
    control of vpcSim()

  • Update documentation to mention the package names that work with
    nlmixr2, like xpose.nlmixr2 instead of xpose.nlmixr

  • Manual hard re-export of nlmixr2est::nlmixr2 to allow pkgdown to
    document this function.

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

25 May 02:07
23ca662
Compare
Choose a tag to compare
  • nlmixr2 is an umbrella package to include the lower level packages rxode2, nlmixr2est, nlmixr2extra, and nlmixr2plot

  • Added a NEWS.md file to track changes to the package.