Files

23 lines
864 B
Tcl
Raw Permalink Normal View History

2023-02-05 03:49:58 +07:00
# -*- 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
2024-02-28 19:10:46 +07:00
R.setup cran zenka.roman RUnit 0.4.33
revision 1
2023-02-05 03:49:58 +07:00
categories-append devel
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-02-05 03:49:58 +07:00
license GPL-2
2023-10-23 10:47:04 +08:00
description R Unit test framework
2023-02-05 03:49:58 +07:00
long_description R functions implementing a standard Unit Testing framework, \
with additional code inspection and report generation tools.
2024-02-28 19:10:46 +07:00
checksums rmd160 be5333c5b9dae3f19c29aa82c2e8a782aa0d18b0 \
sha256 b2a4c5afc7ef9534dac5006f6ef1b2af68630bb73eb74ef70ec7ed53dae6cb5f \
size 430737
2023-02-05 03:49:58 +07:00
supported_archs noarch
2024-05-22 15:26:15 +10:00
platforms {darwin any}
2023-10-23 10:47:04 +08:00
depends_test-append port:R-XML
test.run yes