Package: gitdown
Title: Turn Your Git Commit Messages into a HTML Book
Version: 0.1.6
Authors@R: c(
    person("Sébastien", "Rochette", , "sebastien@thinkr.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-1565-9313")),
    person("Cervan", "Girard", , "cervan@thinkr.fr", role = "aut",
           comment = c(ORCID = "0000-0002-4816-4624")),
    person("ThinkR", role = "cph"),
    person("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 (>= 3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-05 20:32:45 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-03-05 20:40:02 UTC
Built: R 4.4.3; ; 2025-10-13 11:43:49 UTC; windows
