Package: findInFiles
Type: Package
Title: Find Pattern in Files
Version: 0.4.0
Authors@R: c(
    person(
      "Stéphane", "Laurent", 
      role = c("aut", "cre"), email = "laurent_step@outlook.fr"
    ),
    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' app. Also provides a 'Shiny' application allowing to run the widget and to navigate in the results.
License: GPL-3
Encoding: UTF-8
SystemRequirements: grep
Imports: htmlwidgets, stringr, crayon, vctrs, tibble, stringi, shiny
Suggests: shinyAce, shinyWidgets, shinyjqui, shinyFiles, shinyvalidate,
        fs
URL: https://github.com/stla/findInFiles
BugReports: https://github.com/stla/findInFiles/issues
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-04-11 12:04:41 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: 2022-04-11 13:02:29 UTC
Built: R 4.1.3; ; 2023-04-17 18:58:48 UTC; windows
