From owner-svn-ports-all@freebsd.org Sun Nov 15 16:28:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C938A2FF3A; Sun, 15 Nov 2015 16:28:28 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1B181886; Sun, 15 Nov 2015 16:28:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAFGSQjZ013764; Sun, 15 Nov 2015 16:28:26 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAFGSQTG013760; Sun, 15 Nov 2015 16:28:26 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511151628.tAFGSQTG013760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 15 Nov 2015 16:28:26 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 16:28:28 -0000 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 +# $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 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/