{
  "_id": "6a1e870b1d7bb097a0a678c4",
  "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-06-02 07:29:23 UTC",
    "User": "root"
  },
  "Author": "Or Gadish [aut, cre, cph]",
  "Maintainer": "Or Gadish <orgadish@gmail.com>",
  "MD5sum": "329ad89158e43a569155de6300a2f119",
  "_user": "orgadish",
  "_type": "src",
  "_file": "filecacher_0.2.9.tar.gz",
  "_fileid": "dd4b9b79e0b88fea3695dcd45417a8853314adb327a50320126314010d0cb4dd",
  "_filesize": 123323,
  "_sha256": "dd4b9b79e0b88fea3695dcd45417a8853314adb327a50320126314010d0cb4dd",
  "_created": "2026-06-02T07:29:23.000Z",
  "_published": "2026-06-02T07:32:27.346Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79020886909,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351556235"
    },
    {
      "job": 79020886964,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351558848"
    },
    {
      "job": 79020886901,
      "time": 151,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351562338"
    },
    {
      "job": 79020886858,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351555231"
    },
    {
      "job": 79020411878,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351522691"
    },
    {
      "job": 79020887077,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351554364"
    },
    {
      "job": 79020886896,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351545606"
    },
    {
      "job": 79020886970,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351546764"
    },
    {
      "job": 79020886943,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351545335"
    }
  ],
  "_buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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"
  },
  "_downloads": {
    "count": 143,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/filecacher"
  },
  "_devurl": "https://github.com/orgadish/filecacher",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_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",
    "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-06-02T07:31:15.000Z",
      "distro": "noble",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "c44da8a69bca4c6ee57aa6d36bbe3765f8630b465f530a77d04c1babf72fadf8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.9",
      "date": "2026-06-02T07:31:22.000Z",
      "distro": "noble",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "9574e582465b5c5e7d015ec060d5a4a511209093092816c67d6b508a4c222265",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.9",
      "date": "2026-06-02T07:31:35.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "7fcd1a5be78668749433ce00915ed12de003a27d23627fb280b712958ba7f15f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.9",
      "date": "2026-06-02T07:31:10.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "166df5da022fadf26bd5052b98647ffbfb637a02da12dbab86b3fcf10f423ba0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.9",
      "date": "2026-06-02T07:31:19.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "30c1e2dc5d2226600afc077b5db5b15d07e5cce315b8c6e9b8818881161f8611",
      "status": "success",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.9",
      "date": "2026-06-02T07:30:34.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "e37640eec7b73c219d41ece2f7e27461469f73e0c34385a54931bc986b5ad35c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.9",
      "date": "2026-06-02T07:30:37.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "bf50c82b51180d49c7f53a2ba0bed9c460b58edc53d87e67f9dc48c52c24b70d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.9",
      "date": "2026-06-02T07:30:32.000Z",
      "commit": "13c07c40593f0763883da4ae02fe118e879986c4",
      "fileid": "ab83ed4474fcc0f4a2af9aa524024fce2ed4b4d9df51517c34feef73571a2323",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/orgadish/actions/runs/26805047852"
    }
  ]
}