You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.2 KiB
Tcl
30 lines
1.2 KiB
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 PriorGen 2.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Generate prior distributions for proportions
|
|
long_description Translates beliefs into prior information in the form of Beta and Gamma distributions. \
|
|
It can be used for the generation of priors on the prevalence of disease \
|
|
and the sensitivity/specificity of diagnostic tests and any other binomial experiment.
|
|
checksums rmd160 7dd622d082ce77756bbcfbd254e43e99be5f9d9b \
|
|
sha256 9250322c24ab0f8505cf75125a6e5e42ddb9f9d547515caa9394616d2a724539 \
|
|
size 144930
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-nleqslv \
|
|
port:R-rootSolve
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|