From 5cf14fe9a9fe15e866529ebde14492b56645f6b7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 31 Jan 2017 07:40:09 +0100 Subject: Remove winbuilder target, documentation fix. --- GNUmakefile | 7 ------- README.md | 2 +- 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/ 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 @@
-

The R package PELMO.installeR provides a way to install FOCUS PELMO in a standardised way on unix system for use with wine.

+

The R package PELMO.installeR provides a way to install FOCUS PELMO in a standardised way on Linux/Unix systems for use with wine.

Note

-- cgit v1.2.1