Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 18:27:35 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304451 - in head/devel: . R-cran-Hmisc
Message-ID:  <201209181827.q8IIRZjO040521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Tue Sep 18 18:27:35 2012
New Revision: 304451
URL: http://svn.freebsd.org/changeset/ports/304451

Log:
  The Hmisc library contains many functions useful for data analysis,
  high-level graphics, utility operations, functions for computing sample
  size and power, importing datasets, imputing missing values, advanced
  table making, variable clustering, character string manipulation,
  conversion of S objects to LaTeX code, and recoding variables.
  
  WWW:	http://cran.r-project.org/web/packages/Hmisc/

Added:
  head/devel/R-cran-Hmisc/
  head/devel/R-cran-Hmisc/Makefile   (contents, props changed)
  head/devel/R-cran-Hmisc/distinfo   (contents, props changed)
  head/devel/R-cran-Hmisc/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 18 18:26:19 2012	(r304450)
+++ head/devel/Makefile	Tue Sep 18 18:27:35 2012	(r304451)
@@ -9,6 +9,7 @@
     SUBDIR += ORBit2
     SUBDIR += ORBit2-reference
     SUBDIR += R-cran-Defaults
+    SUBDIR += R-cran-Hmisc
     SUBDIR += R-cran-RUnit
     SUBDIR += R-cran-bitops
     SUBDIR += R-cran-caret

Added: head/devel/R-cran-Hmisc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-Hmisc/Makefile	Tue Sep 18 18:27:35 2012	(r304451)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	Hmisc
+DISTVERSION=	3.9-3
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	skreuzer@FreeBSD.org
+COMMENT=	Harrell Miscellaneous functions useful for data analysis
+
+LICENSE=	GPLv2
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-Hmisc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-Hmisc/distinfo	Tue Sep 18 18:27:35 2012	(r304451)
@@ -0,0 +1,2 @@
+SHA256 (Hmisc_3.9-3.tar.gz) = fa06b34e18620585ac5582ddcd9544d1c53d8b449223b36d41fdc3b24e2380e7
+SIZE (Hmisc_3.9-3.tar.gz) = 573945

Added: head/devel/R-cran-Hmisc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-Hmisc/pkg-descr	Tue Sep 18 18:27:35 2012	(r304451)
@@ -0,0 +1,7 @@
+The Hmisc library contains many functions useful for data analysis,
+high-level graphics, utility operations, functions for computing sample
+size and power, importing datasets, imputing missing values, advanced
+table making, variable clustering, character string manipulation,
+conversion of S objects to LaTeX code, and recoding variables.
+
+WWW:	http://cran.r-project.org/web/packages/Hmisc/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209181827.q8IIRZjO040521>