aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-sandwich
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-23 04:06:18 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-23 04:06:18 +0000
commitabfdb194fa9f2ede97b1bf2a596cd62b90294727 (patch)
tree481a479f8e96f13c32a48e42720da50129986172 /math/R-cran-sandwich
parent91f0dcd8fae08c8f866ab1d914b6711efc1503a3 (diff)
downloadports-abfdb194fa9f2ede97b1bf2a596cd62b90294727.tar.gz
ports-abfdb194fa9f2ede97b1bf2a596cd62b90294727.zip
- Add a new port: math/R-cran-sandwich
Model-robust standard error estimators for cross-sectional, time series and longitudinal data. WWW: http://cran.r-project.org/web/packages/sandwich/
Notes
Notes: svn path=/head/; revision=282214
Diffstat (limited to 'math/R-cran-sandwich')
-rw-r--r--math/R-cran-sandwich/Makefile24
-rw-r--r--math/R-cran-sandwich/distinfo2
-rw-r--r--math/R-cran-sandwich/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/math/R-cran-sandwich/Makefile b/math/R-cran-sandwich/Makefile
new file mode 100644
index 000000000000..fab1015e8282
--- /dev/null
+++ b/math/R-cran-sandwich/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-sandwich
+# Date created: 2011-09-23
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sandwich
+DISTVERSION= 2.2-7
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Robust Covariance Matrix Estimators
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-sandwich/distinfo b/math/R-cran-sandwich/distinfo
new file mode 100644
index 000000000000..4095740df864
--- /dev/null
+++ b/math/R-cran-sandwich/distinfo
@@ -0,0 +1,2 @@
+SHA256 (sandwich_2.2-7.tar.gz) = 1939061350035bbf6293ccb3a316c8120ad407153c43bdbcfdc385f5a1ed077c
+SIZE (sandwich_2.2-7.tar.gz) = 840644
diff --git a/math/R-cran-sandwich/pkg-descr b/math/R-cran-sandwich/pkg-descr
new file mode 100644
index 000000000000..f118580f770a
--- /dev/null
+++ b/math/R-cran-sandwich/pkg-descr
@@ -0,0 +1,4 @@
+Model-robust standard error estimators for cross-sectional, time
+series and longitudinal data.
+
+WWW: http://cran.r-project.org/web/packages/sandwich/