mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.1 KiB
Tcl
29 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 spgadou nCopula 0.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Hierarchical archimedean copulas constructed with multivariate compound distributions
|
|
long_description Construct and manipulate hierarchical Archimedean copulas \
|
|
with multivariate compound distributions.
|
|
checksums rmd160 6f744aa52bad5c3bd5c23154a972327f5854cac9 \
|
|
sha256 bb926e5cdde6ee490c138f30c5b4e9e2d925b2ea324c27cacb373d0afa760b0f \
|
|
size 16085
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-copula \
|
|
port:R-Deriv \
|
|
port:R-stringi \
|
|
port:R-stringr
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|