Skip to content

Commit efbb2c5

Browse files
committed
fix 'rm_ctb_ptn' param & update man entry for 'get_contribs'
1 parent e05f112 commit efbb2c5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: allcontributors
22
Title: Acknowledge all Contributors to a Project
3-
Version: 0.2.2.011
3+
Version: 0.2.2.012
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66
person("Chris", "Hartgerink", role = "aut"),

R/github.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ get_contributors <- function (org, repo,
9999
}
100100

101101
ctbs <- rbind (ctb_code, issue_authors, issue_contributors)
102-
ctbs <- ctbs [which (!grepl (ctbs_ptn, ctbs$logins)), ]
102+
ctbs <- ctbs [which (!grepl (rm_ctbs_ptn, ctbs$logins)), ]
103103

104104
if (check_urls) {
105105
ctbs <- check_github_urls (ctbs, quiet = quiet)

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropensci/allcontributors",
88
"issueTracker": "https://github.com/ropensci/allcontributors/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.2.2.011",
10+
"version": "0.2.2.012",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

man/get_contributors.Rd

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)