Skip to content

Commit 40332fc

Browse files
committed
Fix vignette issues
1 parent 76dd180 commit 40332fc

15 files changed

+18336
-518
lines changed

.Rbuildignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3-
example.*?.R
43
^\.travis\.yml$
54
cran-comments.md
65
^\.github$
76
^LICENSE\.md$
8-
^CODE_OF_CONDUCT\.md$
7+
^CODE_OF_CONDUCT\.md$
8+
^doc$
9+
^Meta$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/R/*.Rhistory
33
/tests/testthat/*.Rhistory
44
/vignettes/*.Rhistory
5+
doc
6+
Meta

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PKNCA
22
Type: Package
33
Title: Perform Pharmacokinetic Non-Compartmental Analysis
4-
Version: 0.9.0
4+
Version: 0.9.1
55
Authors@R: c(
66
person("Bill", "Denney", email="wdenney@humanpredictions.com", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5759-428X")),
77
person("Clare", "Buckeridge", email="clare.buckeridge@pfizer.com", role="aut"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ will continue until then. These will be especially noticable around
44
the inclusion of IV NCA parameters and additional specifications of
55
the dosing including dose amount and route.
66

7+
# PKNCA 0.9.1
8+
9+
* Correct vignette building.
10+
711
# PKNCA 0.9.0
812

913
* Breaking Change: `plot.PKNCAconc()` was moved to the pknca.reporting package

doc/Data-Cleaning-in-PKNCA.html

Lines changed: 425 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/Example-theophylline.html renamed to doc/Example-theophylline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4062,7 +4062,7 @@ <h1>Multiple Dose Example</h1>
40624062
## attr(,&quot;class&quot;)
40634063
## [1] &quot;PKNCAresults&quot; &quot;list&quot;
40644064
## attr(,&quot;provenance&quot;)
4065-
## Provenance hash 51b59f882a9f3a2811324a5ff10bb22b generated on 2019-07-21 10:07:39 with R version 3.6.1 (2019-07-05).</code></pre>
4065+
## Provenance hash 51b59f882a9f3a2811324a5ff10bb22b generated on 2019-07-28 14:49:08 with R version 3.6.1 (2019-07-05).</code></pre>
40664066
<div class="sourceCode" id="cb21"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb21-1"><a href="#cb21-1"></a><span class="kw">summary</span>(results_obj)</span></code></pre></div>
40674067
<pre><code>## start end N auclast cmax
40684068
## 0 24 12 98.8 [23.0] 8.65 [17.0]

vignettes/Introduction-and-Usage.html renamed to doc/Introduction-and-Usage.html

Lines changed: 117 additions & 124 deletions
Large diffs are not rendered by default.

vignettes/Options-for-Controlling-PKNCA.html renamed to doc/Options-for-Controlling-PKNCA.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h4 class="author">Bill Denney</h4>
242242

243243
<div id="summary" class="section level1">
244244
<h1>Summary</h1>
245-
<p>PKNCA has many options that control its function. These options have effects throughout the package. The options are controlled using either the <code>PKNCA.options</code> function or by passing the <code>options</code> argument to any of the functions with that as an argument. All options supported by the current version of PKNCA (0.8.5.9013) are listed below with their descriptions.</p>
245+
<p>PKNCA has many options that control its function. These options have effects throughout the package. The options are controlled using either the <code>PKNCA.options</code> function or by passing the <code>options</code> argument to any of the functions with that as an argument. All options supported by the current version of PKNCA (0.9.0) are listed below with their descriptions.</p>
246246
</div>
247247
<div id="options" class="section level1">
248248
<h1>Options</h1>

0 commit comments

Comments
 (0)