Releases: nlmixr2/nlmixr2
v3.0.1
nlmixr2 3.0.1
-
Remove
backwardSearch
,covarSearchAuto
andforwardSearch
re-exports since they no longer exist innlmixr2extra
-
Remove
rxode2parse
suggested dependency
Full Changelog: v3.0.0...v3.0.1
v3.0.0
nlmixr2 3.0.0
- Re-export the new profiling from
nlmixr2extra
v2.1.2
nlmixr2 2.1.2
- Re-export the population only estimation control methods.
- Ensure correct binaries are maintained with new release.
What's Changed
- Update citations.Rmd by @kestrel99 in #205
- 211 need to re export nlminbcontrol from nlmixr2est by @mattfidler in #212
- 231 update install instructions by @mattfidler in #233
- 231 update install instructions by @mattfidler in #234
New Contributors
- @kestrel99 made their first contribution in #205
Full Changelog: v2.1.1...v2.1.2
v2.1.1
nlmixr2 2.1.1
- Work with systems (like intel c++) where linCmt() linear compartmental models do not have gradients.
v2.1.0
- Reexports
etExpand()
,model()<-
andini()<-
- Make sure the newest
rxode2
andnlmixr2est
is used.
What's Changed
- Update installation instructions by @billdenney in #123
- Add R-universe install instructions by @mattfidler in #124
- Fix xgxr vignette by @billdenney in #131
- Fix spelling issues, simplify formatting, standardize models to use <- instead of = by @billdenney in #136
- 130 reexport etexpand by @mattfidler in #140
- Ci update by @billdenney in #68
- Fix table formatting issue by @billdenney in #146
- Ignore all vignettes rather than individual ones by @billdenney in #176
- Rebuild documentation (no code changes) by @billdenney in #177
- Document and fix by @mattfidler in #178
- Export rxode2::rxSetPipingAuto by @mattfidler in #183
- Clarify RTools instructions for R 4.3 by @billdenney in #193
- 184 add lotri to nlmixr2checkinstall by @mattfidler in #198
Full Changelog: v2.0.9...v2.1.0
nlmixr2 2.0.9
-
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
- Check if the nlmixr2 installation is successful, and give hints on how to fix it by @billdenney in #65
- bump to dev version by @billdenney in #66
- Stop coverage tests where not needed by @billdenney in #67
- Add rxode2verse by @mattfidler in #85
- Add censoring vignette (fix #86) by @billdenney in #88
- Add blog link by @billdenney in #87
- Fix central/center typos and one grammatical issue by @billdenney in #89
- Update dev version installation instructions; simplify example model with label() by @billdenney in #94
- Update for current ggplot2 by @billdenney in #96
- Add nlmixr2CheckInstall by @billdenney in #97
- Mention how to get the right symengine version by @mattfidler in #99
- Add rxDerived export and automatically derive exports on ::document() by @mattfidler in #102
- Add new ini-piping options (and give the code chunks nominal titles) by @billdenney in #107
- Use old.packages() to check that installed versions are current in nlmixr2::nlmixr2CheckInstall() by @billdenney in #117
Full Changelog: v2.0.8...v2.0.9
v2.0.8
nlmixr2 2.0.8
-
This release has a bug fix that captures the model name correctly
when called directly fromnlmixr::nlmixr2
instead
nlmixr2est::nlmixr2
-
This also exports the new vpc functions, ie
vpcTad()
etc
What's Changed
- Remove "A_" from vignette by @billdenney in #33
- Updating the Readme by @john-harrold in #42
- Fix formatting with bulleted list by @billdenney in #43
- Standardize reexports to work the same across systems by @billdenney in #45
- Fix utils by @mattfidler in #44
- 53 ini lotri by @mattfidler in #54
- Add rxode2ll by @billdenney in #56
New Contributors
- @john-harrold made their first contribution in #42
Full Changelog: v2.0.7...v2.0.8
v2.0.7
nlmixr2 2.0.7
-
nlmixr2 now re-exports
logit
so that certain models will work with
a simplelibrary(nlmixr2)
instead of
library(rxode2);library(nlmixr2)
-
vpcSim()
now exports the newnretry
option for more robust
control ofvpcSim()
-
Update documentation to mention the package names that work with
nlmixr2, likexpose.nlmixr2
instead ofxpose.nlmixr
-
Manual hard re-export of
nlmixr2est::nlmixr2
to allowpkgdown
to
document this function.
What's Changed
- Tell how to reinstall everything by @billdenney in #13
- 16 use xposenlmixr2 instead of xposenlmixr for vignettes by @mattfidler in #17
- Remove images for vignette by @mattfidler in #18
- Fix readme by @mattfidler in #19
New Contributors
- @mattfidler made their first contribution in #17
Full Changelog: v2.0.6...v2.0.7
v2.0.6
-
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.