Package: findInGit
Type: Package
Title: Find Pattern in Files of All Branches of a 'git' Repository
Version: 0.1.1
Authors@R: c(
    person(
      "Stéphane", "Laurent", 
      role = c("aut", "cre"), email = "laurent_step@outlook.fr"
    ),
    person(
      "Rob", "Burns",
      role = "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 'git' repository, including all its branches. The results can also be returned in a dataframe.
License: GPL-3
Encoding: UTF-8
SystemRequirements: grep, git
Imports: stringr, crayon, htmlwidgets
Suggests: shiny, R.utils
URL: https://github.com/stla/findInGit
BugReports: https://github.com/stla/findInGit/issues
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-07-28 09:58:37 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  Rob Burns [cph] ('ansi-to-html' library)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2021-07-28 10:10:06 UTC
Built: R 4.3.0; ; 2023-04-06 21:04:36 UTC; unix
