You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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 r-project RItools 0.3-4
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Randomization Inference Tools
|
|
long_description {*}${description}
|
|
checksums rmd160 4a344cd2bc3acdff387d6cd01daa24ec4c5abf9c \
|
|
sha256 047684b8d135d9a90156a7be6625c2961c8f6789bf80533b525a201a69ee52d7 \
|
|
size 111995
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-SparseM \
|
|
port:R-svd \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-xtable
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-testthat
|
|
|
|
test.run yes
|