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.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 santtuth dosearch 1.0.11
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Causal effect identification from multiple incomplete data sources
|
|
long_description {*}${description}
|
|
homepage https://github.com/santikka/dosearch
|
|
checksums rmd160 56110fe6ea930680e9dc94a9f4b23c92da3097cd \
|
|
sha256 b25e93ce7172900a29c632100e761ef5dfbc718ecbc7d64d24cfe59c20981c3e \
|
|
size 331528
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
# We drop deps which pull in V8.
|
|
depends_test-append port:R-covr \
|
|
port:R-DiagrammeR \
|
|
port:R-igraph \
|
|
port:R-knitr \
|
|
port:R-mockr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|
|
# Vignettes rely on R-dagitty, which needs V8:
|
|
# https://github.com/jtextor/dagitty/issues/81
|
|
test.args-append --ignore-vignettes
|