Bug 166437 - [patch] update math/R-cran-car from 2.0-11 to 2.0-12
Summary: [patch] update math/R-cran-car from 2.0-11 to 2.0-12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 07:50 UTC by David Naylor
Modified: 2012-03-27 21:32 UTC (History)
0 users

See Also:


Attachments
file.diff (832 bytes, patch)
2012-03-27 07:50 UTC, David Naylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Naylor 2012-03-27 07:50:11 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-03-27 08:03:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-27 21:08:33 UTC
rm          2012-03-27 20:08:25 UTC

  FreeBSD ports repository

  Modified files:
    math/R-cran-car      Makefile distinfo 
  Log:
  - update to 2.0-12
  
  PR:             166437
  Submitted by:   David Naylor <naylor.b.david at gmail dot com> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.22      +1 -2      ports/math/R-cran-car/Makefile
  1.6       +2 -2      ports/math/R-cran-car/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-03-27 21:32:35 UTC
State Changed
From-To: open->closed

Committed, thank you!