Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2012 06:47:45 GMT
From:      David Naylor <naylor.b.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166437: [patch] update math/R-cran-car from 2.0-11 to 2.0-12
Message-ID:  <201203270647.q2R6ljgH011162@red.freebsd.org>
Resent-Message-ID: <201203270650.q2R6oBeR025361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166437
>Category:       ports
>Synopsis:       [patch] update math/R-cran-car from 2.0-11 to 2.0-12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 27 06:50:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     David Naylor
>Release:        
>Organization:
Private
>Environment:
>Description:
Changes to Version 2.0-12

  o modified compareCoefs to support any S4 object with that responds to the 'coefs' and 'vcov' methods

    o fixed bug in deltaMethod.surveg and deltaMethod.coxph to all use of the 'parameterNames' argument.

	o compareCoefs:  added an argument 'print' to suppress printing output.  Added support for 'lme' objects.

	o fixed xlab, ylab arguments and added dfn argument to confidenceEllipse() (suggestions of Michael Friendly).

	o moved survival from Depends to Suggests (request of Michael Friendly); added survey to Suggests.

	o added Anova.svyglm and linearHypothesis.svyglm.

	o fixed bug in linearHypothesis() that affected printing of some hypotheses (reported by Arne Henningsen).

	o fixed bug in Anova() for GLMs when F-test used with na.exclude.

	o package now byte-compiled.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/math/R-cran-car/Makefile R-cran-car/Makefile
--- /usr/ports/math/R-cran-car/Makefile	2012-03-04 03:20:44.000000000 +0200
+++ R-cran-car/Makefile	2012-03-27 08:39:26.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	car
-DISTVERSION=	2.0-11
-PORTREVISION=	3
+DISTVERSION=	2.0-12
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff -urN /usr/ports/math/R-cran-car/distinfo R-cran-car/distinfo
--- /usr/ports/math/R-cran-car/distinfo	2011-10-30 03:11:25.000000000 +0200
+++ R-cran-car/distinfo	2012-03-27 08:40:21.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (car_2.0-11.tar.gz) = 27def3bea41854d8aa272102b6e8987156a02df98b49b3ea44408b83269fd8a2
-SIZE (car_2.0-11.tar.gz) = 318150
+SHA256 (car_2.0-12.tar.gz) = b8f1f1dda6a66d6882dff06cece1b71089c922684b3103d89cd3ae44b0c595a5
+SIZE (car_2.0-12.tar.gz) = 319291


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203270647.q2R6ljgH011162>