mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 AlexisDerumigny CondCopulas 0.1.4.1
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Estimation and inference for conditional copula models
|
|
long_description {*}${description}
|
|
homepage https://github.com/AlexisDerumigny/CondCopulas
|
|
checksums rmd160 af555aee79f2bbfa08925705abb0bf6b05d0d7a8 \
|
|
sha256 1bf0a69aa5fcbb9b21d44a5068260faadaa2ebd619f3135a40666f50aff2a729 \
|
|
size 211644
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-data.tree \
|
|
port:R-glmnet \
|
|
port:R-ordinalNet \
|
|
port:R-pbapply \
|
|
port:R-statmod \
|
|
port:R-tree \
|
|
port:R-VineCopula \
|
|
port:R-wdm
|
|
|
|
depends_test-append port:R-DiagrammeR \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-mvtnorm \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|