[R-gregmisc-users] SF.net SVN: r-gregmisc:[1963] trunk/gdata/DESCRIPTION
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-25 07:59:05
|
Revision: 1963 http://sourceforge.net/p/r-gregmisc/code/1963 Author: warnes Date: 2015-04-25 07:59:03 +0000 (Sat, 25 Apr 2015) Log Message: ----------- Better describe gdata contents Modified Paths: -------------- trunk/gdata/DESCRIPTION Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2015-04-25 07:58:18 UTC (rev 1962) +++ trunk/gdata/DESCRIPTION 2015-04-25 07:59:03 UTC (rev 1963) @@ -1,6 +1,25 @@ Package: gdata Title: Various R Programming Tools for Data Manipulation -Description: Various R programming tools for data manipulation +Description: Various R programming tools for data manipulation, including: + - medical unit conversions ('ConvertMedUnits', 'MedUnits'), + - combining objects ('bindData', 'cbindX', 'combine', 'interleave'), + - character vector operations ('centerText', 'startsWith', 'trim'), + - factor manipulation ('levels', 'reorder.factor', 'mapLevels'), + - obtaining information about R objects ('object.size', 'elem', 'env', + 'humanReadable', 'is.what', 'll', 'keep', 'ls.funs', + 'Args','nPairs', 'nobs'), + - manipulating MS-Excel formatted files ('read.xls', + 'installXLSXsupport', 'sheetCount', 'xlsFormats'), + - generating fixed-width format files ('write.fwf'), + - extrating compoents of date & time objects ('getYear', 'getMonth', + 'getDay', 'getHour', 'getMin', 'getSec'), + - operations on columns of data frames ('matchcols', 'rename.vars'), + - matrix operations ('unmatrix', 'upperTriangle', 'lowerTriangle'), + - operations on vectors ('case', 'unknownToNA', 'duplicated2', 'trimSum'), + - operations on data frames ('frameApply', 'wideByFactor'), + - value of last evaluated expression ('ans'), + - wrapper for 'sample' that ensures consistent behavior for both + scalar and vector arguments ('resample'). Depends: R (>= 2.13.0) SystemRequirements: perl Imports: gtools This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |