summaryrefslogtreecommitdiff
path: root/math/R-ISwR/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-04 08:06:15 +0000
committerrillig <rillig@pkgsrc.org>2005-11-04 08:06:15 +0000
commited2034cec422b2f286a3d2d241effed320b9fcb8 (patch)
tree492b6c8ec910dd10e2500032db154c5c90e8b7ea /math/R-ISwR/Makefile
parent119ccbd612d146866adb5c2814308ff3180900e2 (diff)
downloadpkgsrc-ed2034cec422b2f286a3d2d241effed320b9fcb8.tar.gz
Imported R-ISwR from pkgsrc-wip.
Data sets and scripts for text examples and exercises in P. Dalgaard (2002), 'Introductory Statistics with R', Springer Verlag.
Diffstat (limited to 'math/R-ISwR/Makefile')
-rw-r--r--math/R-ISwR/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-ISwR/Makefile b/math/R-ISwR/Makefile
new file mode 100644
index 00000000000..09df919656f
--- /dev/null
+++ b/math/R-ISwR/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:06:15 rillig Exp $
+#
+
+CATEGORIES= databases math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/ISwR.html
+COMMENT= Data sets and scripts for 'Introductory Statistics with R'
+
+R_PKGNAME= ISwR
+R_PKGVER= 1.0-3
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"