aboutsummaryrefslogtreecommitdiff
path: root/pkg/R/drift_data_JKI.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-07-02 16:05:59 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-07-02 16:05:59 +0200
commitad4cd5d9a1f8c3976d08048a441129b1fb49a62b (patch)
tree64eee14bf0a47ea1bc2057770cf7fe6c93de8f54 /pkg/R/drift_data_JKI.R
parentfef0bb7fe916f91dcff089c17aa3290c0ea1ab1f (diff)
Changes to pass R CMD check --as-cran, roxygen run
Diffstat (limited to 'pkg/R/drift_data_JKI.R')
-rw-r--r--pkg/R/drift_data_JKI.R8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/R/drift_data_JKI.R b/pkg/R/drift_data_JKI.R
index 44a959b..549798c 100644
--- a/pkg/R/drift_data_JKI.R
+++ b/pkg/R/drift_data_JKI.R
@@ -13,7 +13,7 @@
#' @docType data
#' @format A list currently containing matrices with spray drift percentage
#' data for field crops (Ackerbau), and Pome/stone fruit, early and late
-#' (Obstbau früh, spät).
+#' (Obstbau frueh, spaet).
#' @source JKI (2010) Spreadsheet 'Tabelle der Abdrifteckwerte.xls', retrieved
#' from
#' http://www.jki.bund.de/no_cache/de/startseite/institute/anwendungstechnik/abdrift-eckwerte.html
@@ -24,8 +24,8 @@
#' \dontrun{
#' # This is the code that was used to extract the data
#' library(readxl)
-#' abdrift_path <- "../inst/extdata/Tabelle der Abdrifteckwerte.xls"
-#' JKI_crops <- c("Ackerbau", "Obstbau früh", "Obstbau spät")
+#' abdrift_path <- "inst/extdata/Tabelle der Abdrifteckwerte.xls"
+#' JKI_crops <- c("Ackerbau", "Obstbau frueh", "Obstbau spaet")
#' names(JKI_crops) <- c("Field crops", "Pome/stone fruit, early", "Pome/stone fruit, late")
#' drift_data_JKI <- list()
#'
@@ -36,7 +36,7 @@
#' crop = JKI_crops)
#' drift_data_JKI[[n]] <- drift_data
#' }
-#' save(drift_data_JKI, file = "../data/drift_data_JKI.RData")
+#' save(drift_data_JKI, file = "data/drift_data_JKI.RData")
#' }
#'
NULL

Contact - Imprint