Package: gdata
Version: 2.19.0
Date: 2023-05-06
Title: Various R Programming Tools for Data Manipulation
Authors@R: c(person(c("Gregory", "R."), "Warnes", role="aut", email="greg@warnes.net"),
             person("Gregor", "Gorjanc", role="aut"),
             person("Arni", "Magnusson", role=c("aut","cre"), email="thisisarni@gmail.com"),
             person("Liviu", "Andronic", role="aut"),
             person("Jim", "Rogers", role="aut"),
             person("Don", "MacQueen", role="aut"),
             person("Ales", "Korosec", role="aut"),
             person("Ben", "Bolker", role="ctb"),
             person("Michael", "Chirico", role="ctb"),
             person("Gabor", "Grothendieck", role="ctb"),
             person("Thomas", "Lumley", role="ctb"),
             person("Brian", "Ripley", role="ctb"),
             person("inoui llc", role="fnd"))
Depends: R (>= 2.3.0)
Imports: gtools, methods, stats, utils
Suggests: RUnit
SystemRequirements: perl (>= 5.10.0)
Description: Various R programming tools for data manipulation, including
  medical unit conversions, combining objects, character vector operations,
  factor manipulation, obtaining information about R objects, manipulating
  MS-Excel formatted files, generating fixed-width format files, extracting
  components of date & time objects, operations on columns of data frames,
  matrix operations, operations on vectors, operations on data frames, value of
  last evaluated expression, and a resample() wrapper for sample() that ensures
  consistent behavior for both scalar and vector arguments.
License: GPL-2
URL: https://github.com/r-gregmisc/gdata
BugReports: https://github.com/r-gregmisc/gdata/issues
