From owner-svn-ports-head@freebsd.org Sat Nov 28 14:30:42 2015 Return-Path: Delivered-To: svn-ports-head@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 6AFA5A3B637; Sat, 28 Nov 2015 14:30:42 +0000 (UTC) (envelope-from dbn@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 2BBF510B3; Sat, 28 Nov 2015 14:30:42 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tASEUfj8086442; Sat, 28 Nov 2015 14:30:41 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tASEUfZ9086436; Sat, 28 Nov 2015 14:30:41 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201511281430.tASEUfZ9086436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 28 Nov 2015 14:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402534 - head/math/R-cran-car X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 14:30:42 -0000 Author: dbn Date: Sat Nov 28 14:30:40 2015 New Revision: 402534 URL: https://svnweb.freebsd.org/changeset/ports/402534 Log: math/R-cran-car: update to 2.1-0 Changes: - Remove port's broken and depreciated status - Add two dependencies - Add GPLv3 as dual license - Update website URL Change Log: - New power family called skewPower has been added that can be used with the Box Cox method with a few negative responses (joint work with Doug Hawkins). Several functions modified to accomodate two-parameter power families. - Fixed bug in Anova() for coxph models with clusters (reported by Jesus Humberto Gomez ), due apparently to a change in coxph(). - Anova() F-tests for binomial and Poisson GLMs now changes error.estimate="dispersion" to "pearson" as advertized (bug reported by Will Petry). - Improved behavior of above-plot legends in scatterplot(). - Fixed sp() (bug reported by Cesar Rabak). - Conforms to new CRAN requirements for package imports. Reported by: tota@ PR: 203418 PR: 204587 Modified: head/math/R-cran-car/Makefile head/math/R-cran-car/distinfo head/math/R-cran-car/pkg-descr Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Sat Nov 28 14:24:59 2015 (r402533) +++ head/math/R-cran-car/Makefile Sat Nov 28 14:30:40 2015 (r402534) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-25 +DISTVERSION= 2.1-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= Companion to Applied Regression for R -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -BROKEN= Missing dependency -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-30 +RUN_DEPENDS= R-cran-pbkrtest>=0.3.2:${PORTSDIR}/math/R-cran-pbkrtest \ + R-cran-quantreg>0:${PORTSDIR}/math/R-cran-quantreg USES= cran:auto-plist Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Sat Nov 28 14:24:59 2015 (r402533) +++ head/math/R-cran-car/distinfo Sat Nov 28 14:30:40 2015 (r402534) @@ -1,2 +1,2 @@ -SHA256 (car_2.0-25.tar.gz) = d2fb748e248be62edf9d94f0bdb53c87e827bf5628d34e98c332bdeb75b3eec0 -SIZE (car_2.0-25.tar.gz) = 605332 +SHA256 (car_2.1-0.tar.gz) = b2f98c0b03523727a94fe5a193eef96a70565202d7b646310ce65ee31176a61c +SIZE (car_2.1-0.tar.gz) = 617582 Modified: head/math/R-cran-car/pkg-descr ============================================================================== --- head/math/R-cran-car/pkg-descr Sat Nov 28 14:24:59 2015 (r402533) +++ head/math/R-cran-car/pkg-descr Sat Nov 28 14:30:40 2015 (r402534) @@ -7,4 +7,4 @@ capabilities in the basic distribution o relevant, the functions in car are consistent with na.action = na.omit or na.exclude. -WWW: http://cran.r-project.org/web/packages/car/index.html +WWW: https://cran.r-project.org/web/packages/car/