aboutsummaryrefslogtreecommitdiff
path: root/R/chent.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-11-19 01:57:57 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-11-19 01:57:57 +0100
commitee867b11c38a6c0d97b999986f78cd014fd2bfd1 (patch)
tree62cb69102763dfb78392b836fa73174b9b93de11 /R/chent.R
parentebbf0dba2aebb17d07a1974426794a183b48a27e (diff)
Skip BCPC for travis
Diffstat (limited to 'R/chent.R')
-rw-r--r--R/chent.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/chent.R b/R/chent.R
index 6983561..7f61801 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -495,11 +495,13 @@ plot.chent = function(x, ...) {
#' @field bcpc List of information retrieved from pesticidecompendium.bcpc.org
#' @keywords data
#' @examples
+#' \donttest{
#' atr <- pai$new("atrazine")
#' print(atr)
#' if (!is.null(atr$Picture)) {
#' plot(atr)
#' }
+#' }
pai <- R6Class("pai",
inherit = chent,

Contact - Imprint