{
  "_id": "6a478d496527f6f71fa0e531",
  "Package": "filecacher",
  "Type": "Package",
  "Title": "File Cacher",
  "Version": "0.2.9",
  "Authors@R": "person(\"Or\", \"Gadish\", email = \"orgadish@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "The main functions in this package are with_cache() and\ncached_read(). The former is a simple way to cache an R object\ninto a file on disk, using 'cachem'. The latter is a wrapper\naround any standard read function, but caches both the output\nand the file list info. If the input file list info hasn't\nchanged, the cache is used; otherwise, the original files are\nre-read. This can save time if the original operation requires\nreading from many files, and/or involves lots of processing.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://github.com/orgadish/filecacher",
  "BugReports": "https://github.com/orgadish/filecacher/issues",
  "Repository": "https://orgadish.r-universe.dev",
  "Date/Publication": "2025-02-07 07:05:21 UTC",
  "RemoteUrl": "https://github.com/orgadish/filecacher",
  "RemoteRef": "HEAD",
  "RemoteSha": "13c07c40593f0763883da4ae02fe118e879986c4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-02 06:29:30 UTC",
    "User": "root"
  },
  "Author": "Or Gadish [aut, cre, cph]",
  "Maintainer": "Or Gadish <orgadish@gmail.com>",
  "_user": "orgadish",
  "_type": "src",
  "_file": "filecacher_0.2.9.tar.gz",
  "_fileid": "https://r2.ropensci.org/9a40c9fb7ab15929a8ee2398c59d1d803ece2b07088816e2a3125282f734b3a8",
  "_filesize": 126054,
  "_sha256": "9a40c9fb7ab15929a8ee2398c59d1d803ece2b07088816e2a3125282f734b3a8",
  "_expires": "2026-10-11T10:22:00.000Z",
  "_created": "2026-07-02T06:29:30.000Z",
  "_published": "2026-07-03T10:22:01.246Z",
  "_jobs": [
    {
      "job": 84979644023,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8030706042"
    },
    {
      "job": 84979644204,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8030704550"
    },
    {
      "job": 84979644038,
      "time": 179,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8030714502"
    },
    {
      "job": 84979643723,
      "time": 122,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8030701681"
    },
    {
      "job": 84979643228,
      "time": 179,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8030671343"
    },
    {
      "job": 84979643963,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8030708714"
    },
    {
      "job": 84979643756,
      "time": 63,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8030690097"
    },
    {
      "job": 84979644054,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8030694032"
    },
    {
      "job": 84979644110,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8030694606"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864",
  "_status": "success",
  "_upstream": "https://github.com/orgadish/filecacher",
  "_commit": {
    "id": "13c07c40593f0763883da4ae02fe118e879986c4",
    "author": "orgadish <48453207+orgadish@users.noreply.github.com>",
    "committer": "orgadish <48453207+orgadish@users.noreply.github.com>",
    "message": "When caching fails, warn only so that the result is still returned, as initially intended.\n",
    "time": 1738911921
  },
  "_maintainer": {
    "name": "Or Gadish",
    "email": "orgadish@gmail.com",
    "login": "orgadish",
    "description": "",
    "uuid": 48453207
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cachem",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "here",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "orgadish",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "orgadish",
      "count": 54,
      "uuid": 48453207
    }
  ],
  "_userbio": {
    "uuid": 48453207,
    "type": "user",
    "name": "Or Gadish",
    "followers": 1
  },
  "_downloads": {
    "count": 241,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/filecacher"
  },
  "_devurl": "https://github.com/orgadish/filecacher",
  "_searchresults": 2,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/filecacher.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/orgadish/filecacher",
  "_realowner": "orgadish",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.3",
      "date": "2023-11-09"
    },
    {
      "version": "0.2.4",
      "date": "2023-11-10"
    },
    {
      "version": "0.2.5",
      "date": "2023-11-13"
    },
    {
      "version": "0.2.7",
      "date": "2023-11-17"
    },
    {
      "version": "0.2.9",
      "date": "2024-01-19"
    }
  ],
  "_exports": [
    "cached_read",
    "cached_read_csv",
    "file_cache",
    "vectorize_reader",
    "with_cache"
  ],
  "_help": [
    {
      "page": "cached_read",
      "title": "Read files via cache of file list and contents",
      "topics": [
        "cached_read",
        "cached_read_csv"
      ]
    },
    {
      "page": "dfs_equal",
      "title": "Compare two data frames (ignoring row order) and ensure they are equal.",
      "topics": [
        "dfs_equal"
      ]
    },
    {
      "page": "file_cache",
      "title": "Gets or creates a 'cachem' object for use with other functions.",
      "topics": [
        "file_cache"
      ]
    },
    {
      "page": "fns_equal",
      "title": "Check whether two function objects have the same text definition.",
      "topics": [
        "fns_equal"
      ]
    },
    {
      "page": "get_csv_fns",
      "title": "Get the CSV read/write function",
      "topics": [
        "get_csv_fns"
      ]
    },
    {
      "page": "get_csv_read_fn",
      "title": "Get the first CSV Read function installed",
      "topics": [
        "get_csv_read_fn"
      ]
    },
    {
      "page": "get_file_info",
      "title": "Extract File Information to Indicate if Contents Are Modified.",
      "topics": [
        "get_file_info"
      ]
    },
    {
      "page": "interpret_cache_type",
      "title": "Generate cache parameters from preexisting shorthand types.",
      "topics": [
        "interpret_cache_type"
      ]
    },
    {
      "page": "vectorize_reader",
      "title": "Vectorize a single-input read function to read multiple files",
      "topics": [
        "vectorize_reader"
      ]
    },
    {
      "page": "with_cache",
      "title": "Cache via a file",
      "topics": [
        "with_cache"
      ]
    }
  ],
  "_readme": "https://github.com/orgadish/filecacher/raw/HEAD/README.md",
  "_rundeps": [
    "cachem",
    "cli",
    "fastmap",
    "glue",
    "here",
    "lifecycle",
    "magrittr",
    "purrr",
    "rlang",
    "rprojroot",
    "vctrs"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "filecacher",
  "_universes": [
    "orgadish"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.9",
      "date": "2026-07-02T06:31:32.000Z",
      "distro": "resolute",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/b355f3aae70131844b8f0980b38b24905bec43d1dee23a1a2d88733409a9809b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.9",
      "date": "2026-07-02T06:31:26.000Z",
      "distro": "resolute",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/6c104f0114f780a59c595143af5ba35387655935e3e5b3a799495dc7c825aef7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.9",
      "date": "2026-07-02T06:32:04.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/de34817ec2b5e1f8a55f4f0a945f9f9cb3f86e96f17831e33c138aa2f56f91fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.9",
      "date": "2026-07-02T06:31:20.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/166b7bb6ea51a7b9ff906dd5ffcc160d246370fa2b5cc8c11978079ed3727818",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.9",
      "date": "2026-07-02T06:31:51.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/57e48ebd8b1df48884f68c5990d170e0d5ea0be50f83ec1486a9d95d7b322605",
      "status": "success",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.9",
      "date": "2026-07-02T06:30:31.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/f47e6ae1d3078b93578c3463cef711c3dd7c0a782812a03255225141f0c1adfa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.9",
      "date": "2026-07-02T06:30:44.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/e03c089dc1bc3cdb3afa85eb708c091eb46022cf1cc3c038fe821a40f243e0ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.9",
      "date": "2026-07-02T06:30:45.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "https://r2.ropensci.org/8b5cac016d798250b6bef71f5b1a876309558dea746e22cfe5aeebb22d787576",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/28570111864"
    }
  ]
}