Skip to content

Commit 2655098

Browse files
Update package description
1 parent a0bb7e4 commit 2655098

File tree

3 files changed

+55
-42
lines changed

3 files changed

+55
-42
lines changed

DESCRIPTION

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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"))
1718
Depends: R (>= 2.3.0)
1819
Imports: gtools, methods, stats, utils
1920
Suggests: RUnit
2021
SystemRequirements: 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.
4030
License: GPL-2
4131
URL: https://github.com/r-gregmisc/gdata
4232
BugReports: https://github.com/r-gregmisc/gdata/issues

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Various R programming tools for data manipulation, including:
1515
- manipulating MS-Excel formatted files (`read.xls`, `installXLSXsupport`,
1616
`sheetCount`, `xlsFormats`),
1717
- generating fixed-width format files (`write.fwf`),
18-
- extricating components of date & time objects (`getYear`, `getMonth`,
18+
- extracting components of date & time objects (`getYear`, `getMonth`,
1919
`getDay`, `getHour`, `getMin`, `getSec`),
20-
- operations on columns of data frames (`matchcols`, `rename.vars`),
20+
- operations on columns of data frames (`matchcols`, `rename.vars`),
2121
- matrix operations (`unmatrix`, `upperTriangle`, `lowerTriangle`),
2222
- operations on vectors (`case`, `unknownToNA`, `duplicated2`, `trimSum`),
2323
- operations on data frames (`frameApply`, `wideByFactor`),

man/gdata-package.Rd

Lines changed: 43 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,49 @@
44
\docType{package}
55
\title{Various R Programming Tools for Data Manipulation}
66
\description{
7-
\pkg{gdata} package provides various \R programming tools for data
8-
manipulation.
9-
}
10-
\details{
11-
The following are sources of information on \pkg{gdata} package:
12-
\tabular{ll}{
13-
DESCRIPTION file \tab \code{library(help="gdata")}\cr
14-
\tab \cr
15-
This file \tab \code{?gdata}\cr
16-
\tab \cr
17-
Vignette \tab \code{vignette("unknown")}\cr
18-
\tab \code{vignette("mapLevels")}\cr
19-
\tab \cr
20-
Some help files \tab \code{\link{Args}}\cr
21-
\tab \code{\link{ll}}\cr
22-
\tab \code{\link{write.fwf}}\cr
23-
\tab \cr
24-
News \tab \code{news(package="gdata")}\cr
25-
\tab \cr
26-
List of functions \tab \code{help(package="gdata")}\cr
7+
Various R programming tools for data manipulation, including:
8+
\itemize{
9+
\item Medical unit conversions: \code{\link{ConvertMedUnits}},
10+
\code{\link{MedUnits}}
11+
\item Combining objects: \code{link{bindData}},
12+
\code{\link{cbindX}}, \code{\link{combine}},
13+
\code{\link{interleave}}
14+
\item Character vector operations: \code{\link{centerText}},
15+
\code{\link{startsWith}}, \code{\link{trim}}
16+
\item Factor manipulation: \code{\link{levels}},
17+
\code{\link{reorder.factor}}, \code{\link{mapLevels}}
18+
\item Obtaining information about R objects:
19+
\code{\link{object.size}}, \code{\link{env}},
20+
\code{\link{humanReadable}}, \code{\link{is.what}},
21+
\code{\link{ll}}, \code{\link{keep}}, \code{\link{ls.funs}},
22+
\code{\link{Args}}, \code{\link{nPairs}}, \code{\link{nobs}}
23+
\item Manipulating MS-Excel formatted files: \code{\link{read.xls}},
24+
\code{\link{installXLSXsupport}}, \code{\link{sheetCount}},
25+
\code{\link{xlsFormats}}
26+
\item Generating fixed-width format files: \code{\link{write.fwf}}
27+
\item Extracting components of date & time objects:
28+
\code{\link{getYear}}, \code{\link{getMonth}},
29+
\code{\link{getDay}}, \code{\link{getHour}}, \code{\link{getMin}},
30+
\code{\link{getSec}}
31+
\item Operations on columns of data frames: \code{\link{matchcols}},
32+
\code{\link{rename.vars}}
33+
\item Matrix operations: \code{\link{unmatrix}},
34+
\code{\link{upperTriangle}}, \code{\link{lowerTriangle}}
35+
\item Operations on vectors: \code{\link{case}},
36+
\code{\link{unknownToNA}}, \code{\link{duplicated2}},
37+
\code{\link{trimSum}}
38+
\item Operations on data frames: \code{\link{frameApply}},
39+
\code{\link{wideByFactor}}
40+
\item Value of last evaluated expression: \code{\link{ans}}
41+
\item Wrapper for \code{sample} that ensures consistent behavior for
42+
both scalar and vector arguments: \code{\link{resample}}
2743
}
2844
}
45+
\note{\code{browseVignettes()} shows package vignettes.}
46+
\author{
47+
Gregory R. Warnes, Gregor Gorjanc, Arni Magnusson, Liviu Andronic, Jim
48+
Rogers, Don MacQueen, and Ales Korosec, with contributions by Ben
49+
Bolker, Michael Chirico, Gabor Grothendieck, Thomas Lumley, and Brian
50+
Ripley.
51+
}
2952
\keyword{package}

0 commit comments

Comments
 (0)