Package: gitdown
Title: Turn Your Git Commit Messages into a HTML Book
Version: 0.1.4
Authors@R: 
    c(person(given = "Sébastien",
             family = "Rochette",
             role = c("aut", "cre"),
             email = "sebastien@thinkr.fr",
             comment = c(ORCID = "0000-0002-1565-9313")),
      person(given = "Cervan",
             family = "Girard",
             role = "aut",
             email = "cervan@thinkr.fr",
             comment = c(ORCID = "0000-0002-4816-4624")),
      person(given = "ThinkR",
             role = "cph"),
      person(given = "Institut de Recherches Internationales Servier",
             role = "spn"))
Description: Read all commit messages of your local git repository and
    sort them according to tags or specific text pattern into chapters of
    a HTML book using 'bookdown'. The git history book presentation helps
    organisms required to testify for every changes in their source code,
    in relation to features requests.
License: MIT + file LICENSE
URL: https://thinkr-open.github.io/gitdown/,
        https://github.com/Thinkr-open/gitdown
BugReports: https://github.com/Thinkr-open/gitdown/issues
Depends: R (>= 3.4)
Imports: attempt, bookdown, dplyr, git2r (>= 0.26.0), knitr, magrittr,
        purrr, rmarkdown, stats, stringi, tidyr, utils
Suggests: testthat (>= 2.1.0), withr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2022-01-17 11:29:52 UTC; srochett
Author: Sébastien Rochette [aut, cre] (<https://orcid.org/0000-0002-1565-9313>),
  Cervan Girard [aut] (<https://orcid.org/0000-0002-4816-4624>),
  ThinkR [cph],
  Institut de Recherches Internationales Servier [spn]
Maintainer: Sébastien Rochette <sebastien@thinkr.fr>
Repository: CRAN
Date/Publication: 2022-01-17 11:42:42 UTC
