2023-12-05 12:41:36 +07:00
|
|
|
# -*- 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.
|
2024-01-19 09:48:39 +08:00
|
|
|
R.setup cran tnagler svines 0.2.3
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-12-05 12:41:36 +07:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-12-05 12:41:36 +07:00
|
|
|
license GPL-3
|
|
|
|
|
description Stationary Vine copula models
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://github.com/tnagler/svines
|
2024-01-19 09:48:39 +08:00
|
|
|
checksums rmd160 00882fdf2375b98a91d9f043966cd86b10e4a946 \
|
|
|
|
|
sha256 d9a0a873c6f23c66c7a16b9cca366c961b4523f9ccb6b7e72fdab9cbfdbcb15e \
|
|
|
|
|
size 282530
|
2023-12-05 12:41:36 +07:00
|
|
|
|
|
|
|
|
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
|