Package: vecvec
Title: Construct Mixed Type Data Structures with Vectors of Vectors
Version: 0.1.0
Authors@R: c(
      person(
        given = "Mitchell",
        family = "O'Hara-Wild",
        role = c("aut", "cre"),
        email = "mail@mitchelloharawild.com",
        comment = c(ORCID = "0000-0001-6729-7695")
      ))
Description: Mixed type vectors are useful for combining semantically similar classes. Some examples of semantically related classes include time across different granularities (e.g. daily, monthly, annual) and probability distributions (e.g. Normal, Uniform, Poisson). These groups of vector types typically share common statistical operations which vary in results with the attributes of each vector. The 'vecvec' data structure facilitates efficient storage and computation across multiple vectors within the same object.
License: MIT + file LICENSE
Imports: rlang, vctrs
Suggests: lifecycle, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2.9000
NeedsCompilation: no
Packaged: 2025-06-25 17:50:18 UTC; mitchell
Author: Mitchell O'Hara-Wild [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6729-7695>)
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2025-06-29 10:40:02 UTC
