@@ -21,7 +21,7 @@ Full documentation on {pkgdown} site :
2121
2222## Installation
2323
24- You can install the last version of {gitdown} from Github :
24+ You can install the last version of {gitdown} from GitHub :
2525
2626``` r
2727remotes :: install_github(" ThinkR-open/gitdown" )
@@ -64,8 +64,8 @@ git_down(repo, pattern = c("Tickets" = "ticket[[:digit:]]+",
6464If you add a table of correspondence, you can change titles of the
6565patterns.
6666* Note that you can use [ {gitlabr}] ( https://statnmap.github.io/gitlabr/ )
67- or [ {gh}] ( https://gh.r-lib.org ) to retrieve list of issues from Gitlab
68- or Github respectively, as presented in [ “Download Gitlab or Github
67+ or [ {gh}] ( https://gh.r-lib.org ) to retrieve list of issues from GitLab
68+ or GitHub respectively, as presented in [ “Download GitLab or GitHub
6969issues and make a summary report of your
7070commits”] ( https://rtask.thinkr.fr/download-gitlab-or-github-issues-and-make-a-summary-report-of-your-commits/ ) .*
7171
@@ -103,13 +103,13 @@ get_commits_pattern(repo, pattern = "#[[:digit:]]+", ref = "master") %>%
103103# > # A tibble: 7 x 12
104104# > pattern.content sha summary message author email when order
105105# > <chr> <chr> <chr> <chr> <chr> <chr> <dttm> <int>
106- # > 1 #32 7c1aa … Add NE… "Add NE… Alice alic… 2021-05-08 17:29:32 4
107- # > 2 #1 7c1aa … Add NE… "Add NE… Alice alic… 2021-05-08 17:29:32 4
108- # > 3 #12 7c1aa … Add NE… "Add NE… Alice alic… 2021-05-08 17:29:32 4
109- # > 4 #2 a0285 … Third … "Third … Alice alic… 2021-05-08 17:29:32 3
110- # > 5 #145 a0285 … Third … "Third … Alice alic… 2021-05-08 17:29:32 3
111- # > 6 #1 fe750 … exampl… "exampl… Alice alic… 2021-05-08 17:29:32 2
112- # > 7 <NA> 4fe03 … First … "First … Alice alic… 2021-05-08 17:29:32 1
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
113113# > # … with 4 more variables: tag.name <chr>, tag.message <chr>,
114114# > # pattern.type <chr>, pattern.title <chr>
115115```
@@ -128,18 +128,18 @@ get_commits_pattern(
128128# > # A tibble: 12 x 12
129129# > pattern.type pattern.content sha summary message author email
130130# > <chr> <chr> <chr> <chr> <chr> <chr> <chr>
131- # > 1 Tickets ticket6789 7c1aace9 … Add NEWS "Add NEWS\n\n… Alice alice…
132- # > 2 Tickets ticket1234 7c1aace9 … Add NEWS "Add NEWS\n\n… Alice alice…
133- # > 3 Issues #32 7c1aace9 … Add NEWS "Add NEWS\n\n… Alice alice…
134- # > 4 Issues #1 7c1aace9 … Add NEWS "Add NEWS\n\n… Alice alice…
135- # > 5 Issues #12 7c1aace9 … Add NEWS "Add NEWS\n\n… Alice alice…
136- # > 6 Tickets <NA> a028509a … Third co… "Third commit… Alice alice…
137- # > 7 Issues #2 a028509a … Third co… "Third commit… Alice alice…
138- # > 8 Issues #145 a028509a … Third co… "Third commit… Alice alice…
139- # > 9 Tickets ticket1234 fe750dfe … example:… "example: mod… Alice alice…
140- # > 10 Issues #1 fe750dfe … example:… "example: mod… Alice alice…
141- # > 11 Tickets <NA> 4fe0392f … First co… "First commit… Alice alice…
142- # > 12 Issues <NA> 4fe0392f … First co… "First commit… Alice alice…
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…
143143# > # … with 5 more variables: when <dttm>, order <int>, tag.name <chr>,
144144# > # tag.message <chr>, pattern.title <chr>
145145```
@@ -158,9 +158,9 @@ With this example, the vignette will show this content:
158158
159159| File | Tracked in git | Date of creation | Last modification |
160160| :-------------| :---------------| :--------------------| :--------------------|
161- | NEWS.md | Yes | 2021-05-08 19:29:33 | 2021-05-08 19:29:33 |
162- | example.txt | Yes | 2021-05-08 19:29:33 | 2021-05-08 19:29:33 |
163- | R/my\_ mean.R | No | NA | 2021-05-08 19:29:33 |
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 |
164164
165165## Sponsor
166166
0 commit comments