aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-11 10:37:13 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-11 10:37:13 +0100
commit60a217ecc9a035ab956bd4229da6ad4c654e7d6e (patch)
tree2b54aadd6c5e0944943310b3cd7192b62661ef95 /R
parent3ef243d18b7972eb8cb4a561ac07d93b46df13a5 (diff)
Remove Remotes: field from DESCRIPTION
It causes trouble with remotes::install_deps() on travis, see the various previous build logs.
Diffstat (limited to 'R')
-rw-r--r--R/TOXSWA_cwa.R3
1 files changed, 2 insertions, 1 deletions
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,

Contact - Imprint