You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.5 KiB
Tcl
45 lines
1.5 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran GrossSBM sbm 0.4.7 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Stochastic Blockmodels
|
|
long_description {*}${description}
|
|
homepage https://grosssbm.github.io/sbm
|
|
checksums rmd160 51350391806e5b8cac69066e8f77463f5c6a163a \
|
|
sha256 5c4f8a20f48772f96c90b4fa3e1745fade91a3d0d635c0320bc5885c62b4a8bf \
|
|
size 2766898
|
|
|
|
depends_lib-append port:R-alluvial \
|
|
port:R-blockmodels \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-GREMLINS \
|
|
port:R-igraph \
|
|
port:R-magrittr \
|
|
port:R-prodlim \
|
|
port:R-purrr \
|
|
port:R-R6 \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-reshape2 \
|
|
port:R-rlang \
|
|
port:R-stringr
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-aricode \
|
|
port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|