mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.4 KiB
Tcl
40 lines
1.4 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran gforge Gmisc 3.0.3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Descriptive statistics, transition plots and more
|
|
long_description {*}${description}
|
|
homepage https://gforge.se
|
|
checksums rmd160 aa6e2d97d00a6447b98ec7c02f54e81b23477f9f \
|
|
sha256 83e0f8ab93eedb48e280a786106474dd2ce1dc2df6505835ec4218521e9e0fe9 \
|
|
size 919734
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-checkmate \
|
|
port:R-forestplot \
|
|
port:R-Hmisc \
|
|
port:R-htmlTable \
|
|
port:R-glue \
|
|
port:R-knitr \
|
|
port:R-lubridate \
|
|
port:R-magrittr \
|
|
port:R-Rcpp \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-stringr \
|
|
port:R-XML \
|
|
port:R-yaml
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-jsonlite \
|
|
port:R-testthat \
|
|
port:R-tidyselect
|
|
|
|
test.run yes
|