Package: gitdown 0.1.6

gitdown: Turn Your Git Commit Messages into a HTML Book
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.
Authors:
gitdown_0.1.6.tar.gz
gitdown_0.1.6.zip(r-4.6)gitdown_0.1.6.zip(r-4.5)gitdown_0.1.6.zip(r-4.4)
gitdown_0.1.6.tgz(r-4.6-any)gitdown_0.1.6.tgz(r-4.5-any)
gitdown_0.1.6.tar.gz(r-4.6-any)gitdown_0.1.6.tar.gz(r-4.5-any)
gitdown_0.1.6.tgz(r-4.5-emscripten)
gitdown.pdf |gitdown.html✨
gitdown/json (API)
NEWS
| # Install 'gitdown' in R: |
| install.packages('gitdown', repos = c('https://thinkr-open.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/thinkr-open/gitdown/issues
Pkgdown/docs site:https://thinkr-open.github.io
Last updated from:62de39c52a. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 134 | |
| source / vignettes | OK | 183 | |
| linux-release-x86_64 | OK | 138 | |
| macos-devel-arm64 | OK | 212 | |
| macos-release-arm64 | OK | 115 | |
| windows-devel | OK | 92 | |
| windows-release | OK | 84 | |
| windows-oldrel | OK | 91 | |
| wasm-release | OK | 117 |
Exports:%>%create_vignette_last_modifeach_patternfake_repoget_commits_patternget_commits_tagsget_infoget_last_modifgit_downnest_commits_by_patternpresent_filesupdate_vignette_last_modif
Dependencies:attemptbase64encbookdownbslibcachemclicpp11digestdplyrevaluatefastmapfontawesomefsgenericsgit2rgluehighrhtmltoolsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimepillarpkgconfigpurrrR6rappdirsrlangrmarkdownsassstringistringrtibbletidyrtidyselecttinytexutf8vctrswithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Creates and updates a vignette in the 'vignette/' directory of a package with last modification time of tracked files | create_vignette_last_modif update_vignette_last_modif |
| Create the text to add in a markdown file to present each pattern as a chapter of the book | each_pattern |
| Create a fake git repository in a specific folder | fake_repo |
| Get commits associated with a text pattern | get_commits_pattern |
| Get commits associated chronologically with tags | get_commits_tags |
| Get the first and last modification time for a specific file, based on git2r::blame(). | get_info |
| Get the first and last modification time of files of a directory | get_last_modif |
| Turns the active branch history of git into a bookdown. | git_down |
| Nest all commits by each pattern found in the commit messages | nest_commits_by_pattern |
| Presenting results of files and last modification time in a printed table using 'kable()' | present_files |
