{
  "_id": "6a4f72bb21b18e1548501f20",
  "Package": "RcppArray",
  "Version": "0.3.0",
  "Date": "2023-11-06",
  "Title": "'Rcpp' Meets 'C++' Arrays",
  "Authors@R": "c(person(\"Jon\", \"Clayden\", role=c(\"cre\",\"aut\"),\nemail=\"code@clayden.org\", comment=c(ORCID=\"0000-0002-6608-0619\")),\nperson(\"Dirk\", \"Eddelbuettel\", role=\"aut\"),\nperson(\"Andrew\", \"Johnson\", role=\"ctb\",\ncomment=c(ORCID=\"0000-0001-7000-8065\")))",
  "Description": "Interoperability between 'Rcpp' and the 'C++11' array and\ntuple types. Linking to this package allows fixed-length\n'std::array' objects to be converted to and from equivalent R\nvectors, and 'std::tuple' objects converted to lists, via the\nas() and wrap() functions. There is also experimental support\nfor 'std::span' from 'C++20'.",
  "Encoding": "UTF-8",
  "License": "GPL-2",
  "URL": "https://github.com/jonclayden/RcppArray",
  "BugReports": "https://github.com/jonclayden/RcppArray/issues",
  "RoxygenNote": "7.2.3",
  "Repository": "https://jonclayden.r-universe.dev",
  "Date/Publication": "2026-01-09 18:52:29 UTC",
  "RemoteUrl": "https://github.com/jonclayden/rcpparray",
  "RemoteRef": "HEAD",
  "RemoteSha": "6e9984146399d1ac092a3f132e92aa4f724d377c",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-09 10:01:58 UTC",
    "User": "root"
  },
  "Author": "Jon Clayden [cre, aut] (ORCID: <https://orcid.org/0000-0002-6608-0619>),\nDirk Eddelbuettel [aut],\nAndrew Johnson [ctb] (ORCID: <https://orcid.org/0000-0001-7000-8065>)",
  "Maintainer": "Jon Clayden <code@clayden.org>",
  "_user": "jonclayden",
  "_type": "src",
  "_file": "RcppArray_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/7d8230959df3a4af8f34df9265ea9ba28d0717dc489a924312537c72f936695f",
  "_filesize": 57366,
  "_sha256": "7d8230959df3a4af8f34df9265ea9ba28d0717dc489a924312537c72f936695f",
  "_expires": "2026-10-17T10:06:49.000Z",
  "_created": "2026-07-09T10:01:58.000Z",
  "_published": "2026-07-09T10:06:51.201Z",
  "_jobs": [
    {
      "job": 86091795652,
      "time": 122,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8195300802"
    },
    {
      "job": 86091795654,
      "time": 110,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8195293161"
    },
    {
      "job": 86091795780,
      "time": 137,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8195306722"
    },
    {
      "job": 86091795615,
      "time": 154,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8195312479"
    },
    {
      "job": 86091795701,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8195288440"
    },
    {
      "job": 86091795741,
      "time": 166,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8195324457"
    },
    {
      "job": 86091795669,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8195288053"
    },
    {
      "job": 86091796007,
      "time": 168,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8195326018"
    },
    {
      "job": 86091043990,
      "time": 226,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8195244652"
    },
    {
      "job": 86091795624,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8195288232"
    },
    {
      "job": 86091795745,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8195282508"
    },
    {
      "job": 86091795726,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8195281921"
    },
    {
      "job": 86091795650,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8195285476"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081",
  "_status": "success",
  "_upstream": "https://github.com/jonclayden/rcpparray",
  "_commit": {
    "id": "6e9984146399d1ac092a3f132e92aa4f724d377c",
    "author": "Jon Clayden <code@clayden.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #7 from eddelbuettel/feature/ci_update\n\nUpdate checkout and upload-artifact actions to @v6",
    "time": 1767984749
  },
  "_maintainer": {
    "name": "Jon Clayden",
    "email": "code@clayden.org",
    "login": "jonclayden",
    "mastodon": "@jonclayden@mastodon.online",
    "orcid": "0000-0002-6608-0619",
    "twitter": "@jonclayden",
    "description": "Image processing, scientific computing and data science, mostly with R and C++",
    "uuid": 422057
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "jonclayden",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-02",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "array",
    "cpp11",
    "cpp20",
    "rcpp",
    "span",
    "cpp"
  ],
  "_stars": 6,
  "_contributors": [
    {
      "user": "jonclayden",
      "count": 61,
      "uuid": 422057
    },
    {
      "user": "eddelbuettel",
      "count": 6,
      "uuid": 673121
    }
  ],
  "_userbio": {
    "uuid": 422057,
    "type": "user",
    "name": "Jon Clayden",
    "followers": 99,
    "description": "Image processing, scientific computing and data science, mostly with R and C++"
  },
  "_downloads": {
    "count": 265,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RcppArray"
  },
  "_devurl": "https://github.com/jonclayden/rcpparray",
  "_searchresults": 5,
  "_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/RcppArray.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jonclayden/rcpparray",
  "_realowner": "jonclayden",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2023-02-01"
    },
    {
      "version": "0.3.0",
      "date": "2023-11-08"
    }
  ],
  "_exports": [],
  "_help": [],
  "_readme": "https://github.com/jonclayden/rcpparray/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "rcpparray",
  "_universes": [
    "jonclayden"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-09T10:04:17.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/78eb3f3f6b8186c53f5e89526822939f1b74cffcddad754267786282a7788fa6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-09T10:03:56.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/c65074ad22e52658fb5004013f340e6698e66d07446df814d4f3a6704ddef885",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-09T10:04:31.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/c27942342e1561e3a56685c23c3e9bb5487ff8d0d0a14d072b8d32b72848ff34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-09T10:04:39.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/5d47c9770c1a5e025708f4961cc64ed75c5011edc827d6191c55e7636833a2ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-09T10:03:43.000Z",
      "arch": "aarch64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/629c38f28f60d11e9e9f86efec4bd8e4815da7812367356b5af28317a5e5da1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-09T10:04:55.000Z",
      "arch": "x86_64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/b7855c70132c26b2e1c5f579321cf0574c143718fa74f130d96334f09faf8541",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-09T10:03:42.000Z",
      "arch": "aarch64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/3a4c9d0e952494f1c0965b813b8dc8639d8bc7b3d7407dd8451d3293bf404d49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-09T10:04:57.000Z",
      "arch": "x86_64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/d33eae3e56a2b875a61ab405cf1fdac9a08dc3d2de2f63076120e49e80f9b03f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-09T10:03:53.000Z",
      "arch": "emscripten",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/4e5ecf2c933636ce5706a1e03b0491fff1ee4ed9e9f040eb36da8a5905417991",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-09T10:03:09.000Z",
      "arch": "x86_64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/20c6f487770ced70e3f29225fea5feacfce93255bf006053c581ea18fb9f9a8a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-09T10:03:06.000Z",
      "arch": "x86_64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/fcccb88cafaaad16c784af3e89bd6fc175831f9f8f61af4dd9b44d9e5135eaf2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-09T10:03:05.000Z",
      "arch": "x86_64",
      "commit": "6e9984146399d1ac092a3f132e92aa4f724d377c",
      "fileid": "https://r2.ropensci.org/72a7c9c4da0a577c2e82fe67b5c167a2cddfabf508d674cf187e81bb4931eeca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonclayden/actions/runs/29009972081"
    }
  ]
}