{
  "_id": "6a49ea1354b1f994258aa3f6",
  "Type": "Package",
  "Package": "findInFiles",
  "Title": "Find Pattern in Files",
  "Version": "0.5.0",
  "Authors@R": "c(\nperson(\"Stéphane\", \"Laurent\", , \"laurent_step@outlook.fr\", role = c(\"aut\", \"cre\")),\nperson(\"Rob\", \"Burns\", role = c(\"ctb\", \"cph\"),\ncomment = \"'ansi-to-html' library\")\n)",
  "Description": "Creates a HTML widget which displays the results of\nsearching for a pattern in files in a given folder. The results\ncan be viewed in the 'RStudio' viewer pane, included in a 'R\nMarkdown' document or in a 'Shiny' application. Also provides a\n'Shiny' application allowing to run this widget and to navigate\nin the files found by the search. Instead of creating a HTML\nwidget, it is also possible to get the results of the search in\na 'tibble'. The search is performed by the 'grep' command-line\nutility.",
  "License": "GPL-3",
  "URL": "https://github.com/stla/findInFiles",
  "BugReports": "https://github.com/stla/findInFiles/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.1",
  "SystemRequirements": "grep",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev zlib1g-dev",
  "Repository": "https://stla.r-universe.dev",
  "Date/Publication": "2024-04-28 18:44:01 UTC",
  "RemoteUrl": "https://github.com/stla/findinfiles",
  "RemoteRef": "HEAD",
  "RemoteSha": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-14 10:41:44 UTC",
    "User": "root"
  },
  "Author": "Stéphane Laurent [aut, cre],\nRob Burns [ctb, cph] ('ansi-to-html' library)",
  "Maintainer": "Stéphane Laurent <laurent_step@outlook.fr>",
  "_user": "stla",
  "_type": "src",
  "_file": "findInFiles_0.5.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/c3b0edbe3c48f8817e246dc31631b4cd8df7a3b2cb6abf162412f94ff56dd700",
  "_filesize": 137241,
  "_sha256": "c3b0edbe3c48f8817e246dc31631b4cd8df7a3b2cb6abf162412f94ff56dd700",
  "_expires": "2026-10-13T05:22:25.000Z",
  "_created": "2026-06-14T10:41:44.000Z",
  "_published": "2026-07-05T05:22:27.518Z",
  "_jobs": [
    {
      "job": 85195357494,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7620197133"
    },
    {
      "job": 85195357736,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620198009"
    },
    {
      "job": 85195357521,
      "time": 116,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7620196013"
    },
    {
      "job": 85195357705,
      "time": 83,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620192075"
    },
    {
      "job": 85195357565,
      "time": 150,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620182524"
    },
    {
      "job": 85195357567,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620195635"
    },
    {
      "job": 85195357528,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7620192508"
    },
    {
      "job": 85195357513,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7620190890"
    },
    {
      "job": 85195357678,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620192298"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157",
  "_status": "success",
  "_upstream": "https://github.com/stla/findinfiles",
  "_commit": {
    "id": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
    "author": "stla <laurent_step@yahoo.fr>",
    "committer": "stla <laurent_step@yahoo.fr>",
    "message": "spell check\n",
    "time": 1714329841
  },
  "_maintainer": {
    "name": "Stéphane Laurent",
    "email": "laurent_step@outlook.fr",
    "login": "laustep",
    "description": "",
    "uuid": 29288085
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "htmlwidgets",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Suggests"
    },
    {
      "package": "shinyAce",
      "role": "Suggests"
    },
    {
      "package": "shinyFiles",
      "role": "Suggests"
    },
    {
      "package": "shinyjqui",
      "role": "Suggests"
    },
    {
      "package": "shinyvalidate",
      "role": "Suggests"
    },
    {
      "package": "shinyWidgets",
      "role": "Suggests"
    }
  ],
  "_owner": "stla",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "htmlwidgets"
  ],
  "_stars": 12,
  "_contributors": [
    {
      "user": "stla",
      "count": 81,
      "uuid": 4466543
    }
  ],
  "_userbio": {
    "uuid": 4466543,
    "type": "user",
    "name": "stla",
    "followers": 120
  },
  "_downloads": {
    "count": 733,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/findInFiles"
  },
  "_devurl": "https://github.com/stla/findinfiles",
  "_searchresults": 15,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/findInFiles.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/stla/findinfiles",
  "_realowner": "stla",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-10-22"
    },
    {
      "version": "0.1.1",
      "date": "2020-10-23"
    },
    {
      "version": "0.1.2",
      "date": "2020-11-16"
    },
    {
      "version": "0.2.0",
      "date": "2021-07-23"
    },
    {
      "version": "0.3.0",
      "date": "2021-08-03"
    },
    {
      "version": "0.4.0",
      "date": "2022-04-11"
    },
    {
      "version": "0.5.0",
      "date": "2024-04-28"
    }
  ],
  "_exports": [
    "fif",
    "FIF2dataframe",
    "FIF2tibble",
    "FIFOutput",
    "fifR",
    "findInFiles",
    "renderFIF",
    "shinyFIF"
  ],
  "_help": [
    {
      "page": "FIF2dataframe",
      "title": "Output of `findInFiles` as a dataframe",
      "topics": [
        "FIF2dataframe"
      ]
    },
    {
      "page": "FIF2tibble",
      "title": "Output of `findInFiles` as a tibble",
      "topics": [
        "FIF2tibble"
      ]
    },
    {
      "page": "findInFiles",
      "title": "Find pattern in files",
      "topics": [
        "fif",
        "fifR",
        "findInFiles"
      ]
    },
    {
      "page": "findInFiles-shiny",
      "title": "Shiny bindings for 'findInFiles'",
      "topics": [
        "FIFOutput",
        "findInFiles-shiny",
        "renderFIF"
      ]
    },
    {
      "page": "shinyFIF",
      "title": "Shiny application 'Find in files'",
      "topics": [
        "shinyFIF"
      ]
    }
  ],
  "_readme": "https://github.com/stla/findinfiles/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "crayon",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "sass",
    "shiny",
    "sourcetools",
    "stringi",
    "stringr",
    "tibble",
    "tinytex",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_score": 3.954242509439325,
  "_indexed": true,
  "_nocasepkg": "findinfiles",
  "_universes": [
    "stla",
    "laustep"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-06-14T10:43:45.000Z",
      "distro": "noble",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/25798ebe93507bdc2b40d3eb191fa64103f9cf6eb798550a749d3f4a777dcdb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-06-14T10:43:51.000Z",
      "distro": "noble",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/86fa0634d1a04cb1e2deec64256dbcea029c7f317cffa74841c721aefb77e743",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-06-14T10:43:39.000Z",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/7b2317b71a0e0410c27e2087b63dc7652d2ee851803aa6bfb80edb8438631b96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-06-14T10:43:07.000Z",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/2ae7a01fcdbe3800a1f62b9a7e38432927b36409f25398ebb52ec202c2ac2fe0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-06-14T10:43:49.000Z",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/39d8ad8afcf09bb2fbe463579cee19900a812859c56af22ab49656b240db1b9f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-06-14T10:43:01.000Z",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/8e434b91c25af40a976da0efaa2af46d74ec73ed05144c06b5ad15e3f11b1878",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-06-14T10:42:47.000Z",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/e623b59fcb032e8b0792b8c717c45443e21fe9867d5731de8950cebc8a6db97c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-06-14T10:42:58.000Z",
      "commit": "2ef6d8c09051ee905ce6a612aa94b78ce149dae9",
      "fileid": "https://r2.ropensci.org/ae197d7d9b729bedacd78604e725cb77d0d953e3fca397b43d6d019607c00335",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/27496232157"
    }
  ]
}