{
  "_id": "6a25323d4b233be19839633d",
  "Package": "Rcereal",
  "Title": "\"Cereal Headers for R and C++ Serialization\"",
  "Version": "1.3.2",
  "Authors@R": "c(person(\"Wush\", \"Wu\", email=\"wush978@gmail.com\", role=c(\"aut\", \"cre\"),\ncomment=c(ORCID=\"0000-0001-5180-0567\")),\nperson(\"Randolph\", \"Voorhies\", role=c(\"ctb\")),\nperson(\"Shane\", \"Grant\", role=c(\"ctb\")),\nperson(\"Stephen\", \"Wade\", role=c(\"ctb\"),\ncomment=c(ORCID=\"0000-0002-2573-9683\")))",
  "Description": "To facilitate using 'cereal' with R via 'cpp11' or 'Rcpp'.\n'cereal' is a header-only C++11 serialization library. 'cereal'\ntakes arbitrary data types and reversibly turns them into\ndifferent representations, such as compact binary encodings,\n'XML', or 'JSON'. 'cereal' was designed to be fast,\nlight-weight, and easy to extend - it has no external\ndependencies and can be easily bundled with other code or used\nstandalone. Please see <https://uscilab.github.io/cereal/> for\nmore information.",
  "License": "BSD_2_clause + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/wush978/Rcereal/",
  "BugReports": "https://github.com/wush978/Rcereal/issues",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.1",
  "Repository": "https://wush978.r-universe.dev",
  "Date/Publication": "2024-09-20 05:01:02 UTC",
  "RemoteUrl": "https://github.com/wush978/rcereal",
  "RemoteRef": "HEAD",
  "RemoteSha": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 08:53:39 UTC",
    "User": "root"
  },
  "Author": "Wush Wu [aut, cre] (ORCID: <https://orcid.org/0000-0001-5180-0567>),\nRandolph Voorhies [ctb],\nShane Grant [ctb],\nStephen Wade [ctb] (ORCID: <https://orcid.org/0000-0002-2573-9683>)",
  "Maintainer": "Wush Wu <wush978@gmail.com>",
  "MD5sum": "94270d5953d1fbcc0ca16c161736b209",
  "_user": "wush978",
  "_type": "src",
  "_file": "Rcereal_1.3.2.tar.gz",
  "_fileid": "53dec81cbe550647c80427ae7463423abd93f688e27af84bf00f3fc5ba5eb6b1",
  "_filesize": 339683,
  "_sha256": "53dec81cbe550647c80427ae7463423abd93f688e27af84bf00f3fc5ba5eb6b1",
  "_created": "2026-06-07T08:53:39.000Z",
  "_published": "2026-06-07T08:56:29.968Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79945854269,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7462558983"
    },
    {
      "job": 79945854261,
      "time": 127,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462559950"
    },
    {
      "job": 79945854292,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7462558471"
    },
    {
      "job": 79945854296,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462558681"
    },
    {
      "job": 79945642894,
      "time": 212,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462544079"
    },
    {
      "job": 79945854262,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462555893"
    },
    {
      "job": 79945854279,
      "time": 109,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7462557824"
    },
    {
      "job": 79945854266,
      "time": 110,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7462557955"
    },
    {
      "job": 79945854277,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462555264"
    }
  ],
  "_buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/wush978/rcereal",
  "_commit": {
    "id": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
    "author": "Wush Wu <wush978@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #28 from wush978/exclude-non-necessary-files\n\nExclude non necessary files",
    "time": 1726808462
  },
  "_maintainer": {
    "name": "Wush Wu",
    "email": "wush978@gmail.com",
    "login": "wush978",
    "description": "",
    "uuid": 1252618,
    "orcid": "0000-0001-5180-0567"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.2",
      "role": "Depends"
    },
    {
      "package": "cpp11",
      "version": ">= 0.4.7",
      "role": "Suggests"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.10.3",
      "role": "Suggests"
    },
    {
      "package": "decor",
      "role": "Suggests"
    },
    {
      "package": "git2r",
      "role": "Suggests"
    },
    {
      "package": "httr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tools",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "wush978",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "wush978",
      "count": 84,
      "uuid": 1252618
    },
    {
      "user": "stephematician",
      "count": 16,
      "uuid": 12695305
    },
    {
      "user": "hadley",
      "count": 2,
      "uuid": 4196
    },
    {
      "user": "garrettmooney",
      "count": 1,
      "uuid": 4910020
    }
  ],
  "_userbio": {
    "uuid": 1252618,
    "type": "user",
    "name": "Wush Wu"
  },
  "_downloads": {
    "count": 6537,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Rcereal"
  },
  "_devurl": "https://github.com/wush978/rcereal",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/Rcereal.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wush978/rcereal",
  "_realowner": "wush978",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.2",
      "date": "2015-11-02"
    },
    {
      "version": "1.2.1",
      "date": "2017-01-26"
    },
    {
      "version": "1.2.1.1",
      "date": "2020-10-14"
    },
    {
      "version": "1.3.2",
      "date": "2024-09-20"
    }
  ],
  "_exports": [
    "last_version",
    "list_version",
    "update_version"
  ],
  "_help": [
    {
      "page": "last_version",
      "title": "Return the latest version of cereal on the GitHub.",
      "topics": [
        "last_version"
      ]
    },
    {
      "page": "list_version",
      "title": "List version(s) of cereal on GitHub.",
      "topics": [
        "list_version"
      ]
    },
    {
      "page": "update_version",
      "title": "Update installed cereal headers",
      "topics": [
        "update_version"
      ]
    }
  ],
  "_readme": "https://github.com/wush978/rcereal/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Rcereal: cereal headers for R and C++ serialization",
      "author": "Wush Wu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Usage",
        "Using cpp11",
        "Using Rcpp",
        "Troubleshooting"
      ],
      "created": "2024-09-16 23:44:41",
      "modified": "2024-09-18 15:19:48",
      "commits": 2
    }
  ],
  "_score": 7.112043675227449,
  "_indexed": true,
  "_nocasepkg": "rcereal",
  "_universes": [
    "wush978"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.2",
      "date": "2026-06-07T08:55:41.000Z",
      "distro": "noble",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "4187711eeb97fc6485aa43ef8b1844db00d020fcac73f3b22cea62a375451dd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.2",
      "date": "2026-06-07T08:55:45.000Z",
      "distro": "noble",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "d8f8a024e5b7efac0e0213a5ca3b684278966a439a47add7040d1c8fef7f496e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.2",
      "date": "2026-06-07T08:55:41.000Z",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "8c62c6f2f4fcc1173600fd23da736160051d59b0b213890bacb0fe2c57100e40",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.2",
      "date": "2026-06-07T08:55:37.000Z",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "8b884e290acee1a54cd0b0f4392177a1640026fcdf52335617646c1f8c4452a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.2",
      "date": "2026-06-07T08:55:31.000Z",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "c9b18484b2b7f08f579ddcc9ac1ccbf81a10d17c44ac450a483a7fec12433a17",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.2",
      "date": "2026-06-07T08:55:16.000Z",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "1eeeb69302f0e2d7e4eda25886219b5317b03d4b4f573571afa6893b28b1f737",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.2",
      "date": "2026-06-07T08:55:05.000Z",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "55be72424816df8cc833433b5632ba2c217fb77c170e366c86193b3911f1c11c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.2",
      "date": "2026-06-07T08:54:56.000Z",
      "commit": "cc962f80ec04d9503ce6938cc68fd70cccd7ffdd",
      "fileid": "117a4aad68e0d3269565ab303346a8949ddbe4b13accc5c4c28160ee9263a803",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wush978/actions/runs/27087831596"
    }
  ]
}