mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
958 B
Tcl
28 lines
958 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 mlampros MomTrunc 6.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Moments of folded and doubly truncated multivariate distributions
|
|
long_description {*}${description}
|
|
checksums rmd160 3ea2d2adebdc6bcce861878c89e6d818de694644 \
|
|
sha256 3ffae622881c00a98605f2755381205edbfb6fc91e0bb7650fafb0e0b3c1db59 \
|
|
size 91304
|
|
|
|
depends_lib-append port:R-hypergeo \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-tlrmvnmvt
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-tmvtnorm
|
|
|
|
test.run yes
|