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/
This commit is contained in:
Steven Kreuzer 2012-09-18 18:27:35 +00:00
parent 95851be880
commit 6f4b012646
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304451
4 changed files with 26 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (Hmisc_3.9-3.tar.gz) = fa06b34e18620585ac5582ddcd9544d1c53d8b449223b36d41fdc3b24e2380e7
SIZE (Hmisc_3.9-3.tar.gz) = 573945

View file

@ -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/