mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
24 lines
813 B
Tcl
24 lines
813 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 github cdowd twosamples 2.0.1 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Fast permutation based two sample tests
|
|
long_description {*}${description}
|
|
homepage https://twosampletest.com
|
|
checksums rmd160 5e5b0d4a99adc1fb985617f3dc43721ffa386c04 \
|
|
sha256 812be9f7627a70b21fbb4c70065ab84eb12729fd6366ab7791112f0fe22dcb1d \
|
|
size 1041967
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-cpp11
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|