diff --git a/DESCRIPTION b/DESCRIPTION index 3d0da1a8..1c897904 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: PKNCA Type: Package Title: Perform Pharmacokinetic Non-Compartmental Analysis -Version: 0.10.1.9000 +Version: 0.10.2 Authors@R: c( person("Bill", "Denney", email="wdenney@humanpredictions.com", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5759-428X")), person("Clare", "Buckeridge", email="clare.buckeridge@pfizer.com", role="aut"), diff --git a/NEWS.md b/NEWS.md index 70715e6a..de4a150e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,14 +4,8 @@ will continue until then. These will be especially noticeable around the inclusion of IV NCA parameters and additional specifications of the dosing including dose amount and route. -# PKNCA 0.10.1 +# PKNCA 0.10.2 -* A new parameter `aucabove.trough.all` was added to calculate the NCA above the - trough concentration. -* Testing updates were made to work with dplyr version 1.1.0 (fix #198) -* Internal changes to how columns are identified were made, and the parseFormula - function was subsequently removed (parseFormula was never intended for - external use). * A minor change to `pk.calc.aucpext()` was made so that it now returns `NA_real_` instead of `NaN`. * A minor change was made so that AUC and amount excreted (ae) calculations will @@ -20,6 +14,15 @@ the dosing including dose amount and route. give the imputation with or without the "PKNCA_impute_method_" prefix. So, "PKNCA_impute_method_start_predose" and "start_predose" are equivalent. +# PKNCA 0.10.1 + +* A new parameter `aucabove.trough.all` was added to calculate the NCA above the + trough concentration. +* Testing updates were made to work with dplyr version 1.1.0 (fix #198) +* Internal changes to how columns are identified were made, and the parseFormula + function was subsequently removed (parseFormula was never intended for + external use). + # PKNCA 0.10.0 ## Bugs Fixed diff --git a/cran-comments.md b/cran-comments.md index 4e6bd537..9802e34c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,4 +2,4 @@ 0 errors | 0 warnings | 1 note -* The primary purpose of this release is to fix an issue related to the upcoming release of dplyr. +* The primary purpose of this release is to fix a issues related to the upcoming releases of testthat and waldo.