nlmixr2extra 2.0.9
CRAN release: 2024-01-31
bootstrapFit()now will be more careful handlingNAvalues 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++).
nlmixr2extra 2.0.8
CRAN release: 2022-10-22
Use
assignInMyNamespace()instead of using the global assignment operator for the horseshoe priorBe specific in version requirements (as requested by CRAN checks)
Move the
theoFitOde.rdadata 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)
nlmixr2extra 2.0.7
CRAN release: 2022-10-19
Fix
cliissues with the newcli3.4+ release that will allow bootstrapping to run again (beforecliwould error, this fixes thedonttestissues 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)
Added a
NEWS.mdfile to track changes to the package.
