Skip to content

Commit

Permalink
Fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Oct 16, 2022
1 parent 0639a89 commit 7de534f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## R CMD check results

Invalid URLs that were found during the previous CRAN submission of version
0.10.0 are fixed:

* Found the following (possibly) invalid file URIs:
URI: Example-theophylline.html
From: inst/doc/v01-introduction-and-usage.html
URI: Superposition.html
From: inst/doc/v02-example-theophylline.html
URI: Example-theophylline.html
From: inst/doc/v07-unit-conversion.html
2 changes: 1 addition & 1 deletion vignettes/v01-introduction-and-usage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library will be discussed in a separate vignette.
# Quick Start

The simplest analysis requires concentration and dosing data, then
five function calls can provide summarized results. (Please note that this and the other examples in this document are intended to show the typical workflow, but they are not intended to run directly. For an example to run directly, please see [the theophylline example](Example-theophylline.html).)
five function calls can provide summarized results. (Please note that this and the other examples in this document are intended to show the typical workflow, but they are not intended to run directly. For an example to run directly, please see [the theophylline example](v02-example-theophylline.html).)

```{r setup_data}
library(PKNCA)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/v02-example-theophylline.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ knitr::kable(summary(results_obj_manual))

Assessing multiple dose pharmacokinetics is conceptually the same as single-dose in PKNCA.

To assess multiple dose PK, the theophylline data will be extended from single to multiple doses using superposition (see the [Superposition](Superposition.html) vignette for more information).
To assess multiple dose PK, the theophylline data will be extended from single to multiple doses using superposition (see the [superposition](v20-superposition.html) vignette for more information).

```{r superposition}
d_conc <- PKNCAconc(as.data.frame(Theoph), conc~Time|Subject)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/v07-unit-conversion.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ d_units_clean_manual[d_units_clean_manual$PPTESTCD %in% c("cmax", "tmax", "aucla

# The Basic Steps to Add Units to an NCA Analysis

For more details on parts of this NCA calculation example unrelated to units, see the [theophylline example vignette](Example-theophylline.html).
For more details on parts of this NCA calculation example unrelated to units, see the [theophylline example vignette](v02-example-theophylline.html).

```{r create-conc-dose-obj}
conc_obj <- PKNCAconc(as.data.frame(datasets::Theoph), conc~Time|Subject)
Expand Down

0 comments on commit 7de534f

Please sign in to comment.