mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
882 B
Tcl
25 lines
882 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 cprobit 1.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Conditional probit model for analysing continuous outcomes
|
|
long_description {*}${description}
|
|
checksums rmd160 ff7e538c93d53e5e81b7595cd7d0fde63e9d83c7 \
|
|
sha256 493a41dd476773374ed66c5c7af8f2d01339556bbaa90a95ba4688366fb3d699 \
|
|
size 44220
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-car \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-nortest
|
|
|
|
test.run yes
|