vecvec: Construct Mixed Type Data Structures with Vectors of Vectors (original) (raw)

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.

Version: 0.2.0
Imports: rlang, vctrs
Suggests: lifecycle, testthat (≥ 3.0.0)
Published: 2025-09-18
DOI: 10.32614/CRAN.package.vecvec
Author: Mitchell O'Hara-WildORCID iD [aut, cre]
Maintainer: Mitchell O'Hara-Wild
License: MIT + file
NeedsCompilation: no
Materials: README, NEWS
CRAN checks: vecvec results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=vecvecto link to this page.