You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
996 B
Tcl
28 lines
996 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 SciViews svUnit 1.0.6
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Complete unit test system and functions to implement its GUI part.
|
|
long_description {*}${description}
|
|
checksums rmd160 b82a9c771ccec7f38d23e9750ae551be3419a2b5 \
|
|
sha256 263e6c03d6c2717dfd25b96d25f8019c9c98120de280a17224e0d79adba2d522 \
|
|
size 906296
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-RUnit \
|
|
port:R-spelling \
|
|
port:R-svGUI \
|
|
port:R-XML
|
|
|
|
test.run yes
|