mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
95851be880
commit
6f4b012646
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304451
@ -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
|
||||
|
16
devel/R-cran-Hmisc/Makefile
Normal file
16
devel/R-cran-Hmisc/Makefile
Normal 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>
|
2
devel/R-cran-Hmisc/distinfo
Normal file
2
devel/R-cran-Hmisc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Hmisc_3.9-3.tar.gz) = fa06b34e18620585ac5582ddcd9544d1c53d8b449223b36d41fdc3b24e2380e7
|
||||
SIZE (Hmisc_3.9-3.tar.gz) = 573945
|
7
devel/R-cran-Hmisc/pkg-descr
Normal file
7
devel/R-cran-Hmisc/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user