From 1532aadbd632a3b82032de3f0b0f377660617a9f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 16:14:36 +0200 Subject: Add pp to the list of classes for staticdocs --- docs/reference.html | 6 +++--- inst/staticdocs/index.r | 2 +- 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 @@
  • pai
    An R6 class for pesticidal active ingredients and associated data
  • + +
  • + pp
    R6 class for holding a product with at least one active ingredient
  • Other

    @@ -77,9 +80,6 @@
  • plot.chent
    Plot method for chent objects
  • -
  • - pp
    R6 class for holding a product with at least one active ingredient
  • -
  • print.chent
    Printing method for chent objects
  • 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") ) -- cgit v1.2.1