{
  "_id": "6a45579c6ff6f2357552a27c",
  "Package": "memoise",
  "Title": "'Memoisation' of Functions",
  "Version": "2.0.1.9000",
  "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@posit.co\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = c(\"aut\", \"cre\"),\nemail = \"winston@posit.co\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Daniel\",\nfamily = \"Cook\",\nrole = \"aut\",\nemail = \"danielecook@gmail.com\"),\nperson(given = \"Mark\",\nfamily = \"Edmondson\",\nrole = \"ctb\",\nemail = \"r@sunholo.com\"))",
  "Description": "Cache the results of a function so that when you call it\nagain with the same arguments it returns the previously\ncomputed value.",
  "License": "MIT + file LICENSE",
  "URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise",
  "BugReports": "https://github.com/r-lib/memoise/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2023-12-05 17:01:13 UTC",
  "RemoteUrl": "https://github.com/r-lib/memoise",
  "RemoteRef": "HEAD",
  "RemoteSha": "40db995d57e1790ed2519f5a653ca0f497a53c71",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-01 18:05:06 UTC",
    "User": "root"
  },
  "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nWinston Chang [aut, cre],\nKirill Müller [aut],\nDaniel Cook [aut],\nMark Edmondson [ctb]",
  "Maintainer": "Winston Chang <winston@posit.co>",
  "_user": "r-lib",
  "_type": "src",
  "_file": "memoise_2.0.1.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/809427bf1d6bb2dde24c92aa2f6dc3d381c3772f5f320a9138f2699f964ec128",
  "_filesize": 129893,
  "_sha256": "809427bf1d6bb2dde24c92aa2f6dc3d381c3772f5f320a9138f2699f964ec128",
  "_expires": "2026-10-09T18:08:27.000Z",
  "_created": "2026-07-01T18:05:06.000Z",
  "_published": "2026-07-01T18:08:28.048Z",
  "_jobs": [
    {
      "job": 84603597567,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8018669250"
    },
    {
      "job": 84603597600,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8018666337"
    },
    {
      "job": 84603597634,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8018651953"
    },
    {
      "job": 84603597587,
      "time": 105,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8018647470"
    },
    {
      "job": 84603131036,
      "time": 147,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8018607973"
    },
    {
      "job": 84603597581,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8018646432"
    },
    {
      "job": 84603597652,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8018639190"
    },
    {
      "job": 84603597598,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8018632210"
    },
    {
      "job": 84603597608,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8018644263"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547",
  "_status": "success",
  "_upstream": "https://github.com/r-lib/memoise",
  "_commit": {
    "id": "40db995d57e1790ed2519f5a653ca0f497a53c71",
    "author": "Winston Chang <winston@posit.co>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #151 from tracykteal/patch-1\n\nUpdate DESCRIPTION for Posit",
    "time": 1701795673
  },
  "_maintainer": {
    "name": "Winston Chang",
    "email": "winston@posit.co",
    "login": "wch",
    "description": "Senior Principal Software Engineer at @posit-pbc (formerly known as @rstudio)",
    "uuid": 86978
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "rlang",
      "version": ">= 0.4.10",
      "role": "Imports"
    },
    {
      "package": "cachem",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Suggests"
    },
    {
      "package": "aws.s3",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "googleAuthR",
      "role": "Suggests"
    },
    {
      "package": "googleCloudStorageR",
      "role": "Suggests"
    },
    {
      "package": "httr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 6014,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "memoise"
  ],
  "_stars": 321,
  "_contributors": [
    {
      "user": "jimhester",
      "count": 84,
      "uuid": 205275
    },
    {
      "user": "hadley",
      "count": 21,
      "uuid": 4196
    },
    {
      "user": "wch",
      "count": 18,
      "uuid": 86978
    },
    {
      "user": "krlmlr",
      "count": 14,
      "uuid": 1741643
    },
    {
      "user": "sietse",
      "count": 9,
      "uuid": 271843
    },
    {
      "user": "egnha",
      "count": 3,
      "uuid": 12226767
    },
    {
      "user": "markedmondson1234",
      "count": 3,
      "uuid": 3155884
    },
    {
      "user": "coolbutuseless",
      "count": 2,
      "uuid": 181818
    },
    {
      "user": "karldw",
      "count": 2,
      "uuid": 12504708
    },
    {
      "user": "xhdong-umd",
      "count": 1,
      "uuid": 25039897
    },
    {
      "user": "stelsemeyer",
      "count": 1,
      "uuid": 18263836
    },
    {
      "user": "richardkunze",
      "count": 1,
      "uuid": 43673581
    },
    {
      "user": "mpadge",
      "count": 1,
      "uuid": 6697851
    },
    {
      "user": "ajdm",
      "count": 1,
      "uuid": 53568707
    },
    {
      "user": "tracykteal",
      "count": 1,
      "uuid": 889238
    },
    {
      "user": "salim-b",
      "count": 1,
      "uuid": 20040931
    },
    {
      "user": "richierocks",
      "count": 1,
      "uuid": 197589
    },
    {
      "user": "mdsumner",
      "count": 1,
      "uuid": 4107631
    },
    {
      "user": "batpigandme",
      "count": 1,
      "uuid": 831732
    },
    {
      "user": "lionel-",
      "count": 1,
      "uuid": 4465050
    },
    {
      "user": "jsta",
      "count": 1,
      "uuid": 7844578
    },
    {
      "user": "dpprdan",
      "count": 1,
      "uuid": 1423562
    },
    {
      "user": "dy-kim",
      "count": 1,
      "uuid": 8338562
    },
    {
      "user": "csgillespie",
      "count": 1,
      "uuid": 1267747
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure",
    "followers": 740
  },
  "_downloads": {
    "count": 1130654,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/memoise"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/r-lib/memoise",
  "_pkgdown": "https://memoise.r-lib.org",
  "_searchresults": 1312,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/memoise.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/memoise",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2010-09-03"
    },
    {
      "version": "0.2.1",
      "date": "2014-04-22"
    },
    {
      "version": "1.0.0",
      "date": "2016-01-28"
    },
    {
      "version": "1.1.0",
      "date": "2017-04-21"
    },
    {
      "version": "2.0.0",
      "date": "2021-01-26"
    },
    {
      "version": "2.0.1",
      "date": "2021-11-26"
    }
  ],
  "_exports": [
    "cache_filesystem",
    "cache_gcs",
    "cache_memory",
    "cache_s3",
    "drop_cache",
    "forget",
    "has_cache",
    "is.memoised",
    "is.memoized",
    "memoise",
    "memoize",
    "timeout"
  ],
  "_help": [
    {
      "page": "cache_filesystem",
      "title": "Filesystem Cache",
      "topics": [
        "cache_filesystem"
      ]
    },
    {
      "page": "cache_gcs",
      "title": "Google Cloud Storage Cache Google Cloud Storage backed cache, for remote caching.",
      "topics": [
        "cache_gcs"
      ]
    },
    {
      "page": "cache_memory",
      "title": "In Memory Cache",
      "topics": [
        "cache_memory"
      ]
    },
    {
      "page": "cache_s3",
      "title": "Amazon Web Services S3 Cache Amazon Web Services S3 backed cache, for remote caching.",
      "topics": [
        "cache_s3"
      ]
    },
    {
      "page": "drop_cache",
      "title": "Drops the cache of a memoised function for particular arguments.",
      "topics": [
        "drop_cache"
      ]
    },
    {
      "page": "forget",
      "title": "Forget past results. Resets the cache of a memoised function. Use 'drop_cache' to reset the cache only for particular arguments.",
      "topics": [
        "forget"
      ]
    },
    {
      "page": "has_cache",
      "title": "Test whether a memoised function has been cached for particular arguments.",
      "topics": [
        "has_cache"
      ]
    },
    {
      "page": "is.memoised",
      "title": "Test whether a function is a memoised copy. Memoised copies of functions carry an attribute 'memoised = TRUE', which is what 'is.memoised()' tests for.",
      "topics": [
        "is.memoised",
        "is.memoized"
      ]
    },
    {
      "page": "memoise",
      "title": "Memoise a function",
      "topics": [
        "memoise",
        "memoize"
      ]
    },
    {
      "page": "timeout",
      "title": "Return a new number after a given number of seconds",
      "topics": [
        "timeout"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/memoise/raw/HEAD/README.md",
  "_rundeps": [
    "cachem",
    "fastmap",
    "rlang"
  ],
  "_score": 15.994751109792714,
  "_indexed": true,
  "_nocasepkg": "memoise",
  "_universes": [
    "r-lib",
    "wch"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:07:53.000Z",
      "distro": "resolute",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/1557c052790088013c116140635a2748d0dcc1f0792103628eca545a249f6889",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:07:43.000Z",
      "distro": "resolute",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/6e9a8285292442384d3c535832d37d4ea01ece9fc918ae041f614157af4d3ed4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:07:00.000Z",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/52b303e174bddc752f7f72b027d147ae11e6836a66874b51b2b0af847e1f34db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:06:49.000Z",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/f29fc3394f9cc10261271da119806062c18cc729b226b9fe9ce454106fbccaf8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:07:02.000Z",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/1cef180676de5b42f2516c723ee8cf81eb8f7f5a8f67ed3aeb42228b5ed92125",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:06:28.000Z",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/5687c3ba4b1029e4bd171aac26f67b4a3bcd000c6848b34f6d51e666f20ac349",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:06:07.000Z",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/7b6fa5d9871907a01b01a661efea6350f968971088422783a6bfb722aceb7a6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.0.1.9000",
      "date": "2026-07-01T18:06:26.000Z",
      "commit": "40db995d57e1790ed2519f5a653ca0f497a53c71",
      "fileid": "https://r2.ropensci.org/fe435ac80b29994c2b5c4617c79885b8774c9d2850d29189e04f0d8c59ad7d88",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28537650547"
    }
  ]
}