@@ -12,31 +12,21 @@ Authors@R: c(person(c("Gregory", "R."), "Warnes", role="aut", email="greg@warnes
1212 person("Ben", "Bolker", role="ctb"),
1313 person("Michael", "Chirico", role="ctb"),
1414 person("Gabor", "Grothendieck", role="ctb"),
15- person("Thomas", "Lumley", rol="ctb"),
15+ person("Thomas", "Lumley", role="ctb"),
16+ person("Brian", "Ripley", role="ctb"),
1617 person("inoui llc", role="fnd"))
1718Depends: R (>= 2.3.0)
1819Imports: gtools, methods, stats, utils
1920Suggests: RUnit
2021SystemRequirements: perl (>= 5.10.0)
21- Description: Various R programming tools for data manipulation, including:
22- - medical unit conversions (ConvertMedUnits, MedUnits),
23- - combining objects (bindData, cbindX, combine, interleave),
24- - character vector operations (centerText, startsWith, trim),
25- - factor manipulation (levels, reorder.factor, mapLevels),
26- - obtaining information about R objects (object.size, env, humanReadable,
27- is.what, ll, keep, ls.funs, Args, nPairs, nobs),
28- - manipulating MS-Excel formatted files (read.xls, installXLSXsupport,
29- sheetCount, xlsFormats),
30- - generating fixed-width format files (write.fwf),
31- - extricating components of date & time objects (getYear, getMonth, getDay,
32- getHour, getMin, getSec),
33- - operations on columns of data frames (matchcols, rename.vars),
34- - matrix operations (unmatrix, upperTriangle, lowerTriangle),
35- - operations on vectors (case, unknownToNA, duplicated2, trimSum),
36- - operations on data frames (frameApply, wideByFactor),
37- - value of last evaluated expression (ans), and
38- - wrapper for sample that ensures consistent behavior for both scalar and
39- vector arguments (resample).
22+ Description: Various R programming tools for data manipulation, including
23+ medical unit conversions, combining objects, character vector operations,
24+ factor manipulation, obtaining information about R objects, manipulating
25+ MS-Excel formatted files, generating fixed-width format files, extracting
26+ components of date & time objects, operations on columns of data frames,
27+ matrix operations, operations on vectors, operations on data frames, value of
28+ last evaluated expression, and a resample() wrapper for sample() that ensures
29+ consistent behavior for both scalar and vector arguments.
4030License: GPL-2
4131URL: https://github.com/r-gregmisc/gdata
4232BugReports: https://github.com/r-gregmisc/gdata/issues
0 commit comments