Date: Sun, 15 Nov 2015 16:28:26 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401714 - in head/math: . R-cran-quantreg Message-ID: <201511151628.tAFGSQTG013760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511151628.tAFGSQTG013760>