2023-12-12 16:57:53 +08:00
|
|
|
# -*- 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
|
|
|
|
|
|
2023-12-21 03:38:04 +08:00
|
|
|
R.setup cran diego.gallardo RBE3 1.1
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-12-12 16:57:53 +08:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-12-12 16:57:53 +08:00
|
|
|
license GPL-2+
|
|
|
|
|
description Estimation and additional tools for quantile generalized Beta regression model
|
|
|
|
|
long_description {*}${description}
|
2023-12-21 03:38:04 +08:00
|
|
|
checksums rmd160 2286da67b14a07580cbc8ec483434b53ba5d8ec0 \
|
|
|
|
|
sha256 8ca784a55d5b657fd04d0106506bc75e08d9f82f455f48478db5e494bb35f3ea \
|
|
|
|
|
size 6234
|
2023-12-12 16:57:53 +08:00
|
|
|
supported_archs noarch
|
2024-05-22 15:26:15 +10:00
|
|
|
platforms {darwin any}
|
2023-12-12 16:57:53 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-gtools \
|
|
|
|
|
port:R-pracma
|
|
|
|
|
|
|
|
|
|
test.run yes
|