aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-05-24 15:46:44 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-05-24 15:46:44 +0200
commit4835e20d1d08203657ab616600286ad9dfd71344 (patch)
tree394e81771eaee8665358f00c9404465dcfc061e6 /R
parent539ea37b45ddc41b36dd199f06ffe5936ab13f21 (diff)
Re-enable PELMO examples and tests
- Add .gitattributes to make sure CRLF line endings are kept for PELMO .psm files - Update static docs
Diffstat (limited to 'R')
-rw-r--r--R/PELMO_runs.R3
1 files changed, 0 insertions, 3 deletions
diff --git a/R/PELMO_runs.R b/R/PELMO_runs.R
index c0d1266..432231e 100644
--- a/R/PELMO_runs.R
+++ b/R/PELMO_runs.R
@@ -33,8 +33,6 @@
#' PELMO test results \url{http://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/gw/models/pelmo/test-results/test_results_FOCUS_PELMO_5_5_3.doc}
#' @export
#' @examples
-#' # At the moment I can not run the examples, as my wine installation is not working
-#' \dontrun{
#' # Reproduce the official test results for annual application of Pesticide D
#' # to winter cereals at the day before emergence
#' runs_1 <- list(
@@ -56,7 +54,6 @@
#' PECgw_2 <- PELMO_runs(runs_2, psm_dir = system.file("testdata", package = "pfm"),
#' cores = 3, overwrite = TRUE)
#' print(PECgw_2)
-#' }
PELMO_runs <- function(runs, psm_dir = ".", version = "5.5.3", PELMO_base = "auto",
execute = TRUE, cores = getOption("mc.cores", 2L),
evaluate = TRUE, overwrite = FALSE)

Contact - Imprint