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 Config/pak/sysreqs: cmake git make libicu-dev libuv1-dev Repository: https://stla.r-universe.dev Date/Publication: 2021-07-28 09:56:40 UTC RemoteUrl: https://github.com/stla/findingit RemoteRef: HEAD RemoteSha: 0056f8f43909d9f683e3348f968ef404b345fb24 NeedsCompilation: no Packaged: 2026-07-09 06:42:04 UTC; root Author: Stéphane Laurent [aut, cre], Rob Burns [cph] ('ansi-to-html' library) Maintainer: Stéphane Laurent