diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-07-30 11:06:53 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-07-30 11:06:53 +0200 |
commit | b8f953d04e4094c79b4f860d99f3c1466ed3ad6a (patch) | |
tree | 9b54d320bd2c6604aa38b2044c3aad2a27c63d50 | |
parent | 1ceb226d999d56276c9e361f359368287a0749c4 (diff) |
Import 'is' from methods
-rw-r--r-- | pkg/NAMESPACE | 1 | ||||
-rw-r--r-- | pkg/R/PEC_soil.R | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE index c59559b..572ec80 100644 --- a/pkg/NAMESPACE +++ b/pkg/NAMESPACE @@ -24,5 +24,6 @@ import(chents) import(graphics) import(mkin) importFrom(R6,R6Class) +importFrom(methods,is) importFrom(readr,fwf_empty) importFrom(readr,read_fwf) diff --git a/pkg/R/PEC_soil.R b/pkg/R/PEC_soil.R index 27fac52..0263e47 100644 --- a/pkg/R/PEC_soil.R +++ b/pkg/R/PEC_soil.R @@ -38,6 +38,7 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("destination", "study_typ #' e.g. in the EFSA scenarios, the DT50 for groundwater modelling #' (destination 'PECgw') is taken from the chent object, otherwise the DT50 #' with destination 'PECsoil'. +#' @importFrom methods is #' @param rate Application rate in units specified below #' @param rate_units Defaults to g/ha #' @param interception The fraction of the application rate that does not reach the soil |