diff options
-rw-r--r-- | GNUmakefile | 7 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/index.html | 2 |
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/ @@ -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> |