mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran miguel-porto eicm 1.0.3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Explicit Interaction Community Models
|
|
long_description {*}${description}
|
|
checksums rmd160 07a3fcd6cfb4197853c341b8fb64612ec187421f \
|
|
sha256 ddebcb39ddb67573d7eb58862f03e23f8e9d9478030c6425b5f15494f9b36910 \
|
|
size 614907
|
|
|
|
depends_lib-append port:R-doSNOW \
|
|
port:R-foreach \
|
|
port:R-GA \
|
|
port:R-iterators \
|
|
port:R-optimParallel \
|
|
port:R-pso \
|
|
port:R-snow \
|
|
port:R-ucminf
|
|
|
|
depends_test-append port:R-igraph \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|