aboutsummaryrefslogtreecommitdiff
path: root/R/TOXSWA_cwa.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-01-29 10:11:27 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-01-29 10:22:14 +0100
commitffeec05d913f2e987da362c05df2afc2a8a23965 (patch)
tree0529da07666fc302be5cad765eb4f9aaa7e64d84 /R/TOXSWA_cwa.R
parentb9ce44748f2795ae1f35fe5a510e88635f247a7f (diff)
Documentation fixes and updates
Diffstat (limited to 'R/TOXSWA_cwa.R')
-rw-r--r--R/TOXSWA_cwa.R4
1 files changed, 3 insertions, 1 deletions
diff --git a/R/TOXSWA_cwa.R b/R/TOXSWA_cwa.R
index eacd58f..4caafb6 100644
--- a/R/TOXSWA_cwa.R
+++ b/R/TOXSWA_cwa.R
@@ -1,4 +1,4 @@
-# Copyright (C) 2014,2015,2016,2017 Johannes Ranke
+# Copyright (C) 2014,2015,2016,2017,2018 Johannes Ranke
# Contact: jranke@uni-bremen.de
# This file is part of the R package pfm
@@ -14,6 +14,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>
+if(getRversion() >= '2.15.1') utils::globalVariables(c("cwa"))
#' Read TOXSWA surface water concentrations
#'
@@ -40,6 +41,7 @@
#' @param thresholds Numeric vector of threshold concentrations in µg/L for
#' generating event statistics.
#' @importFrom readr read_fwf fwf_empty
+#' @importFrom grDevices dev.cur
#' @return An instance of an R6 object of class
#' \code{\link{TOXSWA_cwa}}.
#' @export

Contact - Imprint