You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 is outdated.
|
|
R.setup cran tnagler svines 0.2.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Stationary Vine copula models
|
|
long_description {*}${description}
|
|
homepage https://github.com/tnagler/svines
|
|
checksums rmd160 00882fdf2375b98a91d9f043966cd86b10e4a946 \
|
|
sha256 d9a0a873c6f23c66c7a16b9cca366c961b4523f9ccb6b7e72fdab9cbfdbcb15e \
|
|
size 282530
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-BH \
|
|
port:R-fGarch \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppThread \
|
|
port:R-rvinecopulib \
|
|
port:R-univariateML \
|
|
port:R-wdm
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggraph \
|
|
port:R-testthat
|
|
|
|
test.run yes
|