diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-24 15:46:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-24 15:46:44 +0200 |
commit | 4835e20d1d08203657ab616600286ad9dfd71344 (patch) | |
tree | 394e81771eaee8665358f00c9404465dcfc061e6 /man | |
parent | 539ea37b45ddc41b36dd199f06ffe5936ab13f21 (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 'man')
-rw-r--r-- | man/PELMO_runs.Rd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/PELMO_runs.Rd b/man/PELMO_runs.Rd index a86e0fd..f936d8c 100644 --- a/man/PELMO_runs.Rd +++ b/man/PELMO_runs.Rd @@ -55,8 +55,6 @@ run directory, holding the results for all FOCUS periods, equivalent to the period.plm file generated by the FOCUS PELMO GUI. } \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( @@ -79,7 +77,6 @@ PECgw_2 <- PELMO_runs(runs_2, psm_dir = system.file("testdata", package = "pfm") cores = 3, overwrite = TRUE) print(PECgw_2) } -} \references{ PELMO.installeR \url{https://pkgdown.jrwb.de/PELMO.installeR} |