Thread: [R-gregmisc-users] SF.net SVN: r-gregmisc:[1687] trunk/gregmisc
Brought to you by:
warnes
From: <wa...@us...> - 2013-06-28 21:41:25
|
Revision: 1687 http://sourceforge.net/p/r-gregmisc/code/1687 Author: warnes Date: 2013-06-28 21:41:23 +0000 (Fri, 28 Jun 2013) Log Message: ----------- Move NEWS to inst/NEWS Added Paths: ----------- trunk/gregmisc/inst/NEWS Removed Paths: ------------- trunk/gregmisc/NEWS Deleted: trunk/gregmisc/NEWS =================================================================== --- trunk/gregmisc/NEWS 2013-06-28 21:37:23 UTC (rev 1686) +++ trunk/gregmisc/NEWS 2013-06-28 21:41:23 UTC (rev 1687) @@ -1,259 +0,0 @@ - -This file provides a brief list of major feature enhancements -associated with each package release. For a more detailed list of -changes see the ChangeLog file. - -Version 2.0.6 -------------- - -Bug fixes: - - * gplots::overplot() - Troels Ring <tr...@gv...> noted that - overplot() was reporting - Error in eval(expr, envir, enclos) : couldn't find - function "lowess.formula" - Fixed by changing reference to gplots:::lowess.formula in - panel.overplot. - -Version 2.0.5 -------------- - -New functions: - - * gmodels::coefFrame() - Fits a model to each subgroup defined by - \code{by}, then returns a data frame with one row for each - fit and one column for each parameter. - -Function changes: - - * frameApply() and drop.levels() have been moved to the - gdata package from the gtools package. - - * gtools::quantcut() now properly handles cases where - where more than one quantile obtains the same value. - -Bug fixes: - - * Minor change to avoid 'R CMD check' warnings generated by - example code for the depreciated gdata::elem() function. - - * Fixed a bug in gtools::mixedsort when only a single value - is provided. - - -Version 2.0.4 -------------- - -New functions: - - * ConvertMedUnits.R - Convert Medical measurements between - International Standard (SI) and US 'Conventional' Units. - -New data: - - * MedUnits data set provides conversions between American - US 'Conventional' and Standard Intertional (SI) medical - units. - -Bug fixes: - - * Fix behavior of ll() with some data types. - - * Minor update to remove 'R CMD check' warnings. - -New sub-package: - - * Add a 'gregmisc' subpackage. This package simply loads - all of the other packages. This should help individuals - who are used to the old gregmisc package.. - - -Version 2.0.3 -------------- - -New functions: - - * gdata::unmatrix - function for converting a matrix into a - well-labeled vector - - * gtools::frameApply - Apply a functon the the rows of a data - frame. - - * gtools::drop.levels remove unused factor levels from the - factors contained in a data frame - -Feature enhancements: - - - * gdata::ll - Now handles list-like objects, including data - frames - - * gmodels::CrossTable - Added 'SPSS' format, as suggested by - Dirk Enzmann - - * gplots::heatmap.2 - - - - Add new parameters for controlling color key - - - - New parameter to allow control of height and width of - separator box - - * gmodels::CrossTable - Show Chisquare contribution of each - cell, suggested by Greg Snow. - - * gdata::read.xls - Add ability to specify the perl executable - and path. - -Bug fixes: - - * gplots::heatmap2 - - - - cell note layout was incorrect - - - Fix handling of rowsep::colsep. - - - Ignore missing values when computing symmetric range. - - * gplots::bandplot - Fix problem in passing graphical parameters - - * add import of 'reorder' and 'na.omit' from 'stats' package - to satisfy packages depending on us. - -Other changes: - - * gplots::textplot - Code can be simplified because R now - supports selecting a fixed width font. - - * gplots::plotmeans - Add more extensive example. - - * gdata::elem - depreciated in favor of gdata::ll - - -Version 2.0.0 -------------- - -First release as a package bundle. Functions are now segregated into four topic-specific packages: - - gplots - gmodels - gtool - gmisc - -Thanks to Nitin Jain for doing most of the work of the conversion to -a package bundle. - - -Version 1.11.2 --------------- - -- Simpify and fix the build process on both *nix and Windows by simply - providing pre-built perl modules. - - -Version 1.11.1 --------------- - -- Fix building of of gregmisc on Windows: - - Runtime Requirements: - - ActiveState perl in the PATH - - Build Requirements: - - ActiveState perl and Microsoft's NMAKE utility in the PATH - (A self extracting archive file containing NMAKE is available from - <ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe>.) - - This was tested on Windows2000 Pro with ActivePerl-5.8.3.809-MSWin32-x86.msi - -- (Hopefully) Fix building on Linux with Perl 5.8.0. Perl 5.8.3 is - reported to work without error on Linux, as does perl 5.6.1 on Solaris. - -Version 1.11.0 --------------- - -- Bump version number to 1.11.0 to better reflect the production - status of the package. - -- Add read.xls(), a function to read Microsoft Excel files by - translating them to csv files via the xls2csv.pl script, which has - also been added to the package. I've provided scripts to run xls2csv: - - Unix systems: $PACKAGE$/gregmisc/bin/xls2csv - MS-Windows: $PACKAGE$/gregmisc/bin/xls2csv.bat - - or you can execute the perl code directly: - - $PACKAGE$/gregmisc/perl/xls2csv.pl - - The perl script explicitly loads its libraries from the installed - gregmisc so you don't have to worry about paths. To get usage and - parameter information, simply execute the script via any of the - above methods without providing any command-line arguments. - - -- Improvements to CrossTable() by Marc Schwartz <MSc...@Me...> - -- Improvements to ooplot() by Lodewijk Bonebakker <bon...@co...> - -- plotCI() and plotmeans() now have improved argument handling. - -- The running() function now has an additional parameter `simplify' - which controls whether the returned values are simplified into a - vector/matrix or left as a list. - -- A makefile that will download and attempt to install all available - packages from CRAN and Bioconductor is now provided in - $PACKAGE$/gregmisc/tools/ - -- space() can now space points along the 'y' dimension. - -- Fix an error in the permutations code for repeats.allow=T and r>2. - Both the bug report and fix are from Elizabeth Purdom - <ep...@st...>. - -- Various fixes for compatibility with R 1.9.X. - -Version 0.10.2 --------------- - -- Fixed latex warning. - -- Fixed smartlegend() positioning when x and/or y axis are log-scale. - -- Add function remove.vars(). - -Version 0.10.1 --------------- - -- Fixed bug in textplot() reported by Kevin Wright <kevin.d.wright at pioneer - dot com>. - -Version 0.10.0 --------------- - -- Now works with and requires R 1.9.0 - -- Added ooplot() function that mimics Open-Office style plots. - Contributed by Lodewijk Bonebakker <bon...@co...> - -- Fixed bug in running() that arose when the called function - really neaded a minimum number of elements to work on. - -- Added several new features to running(), it can now allow sequences - shorter than the requested width to be present at the front, the back, - or on both sides of the full lenth sequences. This allows one to - align the data so that the window is before, after, or around the - indexed point. - -- Add enhancements to estimable() provided by S\xF8ren H\xF8jsgaard - <so...@ag...>: - - The estimable function now - 1) also works on geese and gee objects and - 2) can test hypotheses af the forb L * beta = beta0 both as a - single Wald test and row-wise for each row in L. - -- Add colorpanel function, which generates a smoothly varying band of - colors over a three color range (lo, mid, high). Copied: trunk/gregmisc/inst/NEWS (from rev 1649, trunk/gregmisc/NEWS) =================================================================== --- trunk/gregmisc/inst/NEWS (rev 0) +++ trunk/gregmisc/inst/NEWS 2013-06-28 21:41:23 UTC (rev 1687) @@ -0,0 +1,259 @@ + +This file provides a brief list of major feature enhancements +associated with each package release. For a more detailed list of +changes see the ChangeLog file. + +Version 2.0.6 +------------- + +Bug fixes: + + * gplots::overplot() - Troels Ring <tr...@gv...> noted that + overplot() was reporting + Error in eval(expr, envir, enclos) : couldn't find + function "lowess.formula" + Fixed by changing reference to gplots:::lowess.formula in + panel.overplot. + +Version 2.0.5 +------------- + +New functions: + + * gmodels::coefFrame() - Fits a model to each subgroup defined by + \code{by}, then returns a data frame with one row for each + fit and one column for each parameter. + +Function changes: + + * frameApply() and drop.levels() have been moved to the + gdata package from the gtools package. + + * gtools::quantcut() now properly handles cases where + where more than one quantile obtains the same value. + +Bug fixes: + + * Minor change to avoid 'R CMD check' warnings generated by + example code for the depreciated gdata::elem() function. + + * Fixed a bug in gtools::mixedsort when only a single value + is provided. + + +Version 2.0.4 +------------- + +New functions: + + * ConvertMedUnits.R - Convert Medical measurements between + International Standard (SI) and US 'Conventional' Units. + +New data: + + * MedUnits data set provides conversions between American + US 'Conventional' and Standard Intertional (SI) medical + units. + +Bug fixes: + + * Fix behavior of ll() with some data types. + + * Minor update to remove 'R CMD check' warnings. + +New sub-package: + + * Add a 'gregmisc' subpackage. This package simply loads + all of the other packages. This should help individuals + who are used to the old gregmisc package.. + + +Version 2.0.3 +------------- + +New functions: + + * gdata::unmatrix - function for converting a matrix into a + well-labeled vector + + * gtools::frameApply - Apply a functon the the rows of a data + frame. + + * gtools::drop.levels remove unused factor levels from the + factors contained in a data frame + +Feature enhancements: + + + * gdata::ll - Now handles list-like objects, including data + frames + + * gmodels::CrossTable - Added 'SPSS' format, as suggested by + Dirk Enzmann + + * gplots::heatmap.2 - + + - Add new parameters for controlling color key - + + - New parameter to allow control of height and width of + separator box + + * gmodels::CrossTable - Show Chisquare contribution of each + cell, suggested by Greg Snow. + + * gdata::read.xls - Add ability to specify the perl executable + and path. + +Bug fixes: + + * gplots::heatmap2 - + + - cell note layout was incorrect + + - Fix handling of rowsep::colsep. + + - Ignore missing values when computing symmetric range. + + * gplots::bandplot - Fix problem in passing graphical parameters + + * add import of 'reorder' and 'na.omit' from 'stats' package + to satisfy packages depending on us. + +Other changes: + + * gplots::textplot - Code can be simplified because R now + supports selecting a fixed width font. + + * gplots::plotmeans - Add more extensive example. + + * gdata::elem - depreciated in favor of gdata::ll + + +Version 2.0.0 +------------- + +First release as a package bundle. Functions are now segregated into four topic-specific packages: + + gplots + gmodels + gtool + gmisc + +Thanks to Nitin Jain for doing most of the work of the conversion to +a package bundle. + + +Version 1.11.2 +-------------- + +- Simpify and fix the build process on both *nix and Windows by simply + providing pre-built perl modules. + + +Version 1.11.1 +-------------- + +- Fix building of of gregmisc on Windows: + + Runtime Requirements: + + ActiveState perl in the PATH + + Build Requirements: + + ActiveState perl and Microsoft's NMAKE utility in the PATH + (A self extracting archive file containing NMAKE is available from + <ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe>.) + + This was tested on Windows2000 Pro with ActivePerl-5.8.3.809-MSWin32-x86.msi + +- (Hopefully) Fix building on Linux with Perl 5.8.0. Perl 5.8.3 is + reported to work without error on Linux, as does perl 5.6.1 on Solaris. + +Version 1.11.0 +-------------- + +- Bump version number to 1.11.0 to better reflect the production + status of the package. + +- Add read.xls(), a function to read Microsoft Excel files by + translating them to csv files via the xls2csv.pl script, which has + also been added to the package. I've provided scripts to run xls2csv: + + Unix systems: $PACKAGE$/gregmisc/bin/xls2csv + MS-Windows: $PACKAGE$/gregmisc/bin/xls2csv.bat + + or you can execute the perl code directly: + + $PACKAGE$/gregmisc/perl/xls2csv.pl + + The perl script explicitly loads its libraries from the installed + gregmisc so you don't have to worry about paths. To get usage and + parameter information, simply execute the script via any of the + above methods without providing any command-line arguments. + + +- Improvements to CrossTable() by Marc Schwartz <MSc...@Me...> + +- Improvements to ooplot() by Lodewijk Bonebakker <bon...@co...> + +- plotCI() and plotmeans() now have improved argument handling. + +- The running() function now has an additional parameter `simplify' + which controls whether the returned values are simplified into a + vector/matrix or left as a list. + +- A makefile that will download and attempt to install all available + packages from CRAN and Bioconductor is now provided in + $PACKAGE$/gregmisc/tools/ + +- space() can now space points along the 'y' dimension. + +- Fix an error in the permutations code for repeats.allow=T and r>2. + Both the bug report and fix are from Elizabeth Purdom + <ep...@st...>. + +- Various fixes for compatibility with R 1.9.X. + +Version 0.10.2 +-------------- + +- Fixed latex warning. + +- Fixed smartlegend() positioning when x and/or y axis are log-scale. + +- Add function remove.vars(). + +Version 0.10.1 +-------------- + +- Fixed bug in textplot() reported by Kevin Wright <kevin.d.wright at pioneer + dot com>. + +Version 0.10.0 +-------------- + +- Now works with and requires R 1.9.0 + +- Added ooplot() function that mimics Open-Office style plots. + Contributed by Lodewijk Bonebakker <bon...@co...> + +- Fixed bug in running() that arose when the called function + really neaded a minimum number of elements to work on. + +- Added several new features to running(), it can now allow sequences + shorter than the requested width to be present at the front, the back, + or on both sides of the full lenth sequences. This allows one to + align the data so that the window is before, after, or around the + indexed point. + +- Add enhancements to estimable() provided by S\xF8ren H\xF8jsgaard + <so...@ag...>: + + The estimable function now + 1) also works on geese and gee objects and + 2) can test hypotheses af the forb L * beta = beta0 both as a + single Wald test and row-wise for each row in L. + +- Add colorpanel function, which generates a smoothly varying band of + colors over a three color range (lo, mid, high). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2013-06-28 21:44:22
|
Revision: 1688 http://sourceforge.net/p/r-gregmisc/code/1688 Author: warnes Date: 2013-06-28 21:44:19 +0000 (Fri, 28 Jun 2013) Log Message: ----------- Update for gregmisc 2.1.4 Modified Paths: -------------- trunk/gregmisc/DESCRIPTION trunk/gregmisc/inst/NEWS Added Paths: ----------- trunk/gregmisc/ChangeLog trunk/gregmisc/NEWS trunk/gregmisc/inst/ChangeLog Added: trunk/gregmisc/ChangeLog =================================================================== --- trunk/gregmisc/ChangeLog (rev 0) +++ trunk/gregmisc/ChangeLog 2013-06-28 21:44:19 UTC (rev 1688) @@ -0,0 +1 @@ +link inst/ChangeLog \ No newline at end of file Property changes on: trunk/gregmisc/ChangeLog ___________________________________________________________________ Added: svn:special ## -0,0 +1 ## +* \ No newline at end of property Modified: trunk/gregmisc/DESCRIPTION =================================================================== --- trunk/gregmisc/DESCRIPTION 2013-06-28 21:41:23 UTC (rev 1687) +++ trunk/gregmisc/DESCRIPTION 2013-06-28 21:44:19 UTC (rev 1688) @@ -2,14 +2,15 @@ Title: Greg's Miscellaneous Functions Description: Various functions to manipulate data. Depends: 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.3 +Description: The former gregmisc bundle is a repository for a variety + of useful functions. The gregmisc package has been 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.5 Author: Gregory R. Warnes. Maintainer: Gregory R. Warnes <gr...@wa...> License: GPL-2 Added: trunk/gregmisc/NEWS =================================================================== --- trunk/gregmisc/NEWS (rev 0) +++ trunk/gregmisc/NEWS 2013-06-28 21:44:19 UTC (rev 1688) @@ -0,0 +1 @@ +link inst/NEWS \ No newline at end of file Property changes on: trunk/gregmisc/NEWS ___________________________________________________________________ Added: svn:special ## -0,0 +1 ## +* \ No newline at end of property Added: trunk/gregmisc/inst/ChangeLog =================================================================== --- trunk/gregmisc/inst/ChangeLog (rev 0) +++ trunk/gregmisc/inst/ChangeLog 2013-06-28 21:44:19 UTC (rev 1688) @@ -0,0 +1,292 @@ +2013-06-28 warnes + + * [r1686] R/First.R, R/onAttach.R: Rename .First.lib to .onAttach + +2012-12-14 warnes + + * [r1638] .Rinstignore, .Rinstingore: Fix typo in filename + * [r1637] .Rinstingore: Move file to correct directory + * [r1635] NAMESPACE: Add requisite NAMESPACE file. + * [r1634] DESCRIPTION: Bump version number. + * [r1633] inst/doc/gregmisc.pdf: Add gregmisc.pdf to subversion. + * [r1632] man/First.lib.Rd: Update author email address. + +2011-09-01 warnes + + * [r1492] R/First.R: Minor rewording of startup message. + +2011-08-26 warnes + + * [r1483] R/First.R: Use packageStartupMessage() instead of + warning() to display a startup message on package load. + * [r1479] DESCRIPTION: Update Greg's email address + +2007-10-22 warnes + + * [r1196] DESCRIPTION: Clarify GPL version + +2006-11-29 warnes + + * [r1032] man, man/First.lib.Rd: Add dummy manual page to make 'R + CMD check' happy + * [r1031] DESCRIPTION: Update for new release + * [r1030] DESCRIPTION, R, TODO, gregmisc: Remove extraneous + subdirectory + +2006-08-02 warnes + + * [r977] DESCRIPTION, gregmisc/DESCRIPTION.standalone, + inst/doc/gregmisc.tex: Update my email address + +2006-04-20 nj7w + + * [r956] gregmisc/DESCRIPTION.in: Changed the typ of Backword to + Backward + +2005-05-11 warnes + + * [r620] DESCRIPTION: Add dependency on gdata::frameApply. + +2005-04-04 warnes + + * [r604] NEWS: Update for release 2.0.6. + +2005-04-02 warnes + + * [r601] TODO: Update TODO file. + +2005-03-31 warnes + + * [r589] DESCRIPTION, NEWS: Update for 2.0.5 release + +2005-03-22 warnes + + * [r578] DESCRIPTION, NEWS: Fixes to pass `R CMD check'. + * [r575] gregmisc, gregmisc/DESCRIPTION.in, + gregmisc/DESCRIPTION.standalone, gregmisc/R, gregmisc/R/First.R: + Create backwords compatibility sub-package 'gregmisc' which loads + the other packages and warns the user. + +2005-02-25 warnes + + * [r560] DESCRIPTION, NEWS: Update for release 2.0.3 + * [r558] .tnatr:fnmap, DESCRIPTION: Add drop.levels, frameApply to + namespace export. + +2005-02-04 nj7w + + * [r537] .tnatr:fnmap: Initial revision + +2005-01-28 warnes + + * [r525] DESCRIPTION: Update version number and date. + +2004-09-27 warneg + + * [r463] inst, inst/doc, inst/doc/Rnews.dtx, inst/doc/Rnews.sty, + inst/doc/gregmisc.tex: Move gdata/inst/doc/* to inst/doc/* + * [r461] .Rhistory, DESCRIPTION: Updated to pass R CMD check. + +2004-09-03 warneg + + * [r445] DESCRIPTION, NEWS, TODO: *** empty log message *** + +2004-09-02 warneg + + * [r442] .Rhistory: Initial revision + +2004-07-16 warnes + + * [r421] TODO: *** empty log message *** + +2004-06-09 warnes + + * [r373] NEWS: Belated update for 1.11.2. + +2004-06-08 warnes + + * [r368] DESCRIPTION: Add better acknowledgement of authors. + +2004-06-05 warnes + + * [r366] NEWS: Update NEWS file for release 1.11.1. + * [r361] DESCRIPTION, NEWS: - Merge Makefile.win into Makefile. + Makefile.win now just redirects + to Makefile. + - Update xls2csv.bat and xls2csv shell script to correctly obtain + thier installion path and infer the location of the perl code and + libraries. + - The xls2csv.pl script now assumes that the libraries it needs + are + installed into the same directory where it is. + +2004-05-27 warnes + + * [r356] NEWS: Clarify text describing xls2csv scripts. + * [r355] DESCRIPTION, NEWS: Updated for release. + +2004-05-26 warnes + + * [r348] NEWS: Update for 1.11.0 release. + +2004-05-25 warnes + + * [r331] DESCRIPTION: Bump version number to 1.11.0 to reflect the + actual 'production' + status of the package. + +2004-04-13 warnes + + * [r316] DESCRIPTION: Update for 0.10.2 + * [r315] NEWS: Updated for 0.10.2 + +2004-03-30 warnes + + * [r311] DESCRIPTION: - Fix bug in textplot() reported by Wright, + Kevin <kev...@pi...>. + +2004-03-26 warnes + + * [r310] NEWS: Updated for release 0.10.0. + * [r309] TODO: Change proposed names of new packages. + * [r308] DESCRIPTION: - Add Lodewijk Bonebakker to list of authors + - Improve description text + - Note dependency on R 1.9.0. + +2004-02-18 warnes + + * [r291] TODO: Add need for split into sub-package. + +2004-02-02 warnes + + * [r286] DESCRIPTION: Update version number for new release. + +2004-01-21 warnes + + * [r284] TODO: Add TODO to contain 'to do' list. + * [r280] DESCRIPTION: Updated for 0.8.8 release. + +2003-12-03 warnes + + * [r255] DESCRIPTION: - Updated for version 0.8.7 + +2003-11-24 warnes + + * [r241] DESCRIPTION: Updated for release. + +2003-11-10 warnes + + * [r220] DESCRIPTION: - Add files contributed by Arni Magnusson + <arnima@u.washington.edu>. As well as some of my own. + +2003-05-20 warnes + + * [r194] DESCRIPTION: - Added function trim() and assocated docs. + +2003-04-22 warnes + + * [r192] DESCRIPTION: - Update version number. + +2003-04-04 warnes + + * [r184] DESCRIPTION: - Version 0.8.3 + +2003-03-08 warnes + + * [r170] DESCRIPTION: - Bumped up version number. + +2003-03-07 warnes + + * [r168] DESCRIPTION: - Minor changes to code to allow the package + to be provided as an + S-Plus chapter. + +2003-01-30 warnes + + * [r162] DESCRIPTION: - New release. + +2003-01-02 warnes + + * [r151] DESCRIPTION: Updated version number and added Kjetil to + list of contributors. + +2002-11-04 warnes + + * [r144] DESCRIPTION: - Added dependency on R >= 1.6.0 due to code + in barplot2() + - Since MASS is now a dependency in DESCRIPTION, I removed the + now + redundant check for MASS in .First.lib(). + +2002-10-30 warnes + + * [r140] DESCRIPTION: Updated version number for 2002-10-29 + release. + +2002-10-11 warnes + + * [r134] DESCRIPTION: - Updated version number in DESCRIPTION. + +2002-09-30 warnes + + * [r129] DESCRIPTION: - Updated version number after adding + rdirichlet() and ddirichlet() + +2002-09-24 warnes + + * [r125] DESCRIPTION: Update version number after fixing bugs and + adding regression tests. + * [r123] DESCRIPTION: Updated to version 0.6.1, corresponding to + some bug fixes. + +2002-09-23 warnes + + * [r116] DESCRIPTION: - Added CrossTable() and barplot2() code and + docs contributed by Marc Schwartz. + - Permit combinations() to be used when r>n provided + repeat.allowed=TRUE + - Bumped up version number + +2002-08-01 warnes + + * [r114] DESCRIPTION: - Corrected documentation mismatch for ci, + ci.default. + + - Replaced all occurences of '_' for assignment with '<-'. + + - Replaced all occurences of 'T' or 'F' for 'TRUE' and 'FALSE' + with + the spelled out version. + + - Updaded version number and date. + +2002-04-09 warneg + + * [r109] DESCRIPTION: Checkin for version 0.5.3 + +2002-03-26 warneg + + * [r103] DESCRIPTION: Updated for version 0.5.1 + +2001-12-17 warneg + + * [r57] DESCRIPTION: Updated to include new functions and thier + contributors. + +2001-09-18 warneg + + * [r18] DESCRIPTION: Release 0.3.2 + +2001-09-01 warneg + + * [r16] DESCRIPTION: Release 0.3.0 + +2001-06-05 warneg + + * [r5] DESCRIPTION: Updated with addition of concat.R and + concat.Rd. + +2001-05-30 warneg + + * [r2] ., DESCRIPTION: Initial revision + Modified: trunk/gregmisc/inst/NEWS =================================================================== --- trunk/gregmisc/inst/NEWS 2013-06-28 21:41:23 UTC (rev 1687) +++ trunk/gregmisc/inst/NEWS 2013-06-28 21:44:19 UTC (rev 1688) @@ -1,8 +1,13 @@ - This file provides a brief list of major feature enhancements associated with each package release. For a more detailed list of changes see the ChangeLog file. +Version 2.1.5 +------------- + +Use .onAttach() instead of .First.lib() to show startup message. + + Version 2.0.6 ------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |