You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 r-project mhurdle 1.3-1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Multiple Hurdle Tobit models
|
|
long_description {*}${description}
|
|
checksums rmd160 a38fbc0673b6c063a565360a5a9ce9bb6ddaea1a \
|
|
sha256 fe28decdadc76074eb39cc76951045407758d435c6ffa3ae1d7f81c65d958a36 \
|
|
size 403714
|
|
|
|
depends_lib-append port:R-CompQuadForm \
|
|
port:R-Formula \
|
|
port:R-generics \
|
|
port:R-margins \
|
|
port:R-maxLik \
|
|
port:R-nonnest2 \
|
|
port:R-numDeriv \
|
|
port:R-prediction \
|
|
port:R-Rdpack \
|
|
port:R-sandwich \
|
|
port:R-truncreg
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-bookdown \
|
|
port:R-knitr \
|
|
port:R-lmtest \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-texreg \
|
|
port:R-tibble \
|
|
port:R-xtable
|
|
|
|
test.run yes
|