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
39 lines
1.3 KiB
Tcl
39 lines
1.3 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 USCCANA netdiffuseR 1.22.6 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Analysis of diffusion and contagion processes on networks
|
|
long_description {*}${description}
|
|
homepage https://USCCANA.github.io/netdiffuseR
|
|
checksums rmd160 765ecedce021ead31d1b2b1640a0fee36eb43ff7 \
|
|
sha256 be7186832f24e4535f8984bb05b25a0dc070e569d77326eb110c8d6eafd1ccbe \
|
|
size 2558927
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-igraph \
|
|
port:R-MatchIt \
|
|
port:R-network \
|
|
port:R-networkDynamic \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-sna \
|
|
port:R-SparseM \
|
|
port:R-viridisLite
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-ape \
|
|
port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-RSiena \
|
|
port:R-testthat
|
|
|
|
test.run yes
|