aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-27 16:14:36 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-27 16:14:36 +0200
commit1532aadbd632a3b82032de3f0b0f377660617a9f (patch)
treeff10f1705314dee4cedbe4724fc47d0bbabf2b8d
parent40d06320e097434a924c0d57b26e5e1a7574625c (diff)
Add pp to the list of classes for staticdocs
-rw-r--r--docs/reference.html6
-rw-r--r--inst/staticdocs/index.r2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference.html b/docs/reference.html
index 2d57140..52c537d 100644
--- a/docs/reference.html
+++ b/docs/reference.html
@@ -64,6 +64,9 @@
<li>
<code><a href="pai.html">pai</a></code><br />An R6 class for pesticidal active ingredients and associated data</li>
+
+ <li>
+ <code><a href="pp.html">pp</a></code><br />R6 class for holding a product with at least one active ingredient</li>
</ul>
<h3>Other</h3>
@@ -78,9 +81,6 @@
<code><a href="plot.chent.html">plot.chent</a></code><br />Plot method for chent objects</li>
<li>
- <code><a href="pp.html">pp</a></code><br />R6 class for holding a product with at least one active ingredient</li>
-
- <li>
<code><a href="print.chent.html">print.chent</a></code><br />Printing method for chent objects</li>
<li>
diff --git a/inst/staticdocs/index.r b/inst/staticdocs/index.r
index 83bfccd..7aa2074 100644
--- a/inst/staticdocs/index.r
+++ b/inst/staticdocs/index.r
@@ -1,5 +1,5 @@
sd_section(
"Class definitions",
"R6 classes and their methods",
- c("chent", "pai")
+ c("chent", "pai", "pp")
)

Contact - Imprint