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
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
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 sorenh pbkrtest 0.5.3
|
||
revision 0
|
||
categories-append math
|
||
platforms {darwin any}
|
||
maintainers nomaintainer
|
||
license {GPL-2 GPL-3}
|
||
description Parametric Bootstrap, Kenward–Roger and Satterthwaite \
|
||
based methods for test in mixed models
|
||
long_description {*}${description}
|
||
homepage https://people.math.aau.dk/~sorenh/software/pbkrtest
|
||
checksums rmd160 6ffba0725cce1c502c9ae624fda66f6bfc06f448 \
|
||
sha256 b03e5156fef6a4a2ea67c1d15c051799e63acafef2f89962c580645266e6ba63 \
|
||
size 59013
|
||
supported_archs noarch
|
||
|
||
depends_lib-append port:R-broom \
|
||
port:R-doBy \
|
||
port:R-dplyr \
|
||
port:R-lme4 \
|
||
port:R-numDeriv
|
||
|
||
depends_test-append port:R-knitr
|
||
|
||
test.run yes
|