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
NeedsCompilation: no
Packaged: 2024-04-28 18:45:44 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  Rob Burns [ctb, cph] ('ansi-to-html' library)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2024-04-28 20:50:03 UTC
Built: R 4.6.0; ; 2025-08-18 10:49:36 UTC; unix
