From owner-svn-ports-all@FreeBSD.ORG Sat May 3 09:41:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B345F9EE; Sat, 3 May 2014 09:41:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A0BD119E4; Sat, 3 May 2014 09:41:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s439fTiA074055; Sat, 3 May 2014 09:41:29 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s439fTNc074053; Sat, 3 May 2014 09:41:29 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201405030941.s439fTNc074053@svn.freebsd.org> From: David Naylor Date: Sat, 3 May 2014 09:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352896 - 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.17 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: Sat, 03 May 2014 09:41:29 -0000 Author: dbn Date: Sat May 3 09:41:28 2014 New Revision: 352896 URL: http://svnweb.freebsd.org/changeset/ports/352896 QAT: https://qat.redports.org/buildarchive/r352896/ Log: Update math/R-cran-car to 2.0-20. ChangeLog: o Added new id.method="r" to showLabels for labeling plots of residuals; default id.method changed in residualPlots. o Fixed handling of labels argument to outlierTest() (bug report by Stephane Laurent). o Accommodate numeric variables consisting entirely of NAs in recode() (suggestion of Karl Ove Hufthammer). o Prevent dataEllipse() from opening a graphics device when draw=FALSE (fixing bug reported by Rafael Laboissiere). o The functions makeHypothesis() and printHypothesis(), intended for internal use, are exported so that they can be used in other packages (request of Arne Henningsen). o Small fixes. 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 Sat May 3 09:37:05 2014 (r352895) +++ head/math/R-cran-car/Makefile Sat May 3 09:41:28 2014 (r352896) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-19 -PORTREVISION= 3 +DISTVERSION= 2.0-20 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Sat May 3 09:37:05 2014 (r352895) +++ head/math/R-cran-car/distinfo Sat May 3 09:41:28 2014 (r352896) @@ -1,2 +1,2 @@ -SHA256 (car_2.0-19.tar.gz) = 8c411a21210b18bae4e6559fa6c461ab12f29cb82112bd18129e2d9fce47735b -SIZE (car_2.0-19.tar.gz) = 579884 +SHA256 (car_2.0-20.tar.gz) = cb91a094e5e7aa5cb14acc4402a57def31ce8e7c88f273ef7139ebc49b1d7835 +SIZE (car_2.0-20.tar.gz) = 582567