mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
839 B
Tcl
24 lines
839 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 NonProbEst 0.2.4
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Estimation in non-probability sampling
|
|
long_description {*}${description}
|
|
checksums rmd160 f9c7e921ed25e5f6dee857d66e5ee23cf79d676f \
|
|
sha256 bb6dfdd2976da05093adb904164abc76aaae6930c288e6e1b5b4dbc6b98551f0 \
|
|
size 141745
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-caret \
|
|
port:R-e1071 \
|
|
port:R-glmnet \
|
|
port:R-sampling
|
|
|
|
test.run yes
|