-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea0cfc7
commit 511e698
Showing
1 changed file
with
2 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
# nlmixr2extra 2.0.9 | ||
# nlmixr2extra 3.0.0 | ||
|
||
* `bootstrapFit()` now will be more careful handling `NA` 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++). | ||
- This is made to work with new version of rxode2 |