You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1008 B
Tcl
29 lines
1008 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 DarkEyes VLTimeCausality 0.1.5
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Variable-lag time series causality inference framework
|
|
long_description {*}${description}
|
|
checksums rmd160 9ec379a2b5f1eff4d196d7090818d8ac0754808e \
|
|
sha256 8d478477a1814cef22eae0083426c9e7ff47345a0f151a3ed820f2d913bdcf5d \
|
|
size 181000
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dtw \
|
|
port:R-ggplot2 \
|
|
port:R-RTransferEntropy \
|
|
port:R-tseries
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|