mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
926 B
Tcl
27 lines
926 B
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 kisungyou SHT 0.1.8
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Statistical hypothesis testing toolbox
|
|
long_description {*}${description}
|
|
homepage https://www.kisungyou.com/SHT
|
|
checksums rmd160 63150c5e346a69b1ed335866576578effcbfb086 \
|
|
sha256 9d137081e948c2029169d1bda1cee4901b5eb2ff2954f5ce9728860e4195bf0e \
|
|
size 152279
|
|
|
|
depends_lib-append port:R-flare \
|
|
port:R-pracma \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rdpack
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|