{
  "_id": "6a4bd22595416c41795356e8",
  "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-07-06 14:37:47 UTC",
  "RemoteUrl": "https://github.com/mitchelloharawild/vecvec",
  "RemoteRef": "HEAD",
  "RemoteSha": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-06 16:02:05 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/c425cc4c913ff1b97a7ce522640409c0797136adba1ab5ca29f660b2a79e9f8b",
  "_filesize": 141073,
  "_sha256": "c425cc4c913ff1b97a7ce522640409c0797136adba1ab5ca29f660b2a79e9f8b",
  "_expires": "2026-10-14T16:04:51.000Z",
  "_created": "2026-07-06T16:02:05.000Z",
  "_published": "2026-07-06T16:04:53.101Z",
  "_jobs": [
    {
      "job": 85418911879,
      "time": 113,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8114638858"
    },
    {
      "job": 85418911883,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8114643792"
    },
    {
      "job": 85418912024,
      "time": 91,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8114630018"
    },
    {
      "job": 85418911859,
      "time": 71,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8114621715"
    },
    {
      "job": 85418265282,
      "time": 170,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8114591086"
    },
    {
      "job": 85418912206,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8114630740"
    },
    {
      "job": 85418911938,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8114632783"
    },
    {
      "job": 85418911944,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8114626366"
    },
    {
      "job": 85418912013,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8114628051"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143",
  "_status": "success",
  "_upstream": "https://github.com/mitchelloharawild/vecvec",
  "_commit": {
    "id": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
    "author": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "committer": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "message": "Rework formatting of vecvec arrays\n",
    "time": 1783348667
  },
  "_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
    },
    {
      "week": "2026-28",
      "n": 1
    }
  ],
  "_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": 221,
      "uuid": 16127127
    }
  ],
  "_userbio": {
    "uuid": 16127127,
    "type": "user",
    "name": "Mitchell O'Hara-Wild",
    "followers": 511
  },
  "_downloads": {
    "count": 779,
    "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": "man/figures/logo.svg",
  "_readme": "https://github.com/mitchelloharawild/vecvec/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "rlang",
    "S7",
    "vctrs"
  ],
  "_score": 5.3692158574101425,
  "_indexed": true,
  "_nocasepkg": "vecvec",
  "_universes": [
    "mitchelloharawild"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:04:02.000Z",
      "distro": "resolute",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/0bc2a8a37990b69ea71c8426ff31f12199793bba326e4886a56e7ea41d9d6a0f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:04:11.000Z",
      "distro": "resolute",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/a9006c76fb0ee049e294930a64f350eff715336ea9a20fe55d40cd5ab0eececa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:03:42.000Z",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/9c6fcf8fba73d17316217521f8127bf934d2fd3fa9859331ca7849e8e0a557aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:03:26.000Z",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/f73332ad5ac8afdf21d1f0682c93c52a61e7c38024e295a909578ea032c3a589",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:04:00.000Z",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/6634c1c31462f7c7f64d4f4bab524fba581f8ff4cc59057e6637c5281ffc84c3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:03:40.000Z",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/e4009c5661a9dd791d20c90cd35693e8910b1fee6589363d8021784f11241f96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:03:20.000Z",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/fd5e8d0afcfa9ec5f2a4b2a96609e842d837805f36c279974b447431b5bd21de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-06T16:03:29.000Z",
      "commit": "1bde2896a075388d12a0333ba0ed5a3aec303f00",
      "fileid": "https://r2.ropensci.org/5da4c6064d237f9a62933b2018c0a3441c4b345aa693ec394f4888a7c77eca7e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/28805024143"
    }
  ]
}