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
29 lines
1000 B
Tcl
29 lines
1000 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 vincenzo.coia igcop 1.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Computational tools for the IG and IGL copula families
|
|
long_description {*}${description}
|
|
checksums rmd160 44aa08c388f4a1d4cb53260caa052d02f698f49a \
|
|
sha256 40c946680a1e5496a070fa3ec699258ef0198826cd0e2a03512b90a7efdccea5 \
|
|
size 1173254
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-rlang \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|