From owner-svn-ports-all@freebsd.org Wed Oct 24 16:31:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C923FFBC42; Wed, 24 Oct 2018 16:31:08 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E68006CBFB; Wed, 24 Oct 2018 16:31:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E18902CC6E; Wed, 24 Oct 2018 16:31:07 +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 w9OGV7xK063079; Wed, 24 Oct 2018 16:31:07 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OGV77w063076; Wed, 24 Oct 2018 16:31:07 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201810241631.w9OGV77w063076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Wed, 24 Oct 2018 16:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482910 - head/math/R-cran-car X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/math/R-cran-car X-SVN-Commit-Revision: 482910 X-SVN-Commit-Repository: ports 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.29 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: Wed, 24 Oct 2018 16:31:08 -0000 Author: dbn Date: Wed Oct 24 16:31:07 2018 New Revision: 482910 URL: https://svnweb.freebsd.org/changeset/ports/482910 Log: math/R-cran-car: updated to version 3.0-2 - removed PORTREVISION due to version bump - add new run dependencies: - astro/R-cran-maptools - devel/R-cran-abind - math/R-cran-carData - math/R-cran-lme4 - textproc/R-cran-rio - remove unused test dependency: - math/R-cran-lme4 - update description to align with CRAN package - update website URL to align with CRAN package - changelog: - This version deals with a technical problem (reported by Don van den Bergh), implementing a solution suggested by Brian Ripley: Rather than importing utils::askYesNo(), which is unavailable before R 3.5.0, a local unexported copy is supplied in the car package, to be removed after version 3.0-2. Generated by: portcran (0.1.9) 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 Wed Oct 24 14:36:09 2018 (r482909) +++ head/math/R-cran-car/Makefile Wed Oct 24 16:31:07 2018 (r482910) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.1-6 -PORTREVISION= 1 +DISTVERSION= 3.0-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,12 +11,16 @@ COMMENT= Companion to Applied Regression LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-pbkrtest>=0.4.4:math/R-cran-pbkrtest \ - R-cran-quantreg>0:math/R-cran-quantreg +RUN_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ + R-cran-abind>0:devel/R-cran-abind \ + R-cran-carData>=3.0.0:math/R-cran-carData \ + R-cran-lme4>0:math/R-cran-lme4 \ + R-cran-pbkrtest>=0.4.4:math/R-cran-pbkrtest \ + R-cran-quantreg>0:math/R-cran-quantreg \ + R-cran-rio>0:textproc/R-cran-rio TEST_DEPENDS= R-cran-lmtest>0:finance/R-cran-lmtest \ R-cran-MatrixModels>0:math/R-cran-MatrixModels \ R-cran-SparseM>0:math/R-cran-SparseM \ - R-cran-lme4>0:math/R-cran-lme4 \ R-cran-sandwich>0:math/R-cran-sandwich \ R-cran-survey>0:math/R-cran-survey Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Wed Oct 24 14:36:09 2018 (r482909) +++ head/math/R-cran-car/distinfo Wed Oct 24 16:31:07 2018 (r482910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512940665 -SHA256 (car_2.1-6.tar.gz) = d2426a66f63324d9db34dc89becb728d2d4b6d5f183f2efe02cbf683646a8492 -SIZE (car_2.1-6.tar.gz) = 627349 +TIMESTAMP = 1540390421 +SHA256 (car_3.0-2.tar.gz) = df59a9ba8fed67eef5ddb8f92f2b41745df715d5695c71d562d7031513f37c50 +SIZE (car_3.0-2.tar.gz) = 447952 Modified: head/math/R-cran-car/pkg-descr ============================================================================== --- head/math/R-cran-car/pkg-descr Wed Oct 24 14:36:09 2018 (r482909) +++ head/math/R-cran-car/pkg-descr Wed Oct 24 16:31:07 2018 (r482910) @@ -1,10 +1,4 @@ -This package accompanies J. Fox, An R and S-PLUS Companion to Applied -Regression, Sage, 2002. The package contains mostly functions for applied -regression, linear models, and generalized linear models, with an emphasis on -regression diagnostics, particularly graphical diagnostic methods. There are -also some utility functions. With some exceptions, I have tried not to duplicate -capabilities in the basic distribution of R, nor in widely used packages. Where -relevant, the functions in car are consistent with na.action = na.omit or -na.exclude. +Functions to Accompany J. Fox and S. Weisberg, An R Companion to Applied +Regression, Third Edition, Sage, in press. -WWW: https://cran.r-project.org/web/packages/car/ +WWW: https://r-forge.r-project.org/projects/car/