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
37 lines
1.4 KiB
Tcl
37 lines
1.4 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 github travisbyrum einet c6922be9e07b030e5f9b496731a885cd4efe4601
|
|
version 1.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Methods and utilities for causal emergence
|
|
long_description Used to explore and compute various information theory metrics for networks, \
|
|
such as effective information, effectiveness and causal emergence.
|
|
homepage https://travisbyrum.github.io/einet
|
|
checksums rmd160 d8eb9afae08a9696f2fa11dddf5d0646f0c6f24c \
|
|
sha256 b802aff2fa3f17c17696ab1463bf2597e4172b4b2afa3f21f0472ef6395ea4ec \
|
|
size 17122
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-entropy \
|
|
port:R-igraph \
|
|
port:R-magrittr \
|
|
port:R-shiny
|
|
|
|
depends_test-append port:R-bench \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-RColorBrewer \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|