mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
33 lines
1.2 KiB
Tcl
33 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran AndrMenezes unitquantreg 0.0.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license Apache-2+
|
|
description Parametric quantile regression models for bounded data
|
|
long_description {*}${description}
|
|
homepage https://andrmenezes.github.io/unitquantreg
|
|
checksums rmd160 f90ab08fef95d016ae14588ac2bcb322a4089696 \
|
|
sha256 d59334554bb2693eeab20c710ffa1e7d3fb70260e6c9eccea0f6c7ebca26ed20 \
|
|
size 605223
|
|
|
|
depends_lib-append port:R-Formula \
|
|
port:R-numDeriv \
|
|
port:R-optimx \
|
|
port:R-quantreg \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-lmtest \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|