Skip to content

Commit d98a067

Browse files
committed
v0.1.1 on CRAN
1 parent ece45d4 commit d98a067

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

Diff for: README.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ file.copy(list.files("reference/figures", full.names = TRUE),
2626
<!-- badges: start -->
2727
[![Coverage status](https://codecov.io/gh/ThinkR-open/gitdown/branch/master/graph/badge.svg)](https://codecov.io/github/ThinkR-open/gitdown?branch=master)
2828
[![R-CMD-check](https://github.com/ThinkR-open/gitdown/workflows/R-CMD-check/badge.svg)](https://github.com/ThinkR-open/gitdown/actions)
29+
[![CRAN status](https://www.r-pkg.org/badges/version/gitdown)](https://CRAN.R-project.org/package=gitdown)
2930
<!-- badges: end -->
3031

3132
The goal of {gitdown} is to build a bookdown report of commit messages arranged according to a pattern. Book can be organized according to git tags, issues mentioned (*e.g.* `#123`) or any custom character chain included in your git commit messages (*e.g.* `category_` for use like `category_ui`, `category_doc`, ...).

Diff for: README.md

+24-22
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[![Coverage
99
status](https://codecov.io/gh/ThinkR-open/gitdown/branch/master/graph/badge.svg)](https://codecov.io/github/ThinkR-open/gitdown?branch=master)
1010
[![R-CMD-check](https://github.com/ThinkR-open/gitdown/workflows/R-CMD-check/badge.svg)](https://github.com/ThinkR-open/gitdown/actions)
11+
[![CRAN
12+
status](https://www.r-pkg.org/badges/version/gitdown)](https://CRAN.R-project.org/package=gitdown)
1113
<!-- badges: end -->
1214

1315
The goal of {gitdown} is to build a bookdown report of commit messages
@@ -103,13 +105,13 @@ get_commits_pattern(repo, pattern = "#[[:digit:]]+", ref = "master") %>%
103105
#> # A tibble: 7 x 12
104106
#> pattern.content sha summary message author email when order
105107
#> <chr> <chr> <chr> <chr> <chr> <chr> <dttm> <int>
106-
#> 1 #32 e66cf… Add NE… "Add NE… Alice alic… 2021-05-08 18:00:01 4
107-
#> 2 #1 e66cf… Add NE… "Add NE… Alice alic… 2021-05-08 18:00:01 4
108-
#> 3 #12 e66cf… Add NE… "Add NE… Alice alic… 2021-05-08 18:00:01 4
109-
#> 4 #2 cebbb… Third … "Third … Alice alic… 2021-05-08 18:00:01 3
110-
#> 5 #145 cebbb… Third … "Third … Alice alic… 2021-05-08 18:00:01 3
111-
#> 6 #1 934b8… exampl… "exampl… Alice alic… 2021-05-08 18:00:01 2
112-
#> 7 <NA> 1ba16… First … "First … Alice alic… 2021-05-08 18:00:01 1
108+
#> 1 #32 1174c… Add NE… "Add NE… Alice alic… 2021-05-10 13:56:40 4
109+
#> 2 #1 1174c… Add NE… "Add NE… Alice alic… 2021-05-10 13:56:40 4
110+
#> 3 #12 1174c… Add NE… "Add NE… Alice alic… 2021-05-10 13:56:40 4
111+
#> 4 #2 d4af8… Third … "Third … Alice alic… 2021-05-10 13:56:40 3
112+
#> 5 #145 d4af8… Third … "Third … Alice alic… 2021-05-10 13:56:40 3
113+
#> 6 #1 ebad8… exampl… "exampl… Alice alic… 2021-05-10 13:56:40 2
114+
#> 7 <NA> 11c2e… First … "First … Alice alic… 2021-05-10 13:56:40 1
113115
#> # … with 4 more variables: tag.name <chr>, tag.message <chr>,
114116
#> # pattern.type <chr>, pattern.title <chr>
115117
```
@@ -128,18 +130,18 @@ get_commits_pattern(
128130
#> # A tibble: 12 x 12
129131
#> pattern.type pattern.content sha summary message author email
130132
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
131-
#> 1 Tickets ticket6789 e66cf6b1… Add NEWS "Add NEWS\n\n… Alice alice…
132-
#> 2 Tickets ticket1234 e66cf6b1… Add NEWS "Add NEWS\n\n… Alice alice…
133-
#> 3 Issues #32 e66cf6b1… Add NEWS "Add NEWS\n\n… Alice alice…
134-
#> 4 Issues #1 e66cf6b1… Add NEWS "Add NEWS\n\n… Alice alice…
135-
#> 5 Issues #12 e66cf6b1… Add NEWS "Add NEWS\n\n… Alice alice…
136-
#> 6 Tickets <NA> cebbb5e9… Third co… "Third commit… Alice alice…
137-
#> 7 Issues #2 cebbb5e9… Third co… "Third commit… Alice alice…
138-
#> 8 Issues #145 cebbb5e9… Third co… "Third commit… Alice alice…
139-
#> 9 Tickets ticket1234 934b8178… example:… "example: mod… Alice alice…
140-
#> 10 Issues #1 934b8178… example:… "example: mod… Alice alice…
141-
#> 11 Tickets <NA> 1ba16a26… First co… "First commit… Alice alice…
142-
#> 12 Issues <NA> 1ba16a26… First co… "First commit… Alice alice…
133+
#> 1 Tickets ticket6789 1174cbe3… Add NEWS "Add NEWS\n\n… Alice alice…
134+
#> 2 Tickets ticket1234 1174cbe3… Add NEWS "Add NEWS\n\n… Alice alice…
135+
#> 3 Issues #32 1174cbe3… Add NEWS "Add NEWS\n\n… Alice alice…
136+
#> 4 Issues #1 1174cbe3… Add NEWS "Add NEWS\n\n… Alice alice…
137+
#> 5 Issues #12 1174cbe3… Add NEWS "Add NEWS\n\n… Alice alice…
138+
#> 6 Tickets <NA> d4af8c93… Third co… "Third commit… Alice alice…
139+
#> 7 Issues #2 d4af8c93… Third co… "Third commit… Alice alice…
140+
#> 8 Issues #145 d4af8c93… Third co… "Third commit… Alice alice…
141+
#> 9 Tickets ticket1234 ebad8089… example:… "example: mod… Alice alice…
142+
#> 10 Issues #1 ebad8089… example:… "example: mod… Alice alice…
143+
#> 11 Tickets <NA> 11c2e4a6… First co… "First commit… Alice alice…
144+
#> 12 Issues <NA> 11c2e4a6… First co… "First commit… Alice alice…
143145
#> # … with 5 more variables: when <dttm>, order <int>, tag.name <chr>,
144146
#> # tag.message <chr>, pattern.title <chr>
145147
```
@@ -158,9 +160,9 @@ With this example, the vignette will show this content:
158160

159161
| File | Tracked in git | Date of creation | Last modification |
160162
|:-------------|:---------------|:--------------------|:--------------------|
161-
| NEWS.md | Yes | 2021-05-08 20:00:01 | 2021-05-08 20:00:01 |
162-
| example.txt | Yes | 2021-05-08 20:00:01 | 2021-05-08 20:00:01 |
163-
| R/my\_mean.R | No | NA | 2021-05-08 20:00:01 |
163+
| NEWS.md | Yes | 2021-05-10 15:56:41 | 2021-05-10 15:56:41 |
164+
| example.txt | Yes | 2021-05-10 15:56:41 | 2021-05-10 15:56:41 |
165+
| R/my\_mean.R | No | NA | 2021-05-10 15:56:41 |
164166

165167
## Sponsor
166168

0 commit comments

Comments
 (0)