You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
841 B
Tcl
24 lines
841 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran statnet statnet.common 4.10.0
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Common R scripts and utilities Used by the Statnet Project software
|
|
long_description {*}${description}
|
|
checksums rmd160 d3c4ce99e437fc35ae6949964e23cfcb7dc7c404 \
|
|
sha256 b7bad83d3b86f7b7489634260970a32a119a34845219e8ed32993a10313541c3 \
|
|
size 76529
|
|
# github.tarball_from archive
|
|
|
|
depends_lib-append port:R-coda
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-rlang
|
|
|
|
test.run yes
|