mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
992 B
Tcl
25 lines
992 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 cran samplingR 1.0.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Sampling and estimation methods
|
|
long_description Functions to take samples of data, sample size estimation and getting useful estimators \
|
|
such as total, mean, proportion about its population using simple random sampling and stratified sampling.
|
|
checksums rmd160 7389f13af4b548c6e9eacfc3b6f2821421ff6ef1 \
|
|
sha256 3ab107d3f8be434c7f4c999cedd81ebad57bce390ed1fbb601ece7badb6975c6 \
|
|
size 27710
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|