summaryrefslogtreecommitdiff
path: root/math/R-ISLR
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-08 19:53:36 +0000
committerbrook <brook@pkgsrc.org>2019-08-08 19:53:36 +0000
commit38c18a05ab31abe1b0a5989c69504db181e8eb97 (patch)
treeddf16969cd84ade49d6c299e1d6f4b0d3f2facc8 /math/R-ISLR
parent6208019ea6059034b9cc56ca4ffce38d7c97c3f1 (diff)
downloadpkgsrc-38c18a05ab31abe1b0a5989c69504db181e8eb97.tar.gz
Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
Diffstat (limited to 'math/R-ISLR')
-rw-r--r--math/R-ISLR/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/math/R-ISLR/Makefile b/math/R-ISLR/Makefile
index a6dea1ea6d4..db0a80d4589 100644
--- a/math/R-ISLR/Makefile
+++ b/math/R-ISLR/Makefile
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2019/07/31 18:13:51 brook Exp $
+# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:44 brook Exp $
-CATEGORIES= math R
+R_PKGNAME= ISLR
+R_PKGVER= 1.2
+CATEGORIES= math
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= https://cran.r-project.org/web/packages/ISLR/
COMMENT= Data for the "ISLR" book
LICENSE= gnu-gpl-v2
-R_PKGNAME= ISLR
-R_PKGVER= 1.2
-
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"