From ee867b11c38a6c0d97b999986f78cd014fd2bfd1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 19 Nov 2021 01:57:57 +0100 Subject: Skip BCPC for travis --- R/chent.R | 2 ++ 1 file changed, 2 insertions(+) (limited to 'R/chent.R') 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, -- cgit v1.2.1