vecvec: Construct Mixed Type Data Structures with Vectors of Vectors

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.1.0
Imports: rlang, vctrs
Suggests: lifecycle, testthat (≥ 3.0.0)
Published: 2025-06-29
DOI: 10.32614/CRAN.package.vecvec
Author: Mitchell O'Hara-Wild ORCID iD [aut, cre]
Maintainer: Mitchell O'Hara-Wild <mail at mitchelloharawild.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README
CRAN checks: vecvec results

Documentation:

Reference manual: vecvec.pdf

Downloads:

Package source: vecvec_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): vecvec_0.1.0.tgz, r-oldrel (x86_64): vecvec_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=vecvec to link to this page.