{
  "_id": "6a495bb6f6c47c441949ea2e",
  "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://thierryo.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-06-24 03:34:46 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>",
  "_user": "thierryo",
  "_type": "src",
  "_file": "digest_0.6.39.tar.gz",
  "_fileid": "https://r2.ropensci.org/2c1fe665301512ae8cb88d90fa43829119a52e6ff9cca5e07a182cb2ff74644e",
  "_filesize": 387445,
  "_sha256": "2c1fe665301512ae8cb88d90fa43829119a52e6ff9cca5e07a182cb2ff74644e",
  "_expires": "2026-10-12T19:14:59.000Z",
  "_created": "2026-06-24T03:34:46.000Z",
  "_published": "2026-07-04T19:15:01.590Z",
  "_jobs": [
    {
      "job": 85159628181,
      "time": 118,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7839506554"
    },
    {
      "job": 85159628124,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7839506141"
    },
    {
      "job": 85159628303,
      "time": 134,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839509711"
    },
    {
      "job": 85159628254,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839506129"
    },
    {
      "job": 85159628138,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7839497814"
    },
    {
      "job": 85159628280,
      "time": 171,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7839516686"
    },
    {
      "job": 85159628134,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839504155"
    },
    {
      "job": 85159628261,
      "time": 257,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839533030"
    },
    {
      "job": 85159628133,
      "time": 150,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839481578"
    },
    {
      "job": 85159628258,
      "time": 88,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839499710"
    },
    {
      "job": 85159628076,
      "time": 113,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7839505251"
    },
    {
      "job": 85159628342,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7839496297"
    },
    {
      "job": 85159628288,
      "time": 174,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839517311"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300",
  "_status": "success",
  "_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",
    "description": "",
    "uuid": 673121
  },
  "_distro": "resolute",
  "_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": false,
  "_usedby": 7676,
  "_updates": [
    {
      "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": 446636,
    "type": "user",
    "name": "Thierry Onkelinx",
    "followers": 67
  },
  "_downloads": {
    "count": 1272125,
    "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": 14496,
  "_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.831393490163595,
  "_indexed": false,
  "_nocasepkg": "digest",
  "_universes": [
    "thierryo"
  ],
  "_indexurl": "https://eddelbuettel.r-universe.dev/digest",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:53.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/a89f46b0d029a324447a2a3b6dd4f6acf7c1680dfd3b07b46dec71debdb03d82",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:47.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/13003a1cb28770c1f1c322ff284af69f1987f845d20aba9519571274d518184c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-06-24T03:37:08.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/f94138937fcc1f1b08eb3ad115f5b513e5264b80be0674702d28f5daef74a678",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:47.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/23b179ac2595e34e5bf8f431ae74f2f0742a06a231a268dd6f60f81dfab93c43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:10.000Z",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/7748a4adf0cbf626d51a80c1c6e1016247a672294ccae6086ca6f491f7800ec3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-06-24T03:37:22.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/844bd982cae5e74808cb9a422f7e21fd8885b40ec0a4f97b86bd737f88080c3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:31.000Z",
      "arch": "aarch64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/4c66e3297ef8f77972cc5cd970adb54a8abe7a3a5a91bd6c8696cc453573beae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.39",
      "date": "2026-06-24T03:38:26.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/67fbdd0b959c5ac945f1840bdf62d88b0834dc25e3cdffb58743682fb3af4aa5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:28.000Z",
      "arch": "emscripten",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/34ecc997ab3cca7cad56c372bf888513e463ea888ca5d899e46f5f716c8c2156",
      "status": "success",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:08.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/c73b2df92a69f630989e070d5e8631c7532751a5c418e193690a7006476427a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.39",
      "date": "2026-06-24T03:35:47.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/ebf2d89b49b12d15240779f6417376f7f8345b2bdbd48d244b4eee078d46eace",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.39",
      "date": "2026-06-24T03:36:52.000Z",
      "arch": "x86_64",
      "commit": "e80768913be4887e67aa4dca539aef9056ae43c0",
      "fileid": "https://r2.ropensci.org/c261f11c4aa2696da71ff070950f43c23be70ab0ad63cc3d7cd188d4945c7c25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thierryo/actions/runs/28073211300"
    }
  ]
}