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/
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# $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>
|