summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-31 07:40:09 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-31 07:40:09 +0100
commit5cf14fe9a9fe15e866529ebde14492b56645f6b7 (patch)
treea21f11cda8bf68fef857fa7c98c3a131242d8ce6
parent4f4cd07a9ef72c53bbfa53eda835f19dc9f9ad72 (diff)
Remove winbuilder target, documentation fix.
-rw-r--r--GNUmakefile7
-rw-r--r--README.md2
-rw-r--r--docs/index.html2
3 files changed, 2 insertions, 9 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 36cb038..70d581b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -45,10 +45,3 @@ install: build
drat: build
"$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)"
-
-winbuilder: build
- date
- @echo "Uploading to R-release on win-builder"
- curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-release/
- @echo "Uploading to R-devel on win-builder"
- curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-devel/
diff --git a/README.md b/README.md
index eee6b0c..02b428e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
The R package **PELMO.installeR** provides a way to install
[FOCUS PELMO](http://esdac.jrc.ec.europa.eu/projects/pelmo)
-in a standardised way on unix system for use with
+in a standardised way on Linux/Unix systems for use with
[wine](https://www.winehq.org).
## Note
diff --git a/docs/index.html b/docs/index.html
index 6aaaed4..3b4e187 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -46,7 +46,7 @@
<div id="pelmo-installer" class="section level1">
<div class="page-header"><h1 class="hasAnchor">
<a href="#pelmo-installer" class="anchor"> </a>PELMO.installeR</h1></div>
-<p>The R package <strong>PELMO.installeR</strong> provides a way to install <a href="http://esdac.jrc.ec.europa.eu/projects/pelmo">FOCUS PELMO</a> in a standardised way on unix system for use with <a href="https://www.winehq.org">wine</a>.</p>
+<p>The R package <strong>PELMO.installeR</strong> provides a way to install <a href="http://esdac.jrc.ec.europa.eu/projects/pelmo">FOCUS PELMO</a> in a standardised way on Linux/Unix systems for use with <a href="https://www.winehq.org">wine</a>.</p>
<div id="note" class="section level2">
<h2 class="hasAnchor">
<a href="#note" class="anchor"> </a>Note</h2>

Contact - Imprint