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.5)gitdown_0.1.6.zip(r-4.4)gitdown_0.1.6.zip(r-4.3)
gitdown_0.1.6.tgz(r-4.4-any)gitdown_0.1.6.tgz(r-4.3-any)
gitdown_0.1.6.tar.gz(r-4.5-noble)gitdown_0.1.6.tar.gz(r-4.4-noble)
gitdown_0.1.6.tgz(r-4.4-emscripten)gitdown_0.1.6.tgz(r-4.3-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
Last updated 9 months agofrom:62de39c52a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:%>%create_vignette_last_modifeach_patternfake_repoget_commits_patternget_commits_tagsget_infoget_last_modifgit_downnest_commits_by_patternpresent_filesupdate_vignette_last_modif
Dependencies:attemptbase64encbookdownbslibcachemclicpp11digestdplyrevaluatefansifastmapfontawesomefsgenericsgit2rgluehighrhtmltoolsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimepillarpkgconfigpurrrR6rappdirsrlangrmarkdownsassstringistringrtibbletidyrtidyselecttinytexutf8vctrswithrxfunyaml
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 |