{
  "_id": "6a102730acfb0bcc41c8feb6",
  "Package": "digest",
  "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\",\ncomment = c(ORCID = \"0000-0001-6419-907X\")),\nperson(\"Antoine\", \"Lucas\", role=\"ctb\", comment = c(ORCID = \"0000-0002-8059-9767\")),\nperson(\"Jarek\", \"Tuszynski\", role=\"ctb\"),\nperson(\"Henrik\", \"Bengtsson\", role=\"ctb\", comment = c(ORCID = \"0000-0002-7579-5165\")),\nperson(\"Simon\", \"Urbanek\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2297-1732\")),\nperson(\"Mario\", \"Frasca\", role=\"ctb\"),\nperson(\"Bryan\", \"Lewis\", role=\"ctb\"),\nperson(\"Murray\", \"Stokely\", role=\"ctb\"),\nperson(\"Hannes\", \"Muehleisen\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8552-0029\")),\nperson(\"Duncan\", \"Murdoch\", role=\"ctb\"),\nperson(\"Jim\", \"Hester\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Wush\", \"Wu\", role=\"ctb\", comment = c(ORCID = \"0000-0001-5180-0567\")),\nperson(\"Qiang\", \"Kou\", role=\"ctb\", comment = c(ORCID = \"0000-0001-6786-5453\")),\nperson(\"Thierry\", \"Onkelinx\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8804-4216\")),\nperson(\"Michel\", \"Lang\", role=\"ctb\", comment = c(ORCID = \"0000-0001-9754-0393\")),\nperson(\"Viliam\", \"Simko\", role=\"ctb\"),\nperson(\"Kurt\", \"Hornik\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4198-9911\")),\nperson(\"Radford\", \"Neal\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2473-3407\")),\nperson(\"Kendon\", \"Bell\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9093-8312\")),\nperson(\"Matthew\", \"de Queljoe\", role=\"ctb\"),\nperson(\"Dmitry\", \"Selivanov\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0492-6647\")),\nperson(\"Ion\", \"Suruceanu\", role=\"ctb\", comment = c(ORCID = \"0009-0005-6446-4909\")),\nperson(\"Bill\", \"Denney\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5759-428X\")),\nperson(\"Dirk\", \"Schumacher\", role=\"ctb\"),\nperson(\"András\", \"Svraka\", role=\"ctb\", comment = c(ORCID = \"0009-0008-8480-1329\")),\nperson(\"Sergey\", \"Fedorov\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5970-7233\")),\nperson(\"Will\", \"Landau\", role=\"ctb\", comment = c(ORCID = \"0000-0003-1878-3253\")),\nperson(\"Floris\", \"Vanderhaeghe\", role=\"ctb\", comment = c(ORCID = \"0000-0002-6378-6229\")),\nperson(\"Kevin\", \"Tappe\", role=\"ctb\"),\nperson(\"Harris\", \"McGehee\", role=\"ctb\"),\nperson(\"Tim\", \"Mastny\", role=\"ctb\"),\nperson(\"Aaron\", \"Peikert\", role=\"ctb\", comment = c(ORCID = \"0000-0001-7813-818X\")),\nperson(\"Mark\", \"van der Loo\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9807-4686\")),\nperson(\"Chris\", \"Muir\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2555-3878\")),\nperson(\"Moritz\", \"Beller\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4852-0526\")),\nperson(\"Sebastian\", \"Campbell\", role=\"ctb\", comment = c(ORCID = \"0009-0000-5948-4503\")),\nperson(\"Winston\", \"Chang\", role=\"ctb\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Dean\", \"Attali\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5645-3493\")),\nperson(\"Michael\", \"Chirico\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0787-087X\")),\nperson(\"Kevin\", \"Ushey\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2880-7407\")),\nperson(\"Carl\", \"Pearson\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0701-7860\")))",
  "Version": "0.6.39",
  "Date": "2025-11-19",
  "Title": "Create Compact Hash Digests of R Objects",
  "Description": "Implementation of a function 'digest()' for the creation\nof hash digests of arbitrary R objects (using the 'md5',\n'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash',\n'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128'\nalgorithms) permitting easy comparison of R language objects,\nas well as functions such as 'hmac()' to create hash-based\nmessage authentication code. Please note that this package is\nnot meant to be deployed for cryptographic purposes for which\nmore comprehensive (and widely tested) libraries such as\n'OpenSSL' should be used.",
  "URL": "https://github.com/eddelbuettel/digest,\nhttps://eddelbuettel.github.io/digest/,\nhttps://dirk.eddelbuettel.com/code/digest.html",
  "BugReports": "https://github.com/eddelbuettel/digest/issues",
  "License": "GPL (>= 2)",
  "VignetteBuilder": "simplermarkdown",
  "Encoding": "UTF-8",
  "Repository": "https://eddelbuettel.r-universe.dev",
  "Date/Publication": "2025-12-05 13:33:38 UTC",
  "RemoteUrl": "https://github.com/eddelbuettel/digest",
  "RemoteRef": "HEAD",
  "RemoteSha": "e80768913be4887e67aa4dca539aef9056ae43c0",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-13 08:38:58 UTC",
    "User": "root"
  },
  "Author": "Dirk Eddelbuettel [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6419-907X>),\nAntoine Lucas [ctb] (ORCID: <https://orcid.org/0000-0002-8059-9767>),\nJarek Tuszynski [ctb],\nHenrik Bengtsson [ctb] (ORCID: <https://orcid.org/0000-0002-7579-5165>),\nSimon Urbanek [ctb] (ORCID: <https://orcid.org/0000-0003-2297-1732>),\nMario Frasca [ctb],\nBryan Lewis [ctb],\nMurray Stokely [ctb],\nHannes Muehleisen [ctb] (ORCID:\n<https://orcid.org/0000-0001-8552-0029>),\nDuncan Murdoch [ctb],\nJim Hester [ctb] (ORCID: <https://orcid.org/0000-0002-2739-7082>),\nWush Wu [ctb] (ORCID: <https://orcid.org/0000-0001-5180-0567>),\nQiang Kou [ctb] (ORCID: <https://orcid.org/0000-0001-6786-5453>),\nThierry Onkelinx [ctb] (ORCID: <https://orcid.org/0000-0001-8804-4216>),\nMichel Lang [ctb] (ORCID: <https://orcid.org/0000-0001-9754-0393>),\nViliam Simko [ctb],\nKurt Hornik [ctb] (ORCID: <https://orcid.org/0000-0003-4198-9911>),\nRadford Neal [ctb] (ORCID: <https://orcid.org/0000-0002-2473-3407>),\nKendon Bell [ctb] (ORCID: <https://orcid.org/0000-0002-9093-8312>),\nMatthew de Queljoe [ctb],\nDmitry Selivanov [ctb] (ORCID: <https://orcid.org/0000-0003-0492-6647>),\nIon Suruceanu [ctb] (ORCID: <https://orcid.org/0009-0005-6446-4909>),\nBill Denney [ctb] (ORCID: <https://orcid.org/0000-0002-5759-428X>),\nDirk Schumacher [ctb],\nAndrás Svraka [ctb] (ORCID: <https://orcid.org/0009-0008-8480-1329>),\nSergey Fedorov [ctb] (ORCID: <https://orcid.org/0000-0002-5970-7233>),\nWill Landau [ctb] (ORCID: <https://orcid.org/0000-0003-1878-3253>),\nFloris Vanderhaeghe [ctb] (ORCID:\n<https://orcid.org/0000-0002-6378-6229>),\nKevin Tappe [ctb],\nHarris McGehee [ctb],\nTim Mastny [ctb],\nAaron Peikert [ctb] (ORCID: <https://orcid.org/0000-0001-7813-818X>),\nMark van der Loo [ctb] (ORCID: <https://orcid.org/0000-0002-9807-4686>),\nChris Muir [ctb] (ORCID: <https://orcid.org/0000-0003-2555-3878>),\nMoritz Beller [ctb] (ORCID: <https://orcid.org/0000-0003-4852-0526>),\nSebastian Campbell [ctb] (ORCID:\n<https://orcid.org/0009-0000-5948-4503>),\nWinston Chang [ctb] (ORCID: <https://orcid.org/0000-0002-1576-2126>),\nDean Attali [ctb] (ORCID: <https://orcid.org/0000-0002-5645-3493>),\nMichael Chirico [ctb] (ORCID: <https://orcid.org/0000-0003-0787-087X>),\nKevin Ushey [ctb] (ORCID: <https://orcid.org/0000-0003-2880-7407>),\nCarl Pearson [ctb] (ORCID: <https://orcid.org/0000-0003-0701-7860>)",
  "Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
  "MD5sum": "ebb70f19f44ae8d899389430a8f87a83",
  "_user": "eddelbuettel",
  "_type": "src",
  "_file": "digest_0.6.39.tar.gz",
  "_fileid": "ca2fab98df3653745981912e3cdaa723be886b97717be43c77fd4dcaf0775442",
  "_filesize": 387376,
  "_sha256": "ca2fab98df3653745981912e3cdaa723be886b97717be43c77fd4dcaf0775442",
  "_created": "2026-05-13T08:38:58.000Z",
  "_published": "2026-05-22T09:51:44.862Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77356301040,
      "time": 99,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6965415801"
    },
    {
      "job": 77356301006,
      "time": 106,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6965420114"
    },
    {
      "job": 77356301308,
      "time": 116,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965421367"
    },
    {
      "job": 77356301252,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965416123"
    },
    {
      "job": 77356301223,
      "time": 111,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6965419146"
    },
    {
      "job": 77356301098,
      "time": 185,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6965443885"
    },
    {
      "job": 77356301328,
      "time": 110,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965419345"
    },
    {
      "job": 77356300945,
      "time": 254,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965466491"
    },
    {
      "job": 77356300555,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965379948"
    },
    {
      "job": 77356300532,
      "time": 89,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157687664"
    },
    {
      "job": 77356301024,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6965416429"
    },
    {
      "job": 77356301010,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6965410345"
    },
    {
      "job": 77356301194,
      "time": 118,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965422234"
    }
  ],
  "_buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/eddelbuettel/digest",
  "_commit": {
    "id": "e80768913be4887e67aa4dca539aef9056ae43c0",
    "author": "Dirk Eddelbuettel <edd@debian.org>",
    "committer": "Dirk Eddelbuettel <edd@debian.org>",
    "message": "Switch ci.yaml to actions/checkout@v6\n",
    "time": 1764941618
  },
  "_maintainer": {
    "name": "Dirk Eddelbuettel",
    "email": "edd@debian.org",
    "login": "eddelbuettel",
    "mastodon": "@eddelbuettel@mastodon.social",
    "bluesky": "@eddelbuettel.com",
    "linkedin": "in/dirkeddelbuettel",
    "orcid": "0000-0001-6419-907X",
    "twitter": "@eddelbuettel",
    "uuid": 673121
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "simplermarkdown",
      "role": "Suggests"
    },
    {
      "package": "rbenchmark",
      "role": "Suggests"
    }
  ],
  "_owner": "eddelbuettel",
  "_selfowned": true,
  "_usedby": 7515,
  "_updates": [
    {
      "week": "2025-23",
      "n": 3
    },
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-35",
      "n": 2
    },
    {
      "week": "2025-40",
      "n": 1
    },
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2025-45",
      "n": 3
    },
    {
      "week": "2025-46",
      "n": 5
    },
    {
      "week": "2025-47",
      "n": 2
    },
    {
      "week": "2025-49",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "hash-digest"
  ],
  "_stars": 121,
  "_contributors": [
    {
      "user": "eddelbuettel",
      "count": 441,
      "uuid": 673121
    },
    {
      "user": "thierryo",
      "count": 89,
      "uuid": 446636
    },
    {
      "user": "jimhester",
      "count": 14,
      "uuid": 205275
    },
    {
      "user": "billdenney",
      "count": 11,
      "uuid": 10359931
    },
    {
      "user": "vsimko",
      "count": 9,
      "uuid": 7080773
    },
    {
      "user": "mdequeljoe",
      "count": 8,
      "uuid": 33371828
    },
    {
      "user": "dirkschumacher",
      "count": 6,
      "uuid": 1569647
    },
    {
      "user": "pearsonca",
      "count": 5,
      "uuid": 1828039
    },
    {
      "user": "wch",
      "count": 5,
      "uuid": 86978
    },
    {
      "user": "wush978",
      "count": 5,
      "uuid": 1252618
    },
    {
      "user": "daattali",
      "count": 5,
      "uuid": 952340
    },
    {
      "user": "henrikbengtsson",
      "count": 5,
      "uuid": 1616850
    },
    {
      "user": "dselivanov",
      "count": 4,
      "uuid": 5123805
    },
    {
      "user": "hannes",
      "count": 3,
      "uuid": 227792
    },
    {
      "user": "kendonb",
      "count": 3,
      "uuid": 5327505
    },
    {
      "user": "barracuda156",
      "count": 3,
      "uuid": 92015510
    },
    {
      "user": "dmurdoch",
      "count": 3,
      "uuid": 1935680
    },
    {
      "user": "svraka",
      "count": 3,
      "uuid": 2940845
    },
    {
      "user": "mllg",
      "count": 3,
      "uuid": 1260920
    },
    {
      "user": "florisvdh",
      "count": 2,
      "uuid": 19164640
    },
    {
      "user": "wlandau",
      "count": 2,
      "uuid": 1580860
    },
    {
      "user": "aaronpeikert",
      "count": 1,
      "uuid": 29424409
    },
    {
      "user": "tmastny",
      "count": 1,
      "uuid": 20732748
    },
    {
      "user": "sebastian-c",
      "count": 1,
      "uuid": 1818581
    },
    {
      "user": "radfordneal",
      "count": 1,
      "uuid": 1388612
    },
    {
      "user": "inventitech",
      "count": 1,
      "uuid": 334256
    },
    {
      "user": "michaelchirico",
      "count": 1,
      "uuid": 7606389
    },
    {
      "user": "markvanderloo",
      "count": 1,
      "uuid": 1927426
    },
    {
      "user": "kevinushey",
      "count": 1,
      "uuid": 1976582
    },
    {
      "user": "tappek",
      "count": 1,
      "uuid": 77916431
    },
    {
      "user": "harrismcgehee",
      "count": 1,
      "uuid": 9814456
    },
    {
      "user": "chrismuir",
      "count": 1,
      "uuid": 13386824
    },
    {
      "user": "bwlewis",
      "count": 1,
      "uuid": 142494
    },
    {
      "user": "aadler",
      "count": 1,
      "uuid": 5596401
    }
  ],
  "_userbio": {
    "uuid": 673121,
    "type": "user",
    "name": "Dirk Eddelbuettel"
  },
  "_downloads": {
    "count": 1192220,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/digest"
  },
  "_mentions": 10,
  "_devurl": "https://github.com/eddelbuettel/digest",
  "_pkgdown": "https://eddelbuettel.github.io/digest/",
  "_searchresults": 12704,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/digest.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/eddelbuettel/digest",
  "_realowner": "eddelbuettel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2003-11-29"
    },
    {
      "version": "0.1.1",
      "date": "2003-12-23"
    },
    {
      "version": "0.1.2",
      "date": "2004-05-27"
    },
    {
      "version": "0.2.0",
      "date": "2005-04-07"
    },
    {
      "version": "0.2.1",
      "date": "2005-11-04"
    },
    {
      "version": "0.2.2",
      "date": "2006-08-03"
    },
    {
      "version": "0.2.3",
      "date": "2007-01-01"
    },
    {
      "version": "0.3.0",
      "date": "2007-04-26"
    },
    {
      "version": "0.3.1",
      "date": "2007-09-28"
    },
    {
      "version": "0.4.0",
      "date": "2009-09-24"
    },
    {
      "version": "0.4.1",
      "date": "2009-09-24"
    },
    {
      "version": "0.4.2",
      "date": "2009-12-06"
    },
    {
      "version": "0.5.0",
      "date": "2011-05-30"
    },
    {
      "version": "0.5.1",
      "date": "2011-09-21"
    },
    {
      "version": "0.5.2",
      "date": "2012-03-15"
    },
    {
      "version": "0.6.0",
      "date": "2012-11-25"
    },
    {
      "version": "0.6.1",
      "date": "2013-01-21"
    },
    {
      "version": "0.6.2",
      "date": "2013-01-25"
    },
    {
      "version": "0.6.3",
      "date": "2013-02-16"
    },
    {
      "version": "0.6.4",
      "date": "2013-12-03"
    },
    {
      "version": "0.6.5",
      "date": "2014-12-09"
    },
    {
      "version": "0.6.6",
      "date": "2014-12-10"
    },
    {
      "version": "0.6.7",
      "date": "2014-12-20"
    },
    {
      "version": "0.6.8",
      "date": "2014-12-31"
    },
    {
      "version": "0.6.9",
      "date": "2016-01-08"
    },
    {
      "version": "0.6.10",
      "date": "2016-08-02"
    },
    {
      "version": "0.6.11",
      "date": "2017-01-03"
    },
    {
      "version": "0.6.12",
      "date": "2017-01-27"
    },
    {
      "version": "0.6.13",
      "date": "2017-12-14"
    },
    {
      "version": "0.6.14",
      "date": "2018-01-14"
    },
    {
      "version": "0.6.15",
      "date": "2018-01-28"
    },
    {
      "version": "0.6.16",
      "date": "2018-08-22"
    },
    {
      "version": "0.6.17",
      "date": "2018-09-12"
    },
    {
      "version": "0.6.18",
      "date": "2018-10-10"
    },
    {
      "version": "0.6.19",
      "date": "2019-05-20"
    },
    {
      "version": "0.6.20",
      "date": "2019-07-04"
    },
    {
      "version": "0.6.21",
      "date": "2019-09-21"
    },
    {
      "version": "0.6.22",
      "date": "2019-10-21"
    },
    {
      "version": "0.6.23",
      "date": "2019-11-23"
    },
    {
      "version": "0.6.24",
      "date": "2020-02-12"
    },
    {
      "version": "0.6.25",
      "date": "2020-02-23"
    },
    {
      "version": "0.6.26",
      "date": "2020-10-17"
    },
    {
      "version": "0.6.27",
      "date": "2020-10-24"
    },
    {
      "version": "0.6.28",
      "date": "2021-09-23"
    },
    {
      "version": "0.6.29",
      "date": "2021-12-01"
    },
    {
      "version": "0.6.30",
      "date": "2022-10-18"
    },
    {
      "version": "0.6.31",
      "date": "2022-12-11"
    },
    {
      "version": "0.6.32",
      "date": "2023-06-26"
    },
    {
      "version": "0.6.33",
      "date": "2023-07-07"
    },
    {
      "version": "0.6.34",
      "date": "2024-01-11"
    },
    {
      "version": "0.6.35",
      "date": "2024-03-11"
    },
    {
      "version": "0.6.36",
      "date": "2024-06-23"
    },
    {
      "version": "0.6.37",
      "date": "2024-08-19"
    },
    {
      "version": "0.6.38",
      "date": "2025-11-12"
    },
    {
      "version": "0.6.39",
      "date": "2025-11-19"
    }
  ],
  "_exports": [
    "AES",
    "digest",
    "digest2int",
    "getVDigest",
    "hmac",
    "makeRaw",
    "sha1",
    "sha1_attr_digest",
    "sha1_digest"
  ],
  "_help": [
    {
      "page": "AES",
      "title": "Create AES block cipher object",
      "topics": [
        "AES"
      ]
    },
    {
      "page": "digest",
      "title": "Create hash function digests for arbitrary R objects or files",
      "topics": [
        "digest"
      ]
    },
    {
      "page": "digest2int",
      "title": "hash arbitrary string to integer",
      "topics": [
        "digest2int"
      ]
    },
    {
      "page": "vdigest",
      "title": "Set a vectorised function for creating hash function digests",
      "topics": [
        "getVDigest"
      ]
    },
    {
      "page": "hmac",
      "title": "compute a hash-based message authentication code",
      "topics": [
        "hmac"
      ]
    },
    {
      "page": "makeRaw",
      "title": "Create a raw object",
      "topics": [
        "makeRaw",
        "makeRaw.character",
        "makeRaw.default",
        "makeRaw.digest",
        "makeRaw.raw"
      ]
    },
    {
      "page": "sha1",
      "title": "Calculate a SHA1 hash of an object",
      "topics": [
        "sha1",
        "sha1.(",
        "sha1.<-",
        "sha1.anova",
        "sha1.array",
        "sha1.call",
        "sha1.character",
        "sha1.complex",
        "sha1.data.frame",
        "sha1.Date",
        "sha1.environment",
        "sha1.factor",
        "sha1.formula",
        "sha1.function",
        "sha1.integer",
        "sha1.list",
        "sha1.logical",
        "sha1.matrix",
        "sha1.name",
        "sha1.NULL",
        "sha1.numeric",
        "sha1.pairlist",
        "sha1.POSIXct",
        "sha1.POSIXlt",
        "sha1.raw",
        "sha1_attr_digest",
        "sha1_digest"
      ]
    }
  ],
  "_readme": "https://github.com/eddelbuettel/digest/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "sha1.md",
      "filename": "sha1.html",
      "title": "sha1() versus digest()",
      "engine": "simplermarkdown::mdweave_to_html",
      "headings": [
        "title: \"Calculating SHA1 hashes with digest() and sha1()\"author: \"Thierry Onkelinx and Dirk Eddelbuettel\"date: \"Written Jan 2016, updated Jan 2018 and Oct 2020\"css: \"water.css\"",
        "Short intro on hashes",
        "Difference between digest() and sha1()",
        "Choosing digest() or sha1()",
        "Creating a sha1 method for other classes",
        "How to",
        "summary.lm",
        "lm",
        "Using hashes to track changes in analysis"
      ],
      "created": "2021-11-20 18:55:09",
      "modified": "2025-01-01 14:21:11",
      "commits": 2
    }
  ],
  "_score": 19.787858951725394,
  "_indexed": true,
  "_nocasepkg": "digest",
  "_universes": [
    "eddelbuettel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:50.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "b15038cb7c84c726231ea5ace7e9d71abb35d4bce3ef81cc0a686ce0133711f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "6f0af0e2b934ccf60cc05f3e65d9b7dbccfa9b3cab612214e3670bf3e493dc20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-05-13T08:41:05.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "a28c2e793929b4ec14747bcbf21a3a1378d0e0e9cad6697ce04ba89876c87709",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:49.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "fe9b7f82db2f9c33bde846f4cf082f46022ec959a714ff0ccc49bcea72975d5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:54.000Z",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "7158e82eb4ada5913452316c717a7bb3b3bb544ecd4feb84f7a4936707bd56ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-05-13T08:41:56.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "262b8f60f2281cc8465c27f6f8a9d0e749543a5926c95dbde6669d4a74cdc3ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:53.000Z",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "f3929f158848cc8066ca3072af13db8c2617d5cb4f7c1fefed1648636b65184d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-05-13T08:42:45.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "d9535d6e58cc3453e456b1ed5188765188721f135fd50068f48463c5387ce0d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:23.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "5130b7df9ca62f2e641ffc5d384a94f4315381492ca85f8213ac170d17a1e9a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:10.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "2290c849b260fc1fe13259274e612398f06b609390a0ce58b1d54ba2e60822c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.39",
      "date": "2026-05-13T08:40:25.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "d73afb3de07daab4278eb7c55cbdf2f95ca4c61caf7bb83c2ce736eb0ae1399f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.39",
      "date": "2026-05-22T09:51:19.000Z",
      "arch": "emscripten",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "ce1435aa8a639cce465aea0ef04677294ae8811c7273d5975afd4df38334a5d8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25787979166"
    }
  ]
}