From owner-svn-ports-all@freebsd.org Mon Aug 15 16:31:40 2016 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 B0DB3BBB6CB; Mon, 15 Aug 2016 16:31:40 +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 652BA19BD; Mon, 15 Aug 2016 16:31:40 +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 u7FGVdUf032580; Mon, 15 Aug 2016 16:31:39 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7FGVdjD032578; Mon, 15 Aug 2016 16:31:39 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201608151631.u7FGVdjD032578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 15 Aug 2016 16:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420249 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 15 Aug 2016 16:31:40 -0000 Author: dbn Date: Mon Aug 15 16:31:39 2016 New Revision: 420249 URL: https://svnweb.freebsd.org/changeset/ports/420249 Log: math/R-cran-car: update to 2.1-3. - Corrected documentation for mcPlots - added id.location argument to showLabels to vary location of labels - added fix for compatiblity with Rcmdr with missing data in several plotting functions. - deltaMethod() now reports confidence intervals. - print.summary.Anova.mlm() has new SSP and SSPE arguments to determine whether the corresponding matrices are printed (suggestion of Michael Friendly). - summary() and print() methods for Anova.mlm() can now report univariate ANOVAs (suggestion and some code by Michael Friendly). - added "value" and "vcov" attributes to objects returned by linearHypothesis() (after suggestions by Liviu Andronic and Steven Yen). - compareCoefs() now checks classes of models. - small fixes/changes. Modified: head/math/R-cran-car/Makefile head/math/R-cran-car/distinfo Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Mon Aug 15 16:08:27 2016 (r420248) +++ head/math/R-cran-car/Makefile Mon Aug 15 16:31:39 2016 (r420249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.1-2 +DISTVERSION= 2.1-3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,6 +17,6 @@ RUN_DEPENDS= R-cran-pbkrtest>=0.3.2:math TEST_DEPENDS= R-cran-lmtest>=0.9.26:finance/R-cran-lmtest \ R-cran-sandwich>0:math/R-cran-sandwich -USES= cran +USES= cran .include Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Mon Aug 15 16:08:27 2016 (r420248) +++ head/math/R-cran-car/distinfo Mon Aug 15 16:31:39 2016 (r420249) @@ -1,2 +1,3 @@ -SHA256 (car_2.1-2.tar.gz) = 8cc3e57f172c8782a08960b508906d3201596a21f4b6c1dab8d4e59353093652 -SIZE (car_2.1-2.tar.gz) = 619120 +TIMESTAMP = 1471277775 +SHA256 (car_2.1-3.tar.gz) = 2fac29c7b79a01a8fb925d87ca9eefb6f688500fe063921b9f9add4494cee63f +SIZE (car_2.1-3.tar.gz) = 622922