2024-03-27 17:25:14 +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
|
|
|
|
|
|
|
|
|
|
R.setup cran loelschlaeger RprobitB 1.1.4
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2024-03-27 17:25:14 +08:00
|
|
|
categories-append economics
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-03-27 17:25:14 +08:00
|
|
|
license GPL-3
|
|
|
|
|
description Bayesian Probit choice modelling
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://loelschlaeger.de/RprobitB
|
|
|
|
|
checksums rmd160 51ac0cb1a491581b38b4d5d9cd9411659d0215f7 \
|
|
|
|
|
sha256 fefb69c99aa83a18fc846cb21b81329c36d9e353b27dcca75f144e390766850c \
|
|
|
|
|
size 1963515
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
|
|
|
port:R-cli \
|
|
|
|
|
port:R-crayon \
|
|
|
|
|
port:R-doSNOW \
|
|
|
|
|
port:R-foreach \
|
|
|
|
|
port:R-ggplot2 \
|
|
|
|
|
port:R-gridExtra \
|
|
|
|
|
port:R-mixtools \
|
|
|
|
|
port:R-mvtnorm \
|
|
|
|
|
port:R-oeli \
|
|
|
|
|
port:R-plotROC \
|
|
|
|
|
port:R-progress \
|
|
|
|
|
port:R-Rcpp \
|
|
|
|
|
port:R-RcppArmadillo \
|
|
|
|
|
port:R-Rdpack \
|
|
|
|
|
port:R-rlang \
|
|
|
|
|
port:R-viridis
|
|
|
|
|
|
|
|
|
|
compilers.setup require_fortran
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-knitr \
|
|
|
|
|
port:R-mlogit \
|
|
|
|
|
port:R-testthat
|
|
|
|
|
|
|
|
|
|
test.run yes
|