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
33 lines
1.1 KiB
Tcl
33 lines
1.1 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 juha.karvanen R6causal 0.8.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license AGPL-3
|
|
description R6 class for structural causal models
|
|
long_description {*}${description}
|
|
checksums rmd160 4824302259034f62bbb919d7d85824f0b1caad28 \
|
|
sha256 ee83306e22fc142c1524cb7d5f72bb8ec2172d7d4c7631fb795443a95f322562 \
|
|
size 302799
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-causaleffect \
|
|
port:R-cfid \
|
|
port:R-data.table \
|
|
port:R-dosearch \
|
|
port:R-glue \
|
|
port:R-igraph \
|
|
port:R-R6
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-qgraph \
|
|
port:R-rmarkdown \
|
|
port:R-sqldf
|
|
|
|
test.run yes
|