[R-gregmisc-users] SF.net SVN: r-gregmisc:[1710] trunk/gmodels
Brought to you by:
warnes
From: <wa...@us...> - 2013-07-18 14:09:17
|
Revision: 1710 http://sourceforge.net/p/r-gregmisc/code/1710 Author: warnes Date: 2013-07-18 14:09:14 +0000 (Thu, 18 Jul 2013) Log Message: ----------- Looks like Brian Ripley repackaged for R 3.0.0 and bumped version number, so change it to 2.15.5 Modified Paths: -------------- trunk/gmodels/DESCRIPTION trunk/gmodels/inst/NEWS Modified: trunk/gmodels/DESCRIPTION =================================================================== --- trunk/gmodels/DESCRIPTION 2013-07-18 13:57:26 UTC (rev 1709) +++ trunk/gmodels/DESCRIPTION 2013-07-18 14:09:14 UTC (rev 1710) @@ -1,5 +1,5 @@ Package: gmodels -Version: 2.15.4 +Version: 2.15.5 Date: 2013-07-18 Title: Various R programming tools for model fitting Author: Gregory R. Warnes, Ben Bolker, Thomas Lumley, and Randall C @@ -13,6 +13,5 @@ Suggests: gplots, gtools, Matrix, nlme, lme4 (>= 0.999999-0) Imports: MASS, gdata License: GPL-2 -URL: http://cran.r-project.org/src/contrib/PACKAGES.html - http://www.sf.net/projects/r-gregmisc - +URL: http://www.sf.net/projects/r-gregmisc +NeedsCompilation: no Modified: trunk/gmodels/inst/NEWS =================================================================== --- trunk/gmodels/inst/NEWS 2013-07-18 13:57:26 UTC (rev 1709) +++ trunk/gmodels/inst/NEWS 2013-07-18 14:09:14 UTC (rev 1710) @@ -1,4 +1,4 @@ -Version 2.15.4 - 2013-07-18 +Version 2.15.5 - 2013-07-18 --------------------------- Bug fixes: @@ -9,8 +9,8 @@ Other Changes: - Update man page file for ci() to current Rd syntax. +- Remove unused argument to ci.mer() - Version 2.15.3 - 2012-06-27 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |