Skip to content

Commit 94c5a04

Browse files
authored
Merge pull request #133 from UrbanAnalyst/allcontribs
Allcontribs for #131 #132
2 parents 50b4402 + 7f4196a commit 94c5a04

File tree

5 files changed

+48
-30
lines changed

5 files changed

+48
-30
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gtfsrouter
22
Title: Routing with 'GTFS' (General Transit Feed Specification) Data
3-
Version: 0.1.3.008
3+
Version: 0.1.3.010
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66
person("Marcin", "Stepniak", , "marcinstepniak@ucm.es", role = "aut",

README.Rmd

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ enable the feed to be used for routing.
159159

160160

161161

162+
162163
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
163164
<!-- prettier-ignore-start -->
164165
<!-- markdownlint-disable -->
@@ -183,6 +184,12 @@ All contributions to this project are gratefully acknowledged using the [`allcon
183184
<a href="https://github.com/UrbanAnalyst/gtfsrouter/commits?author=stmarcin">stmarcin</a>
184185
</td>
185186
<td align="center">
187+
<a href="https://github.com/gmatosferreira">
188+
<img src="https://avatars.githubusercontent.com/u/50376686?v=4" width="100px;" alt=""/>
189+
</a><br>
190+
<a href="https://github.com/UrbanAnalyst/gtfsrouter/commits?author=gmatosferreira">gmatosferreira</a>
191+
</td>
192+
<td align="center">
186193
<a href="https://github.com/dhersz">
187194
<img src="https://avatars.githubusercontent.com/u/1557047?v=4" width="100px;" alt=""/>
188195
</a><br>
@@ -327,21 +334,11 @@ All contributions to this project are gratefully acknowledged using the [`allcon
327334
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Apteridin">pteridin</a>
328335
</td>
329336
<td align="center">
330-
<a href="https://github.com/github-actions">
331-
<img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100px;" alt=""/>
332-
</a><br>
333-
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Agithub-actions">github-actions</a>
334-
</td>
335-
<td align="center">
336337
<a href="https://github.com/FlxPo">
337338
<img src="https://avatars.githubusercontent.com/u/5145583?u=cbd02ee0a0fa0447429f38bd7e3a1da57c841239&v=4" width="100px;" alt=""/>
338339
</a><br>
339340
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3AFlxPo">FlxPo</a>
340341
</td>
341-
</tr>
342-
343-
344-
<tr>
345342
<td align="center">
346343
<a href="https://github.com/Tom-NutsOne">
347344
<img src="https://avatars.githubusercontent.com/u/173142362?v=4" width="100px;" alt=""/>

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ entries, to enable the feed to be used for routing.
165165
## Contributors
166166

167167

168+
168169
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
169170
<!-- prettier-ignore-start -->
170171
<!-- markdownlint-disable -->
@@ -189,6 +190,12 @@ All contributions to this project are gratefully acknowledged using the [`allcon
189190
<a href="https://github.com/UrbanAnalyst/gtfsrouter/commits?author=stmarcin">stmarcin</a>
190191
</td>
191192
<td align="center">
193+
<a href="https://github.com/gmatosferreira">
194+
<img src="https://avatars.githubusercontent.com/u/50376686?v=4" width="100px;" alt=""/>
195+
</a><br>
196+
<a href="https://github.com/UrbanAnalyst/gtfsrouter/commits?author=gmatosferreira">gmatosferreira</a>
197+
</td>
198+
<td align="center">
192199
<a href="https://github.com/dhersz">
193200
<img src="https://avatars.githubusercontent.com/u/1557047?v=4" width="100px;" alt=""/>
194201
</a><br>
@@ -333,21 +340,11 @@ All contributions to this project are gratefully acknowledged using the [`allcon
333340
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Apteridin">pteridin</a>
334341
</td>
335342
<td align="center">
336-
<a href="https://github.com/github-actions">
337-
<img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100px;" alt=""/>
338-
</a><br>
339-
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Agithub-actions">github-actions</a>
340-
</td>
341-
<td align="center">
342343
<a href="https://github.com/FlxPo">
343344
<img src="https://avatars.githubusercontent.com/u/5145583?u=cbd02ee0a0fa0447429f38bd7e3a1da57c841239&v=4" width="100px;" alt=""/>
344345
</a><br>
345346
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3AFlxPo">FlxPo</a>
346347
</td>
347-
</tr>
348-
349-
350-
<tr>
351348
<td align="center">
352349
<a href="https://github.com/Tom-NutsOne">
353350
<img src="https://avatars.githubusercontent.com/u/173142362?v=4" width="100px;" alt=""/>

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/UrbanAnalyst/gtfsrouter",
88
"issueTracker": "https://github.com/UrbanAnalyst/gtfsrouter/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.1.3.008",
10+
"version": "0.1.3.010",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

makefile

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,39 @@
11
LFILE = README
2+
VIGNETTE = gtfsrouter
23

3-
all: knith open
44

5-
knith: $(LFILE).Rmd
5+
all: help
6+
7+
doc: ## Update package documentation with `roxygen2`
8+
Rscript -e "roxygen2::roxygenise()"; \
9+
10+
init: ## Initialize pkgdown site
11+
echo "pkgdown::init_site()" | R --no-save -q
12+
13+
pkgdown: ## Build entire pkgdown site
14+
echo "pkgdown::build_site()" | R --no-save -q
15+
16+
vignette: ## Build pkgdown article
17+
echo "pkgdown::build_article('$(VIGNETTE)',quiet=FALSE)" | R --no-save -q
18+
19+
knith: $(LFILE).Rmd ## Render README as HTML
620
echo "rmarkdown::render('$(LFILE).Rmd',output_file='$(LFILE).html')" | R --no-save -q
721

8-
knitr: $(LFILE).Rmd
9-
echo "rmarkdown::render('$(LFILE).Rmd',rmarkdown::md_document(variant='gfm'))" | R --no-save -q
22+
knitr: $(LFILE).Rmd ## Render README as markdown
23+
echo "rmarkdown::render('$(LFILE).Rmd',output_file='$(LFILE).md')" | R --no-save -q
24+
25+
allcontribs: ## Update allcontributors in README
26+
Rscript -e "allcontributors::add_contributors ()"
27+
28+
open: ## Open main HTML vignette in browser
29+
xdg-open docs/articles/$(VIGNETTE).html &
30+
31+
check: ## Run pkgcheck
32+
Rscript -e 'library(pkgcheck); checks <- pkgcheck(); print(checks); summary (checks)'
1033

11-
open: $(LFILE).html
12-
xdg-open $(LFILE).html &
34+
clean: ## Clean all junk files, including all pkgdown docs
35+
rm -rf *.html *.png README_cache docs/
1336

14-
clean:
15-
rm -rf *.html *.png README_cache
37+
help: ## Show this help
38+
@printf "Usage:\033[36m make [target]\033[0m\n"
39+
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'

0 commit comments

Comments
 (0)