Skip to content

Commit

Permalink
Prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Apr 28, 2023
1 parent e2ecf60 commit 7ab87da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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="[email protected]", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5759-428X")),
person("Clare", "Buckeridge", email="[email protected]", role="aut"),
Expand Down
17 changes: 10 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7ab87da

Please sign in to comment.