You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1020 B
Tcl
28 lines
1020 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran dgbonett statpsych 1.6.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Confidence interval and sample size methods \
|
|
that are especially useful in psychological research
|
|
long_description {*}${description}
|
|
homepage https://github.com/dgbonett/statpsych
|
|
checksums rmd160 4466c957708e180970c5f8828c5d2434445562ec \
|
|
sha256 422b4a70bc25194c16d53c14c0cdedde271646ad94f20c60a479726cdee7afcf \
|
|
size 285442
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-mathjaxr \
|
|
port:R-mnonr \
|
|
port:R-Rdpack
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|