mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
859 B
Tcl
25 lines
859 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 data-cleaning validatetools 0.5.2
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Checking and simplifying validation rule sets
|
|
long_description {*}${description}
|
|
checksums rmd160 45313a786a70c1ef75d424cbd968ebea90bf15ee \
|
|
sha256 6092c34a333b6929a00e3982a8a6738eb0590d75336581f56be0ab66d2c4ef9a \
|
|
size 29117
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lpSolveAPI \
|
|
port:R-validate
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|