Skip to content

Commit

Permalink
update NEWS and description
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettk committed Feb 7, 2024
1 parent 01b4ff5 commit 1aa5d88
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: bbr
Title: R package for bbi
Version: 1.8.1
Version: 1.9.0
Authors@R:
c(person(given = "Seth",
family = "Green",
Expand Down
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# bbr 1.9.0

## New features and changes

* New `initial_estimates()` function for extracting and formatting initial
parameter estimates from a `NONMEM` control stream file. (#646)

* New `tweak_initial_estimates()` function for tweaking or 'jittering' initial
parameter estimates. Only `$THETA` records are supported for now. (#646)

## Bugs addressed

* With the latest `data.table` release (1.15.0), `param_estimates_batch()`
failed for an edge case due to a change in the header detection heuristics.
`param_estimates_batch()` now tells `data.table::fread()` to expect a header.
(#648)

* When passed `.recurse = TRUE`, `run_log()`, `config_log()`, and
`summary_log()` included nested models, which was not by design. Any models
under another model's output directory are considered an implementation
detail. (#643, #644, #645)

# bbr 1.8.1

## Bugs addressed
Expand Down

0 comments on commit 1aa5d88

Please sign in to comment.