Skip to content

Commit

Permalink
Merge pull request #39 from ropenscilabs/chartgerink-aut
Browse files Browse the repository at this point in the history
Add @chartgerink as package co-author
  • Loading branch information
mpadge authored May 16, 2024
2 parents 0446211 + 1afb7aa commit 5ba6fe9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Package: allcontributors
Title: Acknowledge all Contributors to a Project
Version: 0.1.1.018
Authors@R:
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"))
Version: 0.1.1.015
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
person("Chris", "Hartgerink", role = "aut")
)
Description: Acknowledge all contributors to a project via a single
function call. The function appends to a 'README' or other specified
file(s) a table with names of all individuals who contributed via code
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Development

## Major changes

- `add_contributors()` now accepts main `repo` parameter as a vector of repository locations to be used to collate a single allcontributors list; thanks to @chartgerink via #35.
- Chris Hartgerink (@chartgerink) added as new author; thanks to both #35 and #37

## Minor changes

- Add a rate limit checker for the GitHub API calls. Will warn if rate limit is exceeded (thanks to @chartgerink via #37).
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropenscilabs/allcontributors",
"issueTracker": "https://github.com/ropenscilabs/allcontributors/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.1.018",
"version": "0.1.1.015",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 5ba6fe9

Please sign in to comment.