From 60a217ecc9a035ab956bd4229da6ad4c654e7d6e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Nov 2022 10:37:13 +0100 Subject: Remove Remotes: field from DESCRIPTION It causes trouble with remotes::install_deps() on travis, see the various previous build logs. --- R/TOXSWA_cwa.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'R') diff --git a/R/TOXSWA_cwa.R b/R/TOXSWA_cwa.R index 6521349..310029e 100644 --- a/R/TOXSWA_cwa.R +++ b/R/TOXSWA_cwa.R @@ -27,6 +27,7 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("cwa")) #' generating event statistics. #' @importFrom readr read_fwf fwf_empty #' @importFrom grDevices dev.cur +#' @importFrom R6 R6Class #' @return An instance of an R6 object of class #' \code{\link{TOXSWA_cwa}}. #' @export @@ -169,7 +170,7 @@ plot.TOXSWA_cwa <- function(x, time_column = c("datetime", "t", "t_firstjan", "t #' H_sw_R1_stream$moving_windows(c(7, 21)) #' print(H_sw_R1_stream) #' @keywords data -TOXSWA_cwa <- R6Class("TOXSWA_cwa", +TOXSWA_cwa <- R6::R6Class("TOXSWA_cwa", public = list( filename = NULL, basedir = NULL, -- cgit v1.2.1