aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/Makefile1
-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
4 files changed, 31 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index e35968c7ceae..447029929bb6 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -16,6 +16,7 @@
SUBDIR += R-cran-inline
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-psych
+ SUBDIR += R-cran-sandwich
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
SUBDIR += R-cran-spdep
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/