[R-gregmisc-users] SF.net SVN: r-gregmisc:[1734] trunk/gplots/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2013-10-12 00:14:42
|
Revision: 1734 http://sourceforge.net/p/r-gregmisc/code/1734 Author: warnes Date: 2013-10-12 00:14:37 +0000 (Sat, 12 Oct 2013) Log Message: ----------- Update NEWS with latest changes Modified Paths: -------------- trunk/gplots/inst/NEWS Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2013-10-12 00:09:52 UTC (rev 1733) +++ trunk/gplots/inst/NEWS 2013-10-12 00:14:37 UTC (rev 1734) @@ -9,10 +9,24 @@ Bug Fixes: -- Fix bug in venn diagram code when number of TRUE cases in each - variable are equal. +- Fix error in in venn() when all groups contained the same number of TRUE cases. +- Correct error in overplot() when that occured when a group-category contained no + finite values. +Other Changes: + +- Changes to overplot() to avoid warnings from upcoming enhancements to R CMD check. + +- Move several packages from Depends to Imports or Suggests. + +- Packages caTools and KernSmooth now have namespaces, so import + needed functions in NAMESPACE. + +- Mark one example in manual page for ci2d 'dontrun' to avoid timing + warning in R CMD check. + + Release 2.11.3 - 2013-06-27 --------------------------- @@ -25,9 +39,7 @@ - Fixed typo/spelling error in plotmeans() man page. -Other changes - Release 2.11.2 - 2013-03-24 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |