Thread: [R-gregmisc-users] SF.net SVN: r-gregmisc:[1434] trunk/gtools/DESCRIPTION
Brought to you by:
warnes
From: <wa...@us...> - 2010-05-01 22:14:13
|
Revision: 1434 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1434&view=rev Author: warnes Date: 2010-05-01 22:14:05 +0000 (Sat, 01 May 2010) Log Message: ----------- Update version number for new release Modified Paths: -------------- trunk/gtools/DESCRIPTION Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2010-05-01 22:03:03 UTC (rev 1433) +++ trunk/gtools/DESCRIPTION 2010-05-01 22:14:05 UTC (rev 1434) @@ -1,8 +1,8 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 2.6.1 -Date: 2009-05-08 +Version: 2.6.2 +Date: 2010-05-01 Author: Gregory R. Warnes. Includes R source code and/or documentation contributed by Ben Bolker and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2011-10-05 17:06:00
|
Revision: 1518 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1518&view=rev Author: warnes Date: 2011-10-05 17:05:54 +0000 (Wed, 05 Oct 2011) Log Message: ----------- Update version number for release Modified Paths: -------------- trunk/gtools/DESCRIPTION Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2011-10-05 16:53:39 UTC (rev 1517) +++ trunk/gtools/DESCRIPTION 2011-10-05 17:05:54 UTC (rev 1518) @@ -1,8 +1,8 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 2.6.3 -Date: 2010-09-28 +Version: 2.6.4 +Date: 2010-10-05 Author: Gregory R. Warnes. Includes R source code and/or documentation contributed by Ben Bolker and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2015-04-14 19:39:24
|
Revision: 1923 http://sourceforge.net/p/r-gregmisc/code/1923 Author: warnes Date: 2015-04-14 19:39:22 +0000 (Tue, 14 Apr 2015) Log Message: ----------- Fix typo Modified Paths: -------------- trunk/gtools/DESCRIPTION Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2015-04-10 03:15:42 UTC (rev 1922) +++ trunk/gtools/DESCRIPTION 2015-04-14 19:39:22 UTC (rev 1923) @@ -1,23 +1,26 @@ Package: gtools Title: Various R Programming Tools Description: Functions to assist in R programming, including: - - assist in developing, updating, and maintaning R and R packages ('ask', 'checkRVersion', 'getDependencies', 'keywords', 'scat'), - - calculate the logit and inverse logit transformations ('logit', 'inv.logit') - - test if a value is missing, empty or contains only NA and NULL values ('invalid') - - manipulate R's .Last function ('addLast') - - define macros ('defmacro'), - - detect odd and even integers ('odd', 'even') - - convert strings containig non-ascii characters (like single quotes) to plain ASCII ('ASCIIfy'), - - perform a binary search ('binseach') - - sort strings containing both numeric and character components ('mixedsort') - - create a factor variable from the quantiles of a continuous variable ('quantcut') - - enumerate permutations and combinations ('combinations', 'permutation'), - - calculate and convert betwen fold-change and log-ratio ('foldchange', 'logratio2foldchange', 'foldchange2logratio'), - - calculate probablities and generate random numbers from dirichlet distributions ('rdirichlet', 'ddirichlet') - - apply a function over adjacent subsets of a vector ('running') - - Modify the TCP\_NODELAY ('de-Nagle') flag for socket objects - - Efficient rbind of data frames, even if the column names don't match ('smartbind') - - Generate significance stars from p-values ('stars.pval') + - assist in developing, updating, and maintaining R and R packages ('ask', 'checkRVersion', + 'getDependencies', 'keywords', 'scat'), + - calculate the logit and inverse logit transformations ('logit', 'inv.logit'), + - test if a value is missing, empty or contains only NA and NULL values ('invalid'), + - manipulate R's .Last function ('addLast'), + - define macros ('defmacro'), + - detect odd and even integers ('odd', 'even'), + - convert strings containing non-ASCII characters (like single quotes) to plain ASCII ('ASCIIfy'), + - perform a binary search ('binsearch'), + - sort strings containing both numeric and character components ('mixedsort'), + - create a factor variable from the quantiles of a continuous variable ('quantcut'), + - enumerate permutations and combinations ('combinations', 'permutation'), + - calculate and convert between fold-change and log-ratio ('foldchange', + 'logratio2foldchange', 'foldchange2logratio'), + - calculate probabilities and generate random numbers from Dirichlet distributions + ('rdirichlet', 'ddirichlet'), + - apply a function over adjacent subsets of a vector ('running'), + - Modify the TCP\_NODELAY ('de-Nagle') flag for socket objects, + - Efficient 'rbind' of data frames, even if the column names don't match ('smartbind'), + - Generate significance stars from p-values ('stars.pval'). Version: 3.4.2 Date: 2015-04-06 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2015-04-23 21:10:41
|
Revision: 1946 http://sourceforge.net/p/r-gregmisc/code/1946 Author: warnes Date: 2015-04-23 21:10:33 +0000 (Thu, 23 Apr 2015) Log Message: ----------- Revers accidental text deletion: Modified Paths: -------------- trunk/gtools/DESCRIPTION Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2015-04-23 21:09:19 UTC (rev 1945) +++ trunk/gtools/DESCRIPTION 2015-04-23 21:10:33 UTC (rev 1946) @@ -1,3 +1,26 @@ +Package: gtools +Title: Various R Programming Tools +Description: Functions to assist in R programming, including: + - assist in developing, updating, and maintaining R and R packages ('ask', 'checkRVersion', + 'getDependencies', 'keywords', 'scat'), + - calculate the logit and inverse logit transformations ('logit', 'inv.logit'), + - test if a value is missing, empty or contains only NA and NULL values ('invalid'), + - manipulate R's .Last function ('addLast'), + - define macros ('defmacro'), + - detect odd and even integers ('odd', 'even'), + - convert strings containing non-ASCII characters (like single quotes) to plain ASCII ('ASCIIfy'), + - perform a binary search ('binsearch'), + - sort strings containing both numeric and character components ('mixedsort'), + - create a factor variable from the quantiles of a continuous variable ('quantcut'), + - enumerate permutations and combinations ('combinations', 'permutation'), + - calculate and convert between fold-change and log-ratio ('foldchange', + 'logratio2foldchange', 'foldchange2logratio'), + - calculate probabilities and generate random numbers from Dirichlet distributions + ('rdirichlet', 'ddirichlet'), + - apply a function over adjacent subsets of a vector ('running'), + - Modify the TCP\_NODELAY ('de-Nagle') flag for socket objects, + - Efficient 'rbind' of data frames, even if the column names don't match ('smartbind'), + - Generate significance stars from p-values ('stars.pval'). Version: 3.4.3 Date: 2015-04-23 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |