{
  "_id": "6a5c94149baadeef8ab51c27",
  "Package": "vecrep",
  "Title": "Compact Vector Replication",
  "Version": "0.1.0.9000",
  "Authors@R": "c(person(given = \"Mitchell\",\nfamily = \"O'Hara-Wild\",\nemail = \"mail@mitchelloharawild.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-6729-7695\")),\nperson(given = \"Gabriel\",\nfamily = \"Becker\",\nrole = \"ctb\",\ncomment = \"For developing the example ALTREP package vectorwindow that was foundational to this package.\"))",
  "Description": "Replicates vectors using ALTREP (Alternative\nRepresentations for R Objects), avoiding unnecessary memory\nallocation. When a vector is repeated many times, only a\nreference to the original data is stored rather than copying\nthe full expanded replicates into memory. The expanded data is\nonly materialised if it is modified, making repeated vectors\ncheap to create and pass around. This is particularly useful\nwhen working with large repeated sequences, such as replicated\nindex vectors, simulation inputs, or repeated reference values\nin data pipelines.",
  "License": "MIT + file LICENSE",
  "URL": "https://pkg.mitchelloharawild.com/vecrep/,\nhttps://github.com/mitchelloharawild/vecrep",
  "BugReports": "https://github.com/mitchelloharawild/vecrep/issues",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "Roxygen": "list(markdown = TRUE)",
  "ByteCompile": "yes",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://mitchelloharawild.r-universe.dev",
  "Date/Publication": "2026-06-18 17:56:46 UTC",
  "RemoteUrl": "https://github.com/mitchelloharawild/vecrep",
  "RemoteRef": "HEAD",
  "RemoteSha": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-19 09:05:16 UTC",
    "User": "root"
  },
  "Author": "Mitchell O'Hara-Wild [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-6729-7695>),\nGabriel Becker [ctb] (For developing the example ALTREP package\nvectorwindow that was foundational to this package.)",
  "Maintainer": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
  "_user": "mitchelloharawild",
  "_type": "src",
  "_file": "vecrep_0.1.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/b233885798d59ea5108913646b79a29b7bccf3f97aa504d1330d3912c264884b",
  "_filesize": 94603,
  "_sha256": "b233885798d59ea5108913646b79a29b7bccf3f97aa504d1330d3912c264884b",
  "_expires": "2026-10-27T09:08:35.000Z",
  "_created": "2026-07-19T09:05:16.000Z",
  "_published": "2026-07-19T09:08:36.890Z",
  "_jobs": [
    {
      "job": 88176946406,
      "time": 126,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8440566815"
    },
    {
      "job": 88176946386,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8440564541"
    },
    {
      "job": 88176946388,
      "time": 159,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8440571866"
    },
    {
      "job": 88176946390,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8440564912"
    },
    {
      "job": 88176946378,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8440563615"
    },
    {
      "job": 88176946391,
      "time": 127,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8440566374"
    },
    {
      "job": 88176946384,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8440558043"
    },
    {
      "job": 88176946372,
      "time": 161,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8440571924"
    },
    {
      "job": 88176723818,
      "time": 159,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8440546156"
    },
    {
      "job": 88176946369,
      "time": 96,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8440561829"
    },
    {
      "job": 88176946337,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8440557600"
    },
    {
      "job": 88176946379,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8440557927"
    },
    {
      "job": 88176946364,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8440560178"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861",
  "_status": "success",
  "_upstream": "https://github.com/mitchelloharawild/vecrep",
  "_commit": {
    "id": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
    "author": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "committer": "Mitchell O'Hara-Wild <mail@mitchelloharawild.com>",
    "message": "Increment version number to 0.1.0.9000\n",
    "time": 1781805406
  },
  "_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": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mitchelloharawild",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-22",
      "n": 21
    },
    {
      "week": "2026-24",
      "n": 17
    },
    {
      "week": "2026-25",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-06-11"
    }
  ],
  "_topics": [
    "altrep"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "mitchelloharawild",
      "count": 39,
      "uuid": 16127127
    }
  ],
  "_userbio": {
    "uuid": 16127127,
    "type": "user",
    "name": "Mitchell O'Hara-Wild",
    "followers": 510
  },
  "_downloads": {
    "count": 293,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vecrep"
  },
  "_devurl": "https://github.com/mitchelloharawild/vecrep",
  "_pkgdown": "https://pkg.mitchelloharawild.com/vecrep/",
  "_searchresults": 0,
  "_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/vecrep.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mitchelloharawild/vecrep",
  "_realowner": "mitchelloharawild",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-06-18"
    }
  ],
  "_exports": [
    "rep_altrep"
  ],
  "_help": [
    {
      "page": "rep_altrep",
      "title": "Repeat a vector using ALTREP",
      "topics": [
        "rep_altrep"
      ]
    }
  ],
  "_readme": "https://github.com/mitchelloharawild/vecrep/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "vecrep",
  "_universes": [
    "mitchelloharawild"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:07:35.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/fe98e885dce902e7b7e30088ace06d180d4203a73437a1943f35bc979efc7aea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:07:18.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/1781fac7156fcf2e17a17dd31b2e96d7939f2ac4162beb8e92be029eda8d6f8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:08:07.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/e6143ed05a42a906f3a57efbd4bb173a328f0d6c0d0f899b0f0c2d7b3a9e1747",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:07:21.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/055ab762627f649067b0f4da0c7716f2fd2062604acc70858b28f18972345280",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:07:31.000Z",
      "arch": "aarch64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/565bf831946a4234682db70a48009e0584bd7711252ec14109a82c9ce87f7253",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:07:25.000Z",
      "arch": "x86_64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/eae49e3fb3f62707500a7cef96d1815eb385ca73ffa952866c07bed4f3e2dff4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:06:37.000Z",
      "arch": "aarch64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/2b2b0dc1b6da0a0c1fb12fda55ca94bd2a7bbddfc635ff35a0664ccf7d42da75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:07:53.000Z",
      "arch": "x86_64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/d52a0c7b42f792b3a9ce82faaf487551875bef80a15bdd9c76babae2348bbf60",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:07:08.000Z",
      "arch": "emscripten",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/8aee5a9e1062f7fe3bb1d1c61d771ece09401810078eac219f79e4e0e071a103",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:06:17.000Z",
      "arch": "x86_64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/90a307fff0a048b9e9fc0b879b2c938962b0ce2fbf91fc0f099e0e794d84c623",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:06:25.000Z",
      "arch": "x86_64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/ddf240e0409edc9d2b7a99d012fde4963661f437247be30bb5f451211ce65258",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-19T09:06:28.000Z",
      "arch": "x86_64",
      "commit": "7d026cbc65a9ade0955a42f10e9714d0035a54df",
      "fileid": "https://r2.ropensci.org/89189160cc7dfc286c1fa11c7cbeaa4d383d57225fb27befbec446adc2a4dd77",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mitchelloharawild/actions/runs/29680873861"
    }
  ]
}