You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
864 B
Tcl
23 lines
864 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 zenka.roman RUnit 0.4.33
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description R Unit test framework
|
|
long_description R functions implementing a standard Unit Testing framework, \
|
|
with additional code inspection and report generation tools.
|
|
checksums rmd160 be5333c5b9dae3f19c29aa82c2e8a782aa0d18b0 \
|
|
sha256 b2a4c5afc7ef9534dac5006f6ef1b2af68630bb73eb74ef70ec7ed53dae6cb5f \
|
|
size 430737
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-XML
|
|
|
|
test.run yes
|