You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
942 B
Tcl
26 lines
942 B
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 termehs multigraphr 0.2.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Probability models and statistical analysis \
|
|
of random multigraphs
|
|
long_description {*}${description}
|
|
homepage https://github.com/termehs/multigraphr
|
|
checksums rmd160 9cbbb2f73d16a4ab8937a64ed9e4c2c0ea7e221f \
|
|
sha256 fd477f4fc3decca78f41fade26957a37821582cc6cd609f2558d31f8be094c8d \
|
|
size 2809467
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|