Type: Package Package: findInFiles Title: Find Pattern in Files Version: 0.5.0 Authors@R: c( person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")), person("Rob", "Burns", role = c("ctb", "cph"), comment = "'ansi-to-html' library") ) Description: Creates a HTML widget which displays the results of searching for a pattern in files in a given folder. The results can be viewed in the 'RStudio' viewer pane, included in a 'R Markdown' document or in a 'Shiny' application. Also provides a 'Shiny' application allowing to run this widget and to navigate in the files found by the search. Instead of creating a HTML widget, it is also possible to get the results of the search in a 'tibble'. The search is performed by the 'grep' command-line utility. License: GPL-3 URL: https://github.com/stla/findInFiles BugReports: https://github.com/stla/findInFiles/issues Imports: crayon, htmlwidgets, shiny, stringi, stringr, tibble, utils, vctrs Suggests: fs, shinyAce, shinyFiles, shinyjqui, shinyvalidate, shinyWidgets 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: 2026-06-14 10:41:44 UTC; root Author: Stéphane Laurent [aut, cre], Rob Burns [ctb, cph] ('ansi-to-html' library) Maintainer: Stéphane Laurent