Bug 161918 - [patch] update math/R-cran-car from 2.0-10 to 2.0-11
Summary: [patch] update math/R-cran-car from 2.0-10 to 2.0-11
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 07:20 UTC by David Naylor
Modified: 2011-10-29 20:35 UTC (History)
0 users

See Also:


Attachments
file.diff (850 bytes, patch)
2011-10-23 07:20 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 2011-10-23 07:20:09 UTC
Changes to Version 2.0-11

  	o the arguments to deltaMethod have changed, with parameterPrefix replaced by parameterNames.  See documentation for useage.

  	o deltaMethod methods for lmList, nlsList, and mer objects have been added.  The syntax for the multinom method has been improved.

  	o the 'layout' argument is used in several graphical functions to deterine the layout of multiple graphs within the same graphical window.  Setting layout=NA in these functions suppresses this behavior and the user can set the layout outside the function (suggested by Steve Milborrow)

	o compareCoefs() works with 'mer' objects created by lme4

  	o  avPlot() now will optionally plot concentration ellipses; avPlot() and avPlots() invisibly return coordinates (suggested by Michael Friendly, with contributed code).

  	o  dataEllipse() now allows combination of add=FALSE and plot.points=FALSE (suggested by Michael Friendly, with contributed code); the ellipse functions have acquired a "draw" argument, which can be used to suppress graphical output (suggestion of Benoit Bruneau).

	o  ellipse(), confidenceEllipse(), and dataEllipse() return coordinates invisibly (suggested by Michael Friendly, with contributed code).

	o  fixed bug in printed representation of hypotheses with numbers starting with "-1" or "+1" (e.g., "-10") by linearHypothesis() (reported by Vincent Arel-Bundock).

	o  local version of fixef() to avoid lme4/nlme conflicts that surfaced in some situations with Anova().

	o  changed order of columns in ANOVA tables for mixed models to make them consistent with other models.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-10-29 19:20:57 UTC
tota        2011-10-29 18:20:43 UTC

  FreeBSD ports repository

  Modified files:
    math/R-cran-car      Makefile distinfo 
  Log:
  - Update to 2.0-11
  
  PR:             ports/161918
  Submitted by:   David Naylor (maintainer)
  
  Revision  Changes    Path
  1.17      +1 -2      ports/math/R-cran-car/Makefile
  1.5       +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 2 TAKATSU Tomonari freebsd_committer freebsd_triage 2011-10-29 20:34:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!