Releases: nlmixr2/nlmixr2extra
v3.0.1
nlmixr2extra 3.0.1
- Remove non-functioning SCM for now (#71)
What's Changed
- rm scm by @mattfidler in #72
Full Changelog: v3.0.0...v3.0.1
v3.0.0
nlmixr2extra 3.0.0
- New
profile()
method for likelihood profiling (Issue #1)
What's Changed
- 68 remove reference to rxode2parse and possible removed pkgs by @mattfidler in #69
- Initial implementation of likelihood profiling by @billdenney in #37
Full Changelog: v2.0.10...v3.0.0
v2.0.10
nlmixr2extra 2.0.10
bootstrapFit()
fixesse
option (Issue #66)
What's Changed
- Add se and sd with bug fix by @mattfidler in #67
Full Changelog: v2.0.9...v2.0.10
v2.0.9
nlmixr2extra 2.0.9
-
bootstrapFit()
now will be more careful handlingNA
values so
they do not completely affect results (Issue #59) -
bootstrapFit()
will now only take the correlation of the non-zero
diagonals (Issue #59). -
New method for
knit_print()
will generate model equations for LaTeX
reporting automatically. -
Tests are now skipped if they contain linear compartment models that
need gradients when the gradients are not compiled (as in the case
of intel c++).
v2.0.8
v 2.0.8
-
Use
assignInMyNamespace()
instead of using the global assignment
operator for the horseshoe prior -
Be specific in version requirements (as requested by CRAN checks)
-
Move the
theoFitOde.rda
data build todevtools::document()
to
reduce CRAN build time (could add more standard models like warfarin
for package developers which takes way too much time for CRAN)
Full Changelog: v2.0.7...v2.0.8
v2.0.7
-
Fix
cli
issues with the newcli
3.4+ release that will allow
bootstrapping to run again (beforecli
would error, this fixes the
donttest
issues on CRAN). -
Fixed step-wise covariate selection to work a bit better with the
updated UI, thanks to Vishal Sarsani -
Added lasso covariate selection (thanks to Vishal Sarsani)
-
Added horseshoe prior covarite selecion (thanks to Vishal Sarsani)
What's Changed
- Vsarsani dev2 by @mattfidler in #11
- Remove compiled files by @billdenney in #13
- Fix documentation issues (with the help of emacs' check-parens function) by @billdenney in #14
- Dev2 by @vsarsani in #17
- 18 add built in model for testing by @mattfidler in #19
- Add nlmixr2parse by @mattfidler in #21
New Contributors
- @mattfidler made their first contribution in #11
- @billdenney made their first contribution in #13
- @vsarsani made their first contribution in #17
Full Changelog: v2.0.6...v2.0.7
v2.0.6
- Initial release of
nlmixr2extra