mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 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
|
|
|
|
R.setup cran BZPaper RTransferEntropy 0.2.21
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Measuring information flow between time series with Shannon and Renyi transfer entropy
|
|
long_description {*}${description}
|
|
checksums rmd160 5b2a81c0c67fe1a603013b42b74c453782fd40d4 \
|
|
sha256 ad46430e9893e383459411090b206aac41adf3367d71be025233caae783dc916 \
|
|
size 583319
|
|
|
|
depends_lib-append port:R-future \
|
|
port:R-future.apply \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-data.table \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-quantmod \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-vars \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
test.run yes
|