{
  "_id": "6a4783066527f6f71fa0c121",
  "Package": "vecvec",
  "Title": "Construct Mixed Type Data Structures with Vectors of Vectors",
  "Version": "1.2.0.9000",
  "Authors@R": "c(\nperson(\ngiven = \"Mitchell\",\nfamily = \"O'Hara-Wild\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mail@mitchelloharawild.com\",\ncomment = c(ORCID = \"0000-0001-6729-7695\")\n))",
  "Description": "Mixed type vectors are useful for combining semantically\nsimilar classes. Some examples of semantically related classes\ninclude time across different granularities (e.g. daily,\nmonthly, annual) and probability distributions (e.g. Normal,\nUniform, Poisson). These groups of vector types typically share\ncommon statistical operations which vary in results with the\nattributes of each vector. The 'vecvec' data structure\nfacilitates efficient storage and computation across multiple\nvectors within the same object.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://pkg.mitchelloharawild.com/vecvec/,\nhttps://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": {
    "Date": "2026-07-03 09:34:56 UTC",
    "User": "root"
  },
  "Author": "Mitchell O'Hara-Wild [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6729-7695>)",
  "Maintainer": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
  "_user": "mitchelloharawild",
  "_type": "src",
  "_file": "vecvec_1.2.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/5c426e93ef2d773e3606cc527036a3e2b6051842e4de8dee9c8477bcea7d88e8",
  "_filesize": 140481,
  "_sha256": "5c426e93ef2d773e3606cc527036a3e2b6051842e4de8dee9c8477bcea7d88e8",
  "_expires": "2026-10-11T09:38:14.000Z",
  "_created": "2026-07-03T09:34:56.000Z",
  "_published": "2026-07-03T09:38:14.663Z",
  "_jobs": [
    {
      "job": 84971783329,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8063069020"
    },
    {
      "job": 84971783296,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063069212"
    },
    {
      "job": 84971783309,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8063042741"
    },
    {
      "job": 84971783259,
      "time": 99,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063047126"
    },
    {
      "job": 84971343291,
      "time": 151,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063011595"
    },
    {
      "job": 84971783260,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8063044478"
    },
    {
      "job": 84971783275,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8063038551"
    },
    {
      "job": 84971783301,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8063039176"
    },
    {
      "job": 84971783266,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8063037300"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162",
  "_status": "success",
  "_upstream": "https://github.com/mitchelloharawild/vecvec",
  "_commit": {
    "id": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
    "author": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "committer": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "message": "Increment version number to 1.2.0.9000\n",
    "time": 1782203883
  },
  "_maintainer": {
    "name": "Mitchell OHara-Wild",
    "email": "mail@mitchelloharawild.com",
    "login": "mitchelloharawild",
    "bluesky": "@mitchelloharawild.com",
    "linkedin": "in/mitchelloharawild",
    "description": "",
    "uuid": 16127127,
    "orcid": "0000-0001-6729-7695"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "S7",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mitchelloharawild",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-32",
      "n": 6
    },
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 3
    },
    {
      "week": "2025-38",
      "n": 4
    },
    {
      "week": "2026-15",
      "n": 118
    },
    {
      "week": "2026-16",
      "n": 7
    },
    {
      "week": "2026-17",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 5
    },
    {
      "week": "2026-20",
      "n": 2
    },
    {
      "week": "2026-21",
      "n": 2
    },
    {
      "week": "2026-23",
      "n": 2
    },
    {
      "week": "2026-26",
      "n": 7
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2025-09-18"
    },
    {
      "name": "v0.2.1",
      "date": "2026-04-08"
    },
    {
      "name": "v1.0.0",
      "date": "2026-04-27"
    },
    {
      "name": "v1.1.0",
      "date": "2026-06-03"
    },
    {
      "name": "v1.2.0",
      "date": "2026-06-22"
    }
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "mitchelloharawild",
      "count": 220,
      "uuid": 16127127
    }
  ],
  "_userbio": {
    "uuid": 16127127,
    "type": "user",
    "name": "Mitchell O'Hara-Wild",
    "followers": 510
  },
  "_downloads": {
    "count": 829,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vecvec"
  },
  "_devurl": "https://github.com/mitchelloharawild/vecvec",
  "_pkgdown": "https://pkg.mitchelloharawild.com/vecvec/",
  "_searchresults": 3,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/vecvec.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mitchelloharawild/vecvec",
  "_realowner": "mitchelloharawild",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-06-29"
    },
    {
      "version": "0.2.0",
      "date": "2025-09-18"
    },
    {
      "version": "0.2.1",
      "date": "2026-04-08"
    },
    {
      "version": "1.0.0",
      "date": "2026-04-27"
    },
    {
      "version": "1.1.0",
      "date": "2026-06-04"
    },
    {
      "version": "1.2.0",
      "date": "2026-06-23"
    }
  ],
  "_exports": [
    "class_vecvec",
    "cor",
    "cov",
    "is_vecvec",
    "unvecvec",
    "var",
    "vecvec",
    "vecvec_apply",
    "vecvec_apply_fn",
    "vecvec_register"
  ],
  "_help": [
    {
      "page": "class_vecvec",
      "title": "S7 class for vecvec",
      "topics": [
        "class_vecvec"
      ]
    },
    {
      "page": "is_vecvec",
      "title": "Test if an object is a vecvec",
      "topics": [
        "is_vecvec"
      ]
    },
    {
      "page": "masked-cor",
      "title": "Correlation, Variance and Covariance",
      "topics": [
        "cor",
        "cov",
        "masked-cor",
        "var"
      ]
    },
    {
      "page": "unvecvec",
      "title": "Coerce a vector of vectors to a single typed vector",
      "topics": [
        "unvecvec"
      ]
    },
    {
      "page": "vecvec",
      "title": "Create a vector of vectors",
      "topics": [
        "vecvec"
      ]
    },
    {
      "page": "vecvec_apply",
      "title": "Apply a function to each vector of the vecvec",
      "topics": [
        "vecvec_apply"
      ]
    },
    {
      "page": "vecvec_apply_fn",
      "title": "Function factory for vecvec_apply",
      "topics": [
        "vecvec_apply_fn"
      ]
    },
    {
      "page": "vecvec_register",
      "title": "Register methods for a vecvec subclass",
      "topics": [
        "vecvec_register"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mitchelloharawild/vecvec/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/mitchelloharawild/vecvec/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "rlang",
    "S7",
    "vctrs"
  ],
  "_score": 5.334453751150931,
  "_indexed": true,
  "_nocasepkg": "vecvec",
  "_universes": [
    "mitchelloharawild"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:37:27.000Z",
      "distro": "resolute",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/faab67a9b6c13c6211c1ac921667a04455459460a2902c53ea2eeb446c06a0e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:37:29.000Z",
      "distro": "resolute",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/0b22c5fa8e2ff5003c17d0f81ab23725cb74d81ab17bf0aeaab5a9a64f106393",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:36:23.000Z",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/f64c634248dac858cd092d773f7e6932606d7dbaedd09cc4e3730b9c23a89290",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:36:31.000Z",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/7d15b1acb2739aea8e87ab8b5baca2023f0ec82678e733a0a33115ef01e55cac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:36:41.000Z",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/7165268082ad343788552fedb9f39b04d7a23fd0231cf67678b364a19c7cda24",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:35:59.000Z",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/b14d9d0d4712dc22832ee260f9dbe58a13901cbd9cd6d1e0abbc9ed3fec9664b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:35:55.000Z",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/25ce11bb3e9ad76eb53847614c25fbdab8861c35a2889ee8510ed91ddd0aa357",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-03T09:35:56.000Z",
      "commit": "d7aec6d8ffffe756c27b24744fb0e0217ea14ddf",
      "fileid": "https://r2.ropensci.org/568f69e73788bbfce2656c220645aa7db90a0f72642c125c48ca8a2c7e01aab3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28651775162"
    }
  ]
}