mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
826 B
Tcl
22 lines
826 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 DISOhda DiscreteDatasets 0.1.1
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Example data-sets for use with discrete statistical tests
|
|
long_description {*}${description}
|
|
homepage https://github.com/DISOhda/DiscreteDatasets
|
|
checksums rmd160 39c01e747ee6fe6055ed8256674a01d9ecd7a1c1 \
|
|
sha256 cc987ff4e751c5ee020a1ffabab65a33cf572935c11222e280673996929ff24a \
|
|
size 1130123
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-checkmate
|
|
|
|
test.run yes
|