Skip to content

Commit

Permalink
add news about na.rm
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 30, 2023
1 parent 70f8f86 commit 7092131
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# nlmixr2extra development version

* `bootstrapFit()` now will be more careful handling `NA` values so
they do not completely affect results (Issue #59)

# nlmixr2extra 2.0.9

* New method for `knit_print()` will generate model equations for LaTeX
Expand All @@ -7,7 +12,7 @@

* 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 to `devtools::document()` to
Expand All @@ -19,10 +24,10 @@
* Fix `cli` issues with the new `cli` 3.4+ release that will allow
bootstrapping to run again (before `cli` 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)
Expand Down

0 comments on commit 7092131

Please sign in to comment.