summaryrefslogtreecommitdiff
path: root/math/R-cran-quantreg/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-11-15 16:28:26 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-11-15 16:28:26 +0000
commit70f3c5f4bb8ae82745f11b4371c7e0815046ab37 (patch)
tree432a95367dfc0a1e9db5c76965feb9605139f6ae /math/R-cran-quantreg/Makefile
parentUpdate to upstream version 0.7.0-b1 (diff)
- Add new port: math/R-cran-quantreg
Estimation and inference methods for models of conditional quantiles: Linear and nonlinear parametric and non-parametric (total variation penalized) models for conditional quantiles of a univariate response and several methods for handling censored survival data. Portfolio selection methods based on expected shortfall risk are also included. WWW: https://cran.r-project.org/web/packages/quantreg/
Notes
Notes: svn path=/head/; revision=401714
Diffstat (limited to 'math/R-cran-quantreg/Makefile')
-rw-r--r--math/R-cran-quantreg/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/R-cran-quantreg/Makefile b/math/R-cran-quantreg/Makefile
new file mode 100644
index 000000000000..44ca86e17734
--- /dev/null
+++ b/math/R-cran-quantreg/Makefile
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= quantreg
+PORTVERSION= 5.19
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Quantile Regression
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+RUN_DEPENDS= R-cran-SparseM>0:${PORTSDIR}/math/R-cran-SparseM \
+ R-cran-MatrixModels>0:${PORTSDIR}/math/R-cran-MatrixModels
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>