Files
2025-03-20 05:25:37 +00:00

18 lines
381 B
Makefile

PORTNAME= quantreg
PORTVERSION= 6.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Quantile Regression
WWW= https://cran.r-project.org/web/packages/quantreg/
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-MatrixModels>0:math/R-cran-MatrixModels \
R-cran-SparseM>0:math/R-cran-SparseM
USES= cran:auto-plist,compiles
.include <bsd.port.mk>