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-06-23 08:38:03 UTC RemoteUrl: https://github.com/mitchelloharawild/vecvec RemoteRef: HEAD RemoteSha: d7aec6d8ffffe756c27b24744fb0e0217ea14ddf NeedsCompilation: no Packaged: 2026-07-03 09:34:56 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ) Maintainer: Mitchell O'Hara-Wild