Skip to content

Commit

Permalink
Merge pull request #294 from metrumresearchgroup/cran
Browse files Browse the repository at this point in the history
Version 0.8.10 on cran
  • Loading branch information
kylebaron authored Nov 1, 2017
2 parents 183a61a + f954f4b commit 86e326b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mrgsolve
Type: Package
Version: 0.8.9.9004
Version: 0.8.10
Title: Simulate from ODE-Based Population PK/PD and Systems Pharmacology
Models
Authors@R: c(
Expand Down Expand Up @@ -30,7 +30,7 @@ Depends:
methods
Imports:
Rcpp (>= 0.12.12),
dplyr (>= 0.7.1),
dplyr (>= 0.7.4),
magrittr (>= 1.5),
lazyeval (>= 0.1.10),
RcppArmadillo (>= 0.7.900.2.0),
Expand Down
14 changes: 11 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 0.8.10
- Release to CRAN

# 0.8.9.9004
- Added `file` argument to `mread` to allow coding model
specification files with any extension. The current
behavior continues to be assuming that the model
is in a `.cpp` file, but using the `file` argument
allows any file name for model specification.

- Added `nocb` argument to `mrgsim`. If `nobc` is
`TRUE` (default), `mrgsim` continues to use
next observation carried forward to advance the system
Expand All @@ -11,10 +20,9 @@ when there are time-varying parameters (including covariates). If `nocb` is `FA

## Bug Fix
- Fixed bug where deslist was created in the wrong order
- Fixed bug where infusion duration was incorrect when paired with
non-zero lag time (test added)
- Fixed bug where infusion duration was incorrect when paired with non-zero lag time (test added)
- Fixed bug where `self` object was not correctly updated for the
first record for an individual 164b5e47341cf237f12bfef475dfca222fd70a63
first record for an individual (#273)

## Important changes
- Add support for dosing records with both lag time and ss flag; an error message will be generated if lag time is greater than ii or if lag time + infusion duration is greater than ii.
Expand Down
Binary file modified inst/project/housemodel.RDS
Binary file not shown.

0 comments on commit 86e326b

Please sign in to comment.