svn commit: r401714 - in head/math: . R-cran-quantreg

TAKATSU Tomonari tota at FreeBSD.org
Sun Nov 15 16:28:28 UTC 2015


Author: tota
Date: Sun Nov 15 16:28:26 2015
New Revision: 401714
URL: https://svnweb.freebsd.org/changeset/ports/401714

Log:
  - 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/

Added:
  head/math/R-cran-quantreg/
  head/math/R-cran-quantreg/Makefile   (contents, props changed)
  head/math/R-cran-quantreg/distinfo   (contents, props changed)
  head/math/R-cran-quantreg/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Nov 15 16:21:01 2015	(r401713)
+++ head/math/Makefile	Sun Nov 15 16:28:26 2015	(r401714)
@@ -44,6 +44,7 @@
     SUBDIR += R-cran-pbkrtest
     SUBDIR += R-cran-psych
     SUBDIR += R-cran-quadprog
+    SUBDIR += R-cran-quantreg
     SUBDIR += R-cran-sandwich
     SUBDIR += R-cran-sm
     SUBDIR += R-cran-sp

Added: head/math/R-cran-quantreg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-quantreg/Makefile	Sun Nov 15 16:28:26 2015	(r401714)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	quantreg
+PORTVERSION=	5.19
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at 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>

Added: head/math/R-cran-quantreg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-quantreg/distinfo	Sun Nov 15 16:28:26 2015	(r401714)
@@ -0,0 +1,2 @@
+SHA256 (quantreg_5.19.tar.gz) = 4c183e78d6b2ba1c9b43aaf076b2eb0c7c8de842d484ccc04f5a641159a57959
+SIZE (quantreg_5.19.tar.gz) = 1718211

Added: head/math/R-cran-quantreg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-quantreg/pkg-descr	Sun Nov 15 16:28:26 2015	(r401714)
@@ -0,0 +1,7 @@
+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/


More information about the svn-ports-all mailing list