mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
66 lines
2.5 KiB
Tcl
66 lines
2.5 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran harrelfe Hmisc 5.2-1
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Harrell miscellaneous
|
|
long_description Contains many functions useful for data analysis, high-level graphics, \
|
|
utility operations, functions for computing sample size and power, \
|
|
simulation, importing and annotating datasets, imputing missing values, \
|
|
advanced table making, variable clustering, character string manipulation, \
|
|
conversion of R objects to LaTeX and html code, and recoding variables.
|
|
homepage https://hbiostat.org/R/Hmisc
|
|
checksums rmd160 b46c646e748c49d4a728cd13597fe588f31bd994 \
|
|
sha256 77329ef9696f0532b7c723452eac70a3cdcb2f96e02f2d57a1b71a9000babcee \
|
|
size 889555
|
|
|
|
depends_lib-append port:R-base64enc \
|
|
port:R-colorspace \
|
|
port:R-data.table \
|
|
port:R-Formula \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-gtable \
|
|
port:R-htmlTable \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-viridis
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-abind \
|
|
port:R-acepack \
|
|
port:R-chron \
|
|
port:R-digest \
|
|
port:R-getPass \
|
|
port:R-gt \
|
|
port:R-htm2txt \
|
|
port:R-htmlwidgets \
|
|
port:R-jsonlite \
|
|
port:R-kableExtra \
|
|
port:R-keyring \
|
|
port:R-latticeExtra \
|
|
port:R-leaps \
|
|
port:R-mice \
|
|
port:R-pcaPP \
|
|
port:R-plotly \
|
|
port:R-plyr \
|
|
port:R-polspline \
|
|
port:R-qreport \
|
|
port:R-qs \
|
|
port:R-rio \
|
|
port:R-rlang \
|
|
port:R-rms \
|
|
port:R-rstudioapi \
|
|
port:R-safer \
|
|
port:R-sparkline \
|
|
port:R-tables \
|
|
port:R-VGAM
|
|
|
|
test.run yes
|