From owner-svn-ports-head@FreeBSD.ORG Sun Oct 6 17:32:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D4CAD226; Sun, 6 Oct 2013 17:32:54 +0000 (UTC) (envelope-from dbn@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A988325FE; Sun, 6 Oct 2013 17:32:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HWsoc091789; Sun, 6 Oct 2013 17:32:54 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96HWsTO091785; Sun, 6 Oct 2013 17:32:54 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201310061732.r96HWsTO091785@svn.freebsd.org> From: David Naylor Date: Sun, 6 Oct 2013 17:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329606 - 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.14 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: Sun, 06 Oct 2013 17:32:54 -0000 Author: dbn Date: Sun Oct 6 17:32:53 2013 New Revision: 329606 URL: http://svnweb.freebsd.org/changeset/ports/329606 Log: Update math/R-cran-car to 2.0.19. ChangeLog: * fixed scoping problems in Boot, bootCase, and ncvTest * added an argument to deltaMethod for passing arguments to get scoping right when calling linearHypothesis in another function; other deltaMethod bugs fixed * slight modification to documentation of Boot * summary() method for "Anova.mlm" objects now returns an object, printed by a corresponding print() method (adapting code contributed by Gabriel Baud-Bovy). * added .merMod methods to Anova(), deltaMethod(), linearHypothesis(), matchCoefs(), and unexported utilities df.residual() and has.intercept(); insured compatibility with nlme and CRAN and developments versions of lme4. * added use argument to scatterplotMatrix() (suggstion of Antoine Lizee). * export linearHypothesis.default() for use in other packages (suggestion of Achim Zeileis). * small changes and 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 Sun Oct 6 17:24:26 2013 (r329605) +++ head/math/R-cran-car/Makefile Sun Oct 6 17:32:53 2013 (r329606) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-18 +DISTVERSION= 2.0-19 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Sun Oct 6 17:24:26 2013 (r329605) +++ head/math/R-cran-car/distinfo Sun Oct 6 17:32:53 2013 (r329606) @@ -1,2 +1,2 @@ -SHA256 (car_2.0-18.tar.gz) = c981f7dfa40ba48cdf83139e05a065671d407c68a180ba37258470d0e591ba8d -SIZE (car_2.0-18.tar.gz) = 334622 +SHA256 (car_2.0-19.tar.gz) = 8c411a21210b18bae4e6559fa6c461ab12f29cb82112bd18129e2d9fce47735b +SIZE (car_2.0-19.tar.gz) = 579884