Package: findInFiles
Type: Package
Title: Find Pattern in Files
Version: 0.3.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.
License: GPL-3
Encoding: UTF-8
SystemRequirements: grep
Imports: htmlwidgets, stringr, crayon, vctrs, tibble, stringi
Suggests: shiny
URL: https://github.com/stla/findInFiles
BugReports: https://github.com/stla/findInFiles/issues
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-08-03 08:51:48 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: 2021-08-03 09:10:02 UTC
