From 4835e20d1d08203657ab616600286ad9dfd71344 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 24 May 2017 15:46:44 +0200 Subject: Re-enable PELMO examples and tests - Add .gitattributes to make sure CRLF line endings are kept for PELMO .psm files - Update static docs --- R/PELMO_runs.R | 3 --- 1 file changed, 3 deletions(-) (limited to 'R') 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) -- cgit v1.2.1