Package: str2str
Type: Package
Title: Convert R Objects from One Structure to Another
Version: 1.0.0
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.2.3
NeedsCompilation: no
Packaged: 2023-11-20 21:24:07 UTC; David Disabato
Author: David Disabato [aut, cre]
Maintainer: David Disabato <ddisab01@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-20 21:50:02 UTC
Built: R 4.6.0; ; 2025-11-02 03:38:34 UTC; windows
