Package: str2str
Type: Package
Title: Convert R Objects from One Structure to Another
Version: 0.2.1
Authors@R: person("David", "Disabato", email = "ddisab01@gmail.com",
    role = c("aut","cre"))
Description: Offers a suite of functions for converting to and from
    (atomic) vectors, matrices, data.frames, and (3D+) arrays as well
    as lists of these objects. It is an alternative to the base R
    as.<str>.<method>() functions (e.g., as.data.frame.array()) that
    provides more useful and/or flexible restructuring of R objects.
    To do so, it only works with common structuring of R objects (e.g.,
    data.frames with only atomic vector columns).
Depends: R (>= 4.0.0), datasets, stats, utils, methods
Imports: abind, checkmate, plyr, reshape
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-08-25 00:42:37 UTC; ddisa
Author: David Disabato [aut, cre]
Maintainer: David Disabato <ddisab01@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-05 04:30:02 UTC
Built: R 4.1.0; ; 2021-09-05 11:52:37 UTC; unix
