[R-gregmisc-users] SF.net SVN: r-gregmisc:[1923] trunk/gtools/DESCRIPTION
Brought to you by:
warnes
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. |