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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Config/pak/sysreqs: cmake make libgit2-dev libicu-dev libssh2-1-dev libuv1-dev libssl-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2024-02-28 13:37:05 UTC RemoteUrl: https://github.com/ThinkR-open/gitdown RemoteRef: HEAD RemoteSha: 62de39c52a84415e9d07cce8f0755dd3bb225d8a NeedsCompilation: no Packaged: 2026-06-14 10:37:43 UTC; root Author: Sébastien Rochette [aut, cre] (ORCID: ), Cervan Girard [aut] (ORCID: ), ThinkR [cph], Institut de Recherches Internationales Servier [spn] Maintainer: Sébastien Rochette