[R-gregmisc-users] SF.net SVN: r-gregmisc: [1030] trunk/gregmisc
Brought to you by:
warnes
From: <wa...@us...> - 2006-11-29 00:20:23
|
Revision: 1030 http://svn.sourceforge.net/r-gregmisc/?rev=1030&view=rev Author: warnes Date: 2006-11-28 16:20:20 -0800 (Tue, 28 Nov 2006) Log Message: ----------- Remove extraneous subdirectory Modified Paths: -------------- trunk/gregmisc/DESCRIPTION Added Paths: ----------- trunk/gregmisc/R/ Removed Paths: ------------- trunk/gregmisc/TODO trunk/gregmisc/gregmisc/ Modified: trunk/gregmisc/DESCRIPTION =================================================================== --- trunk/gregmisc/DESCRIPTION 2006-11-29 00:11:16 UTC (rev 1029) +++ trunk/gregmisc/DESCRIPTION 2006-11-29 00:20:20 UTC (rev 1030) @@ -1,35 +1,16 @@ -Bundle: gregmisc -Contains: gtools gdata gmodels gplots gregmisc +Package: gregmisc Title: Greg's Miscellaneous Functions -BundleDescription: The gregmisc bundle is a repository for a variety of - useful functions. See the individual packages for more - details. -Version: 2.0.6 -Date: 2005-04-04 -Author: Gregory R. Warnes. Includes R source code and documentation - contributed by - - Ben Bolker, - - Lodewijk Bonebakker, - - Bendix Carstensen, - - R. Gentleman, - - Kjetil Halvorsen, - - W. Huber - - Nitin Jain, - - Andy Liaw, - - Don MacQueen, - - M. Maechler, - - Arni Magnusson, - - Jim Rogers, - - Marc Schwartz, - - William Venables, - - Ian Wilson, - and others (let me know if I missed you!), as well as the Perl - modules - - "IO-stringy" (copyright 1996 by Eryq, and 1999,2001 by - ZeeGee Software Inc), - - OLE::Storage_Lite (copyright 2000,2001 by Kawai Takanori), - - Spreadsheet::ParseExcel (copyright 2000-2002 by Kawai - Takanori ) - under the terms of the GNU General Public Licence (GPL). -Maintainer: Gregory R. Warnes <wa...@bs...> +Description: Various functions to manipulate data. +Depends: R (>= 1.9.0), gdata, gmodels, gplots, gtools +Description: The former gregmisc bundle is a repository for a variety of + useful functions. The gregmisc package was recently split into + a set of more focused packages: gdata, gmodels, gplots, gtools. + The purpose of this 'new' gregmisc is to provide an easy + way to access the original combined functionality. To this + end, it simply depends on all of the new packages so that + these will installed/loaded when this package is installed/loaded. +Version: 2.1.0 +Date: 2005-03-09 +Author: Gregory R. Warnes. +Maintainer: wa...@bs...> License: GPL (version 2 or later) Copied: trunk/gregmisc/R (from rev 1017, trunk/gregmisc/gregmisc/R) Deleted: trunk/gregmisc/TODO =================================================================== --- trunk/gregmisc/TODO 2006-11-29 00:11:16 UTC (rev 1029) +++ trunk/gregmisc/TODO 2006-11-29 00:20:20 UTC (rev 1030) @@ -1,7 +0,0 @@ - -- Modify csv2xls.pl to accept a sheet name in place of a sheet number - (worksheets may not occupy sequential sheet numbers in the file, making - it hard to pull the right one out by number.) - -- Recode gtools::running() to improve performance. See - http://tolstoy.newcastle.edu.au/R/help/04/10/5161.html. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |