Files

30 lines
1.1 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 XiaoouPan conquer 1.3.3
revision 2
categories-append math
maintainers nomaintainer
license GPL-3
description Convolution-type smoothed quantile regression
long_description Estimation and inference for conditional linear quantile regression models \
using a convolution smoothed approach.
checksums rmd160 0b1fbe81e7a983a70dda3466e946b9b1e56f97f5 \
sha256 a2c6155ed74af0e2a279145843ec5229ae2f3707aa25169ae030c520aa97deba \
size 56315
# Remove this with the next update. It is a one-time fix.
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
incr revision
}
depends_lib-append port:R-matrixStats \
port:R-Rcpp \
port:R-RcppArmadillo
compilers.setup require_fortran
test.run yes