Package: vecvec Title: Construct Mixed Type Data Structures with Vectors of Vectors Version: 1.2.0.9000 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, S7, stats, vctrs Suggests: lifecycle, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://pkg.mitchelloharawild.com/vecvec/, https://github.com/mitchelloharawild/vecvec BugReports: https://github.com/mitchelloharawild/vecvec/issues Config/roxygen2/version: 8.0.0 Repository: https://mitchelloharawild.r-universe.dev Date/Publication: 2026-07-06 14:37:47 UTC RemoteUrl: https://github.com/mitchelloharawild/vecvec RemoteRef: HEAD RemoteSha: 1bde2896a075388d12a0333ba0ed5a3aec303f00 NeedsCompilation: no Packaged: 2026-07-06 16:02:05 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ) Maintainer: Mitchell O'Hara-Wild