mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
773 B
Tcl
22 lines
773 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 rhobis bootstrapFP 0.4.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Bootstrap algorithms for finite population inference
|
|
long_description {*}${description}
|
|
checksums rmd160 b9ef6f4c281d843f9a0f227db0189845fbd6e41c \
|
|
sha256 cb0f6c4fa2e94dfc49220eeafda30c1db096c14ed5567c41ee60626c54a29b80 \
|
|
size 14509
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-sampling
|
|
|
|
test.run yes
|