Skip to content

Commit

Permalink
Merge pull request #48 from ropensci/ropensci
Browse files Browse the repository at this point in the history
update all pkg URLs to close #47
  • Loading branch information
mpadge authored Oct 14, 2024
2 parents 565e59f + dbb60b4 commit 6107880
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: allcontributors
Title: Acknowledge all Contributors to a Project
Version: 0.2.0.013
Version: 0.2.1.005
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Chris", "Hartgerink", role = "aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Development

## Major changes

- Repository transferred from `ropenscilabs/allcontributors` -> `ropensci/allcontributors`.

## Minor changes

- Fix URL check to only remove 404s; #45, #46 thanks to @maelle
Expand Down
2 changes: 1 addition & 1 deletion R/add-contributors.R
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ add_contribs_to_one_file <- function (ctbs, orgrepo, ncols, format, filename) {
)
} else {
contribs_sec <- grep ("^\\#\\#\\sContributors$|^Contributors$", x)
if (length(x) > contribs_sec) {
if (length (x) > contribs_sec) {
if (x [contribs_sec + 1] == "^-+$") {
contribs_sec <- contribs_sec + 1
}
Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,18 +185,19 @@ project, you agree to abide by its terms.

## Contributors



<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

All contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropensci/allcontributors) following the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!
All contributions to this project are gratefully acknowledged using the
[`allcontributors` package](https://github.com/ropensci/allcontributors)
following the [all-contributors](https://allcontributors.org)
specification. Contributions of any kind are welcome!


### Code

<table>

<tr>
<td align="center">
<a href="https://github.com/mpadge">
Expand All @@ -223,14 +224,11 @@ All contributions to this project are gratefully acknowledged using the [`allcon
<a href="https://github.com/ropensci/allcontributors/commits?author=sbfnk">sbfnk</a>
</td>
</tr>

</table>


### Issues

<table>

<tr>
<td align="center">
<a href="https://github.com/shamindras">
Expand All @@ -245,9 +243,7 @@ All contributions to this project are gratefully acknowledged using the [`allcon
<a href="https://github.com/ropensci/allcontributors/issues?q=is%3Aissue+author%3AassignUser">assignUser</a>
</td>
</tr>

</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
15 changes: 9 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"identifier": "allcontributors",
"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 or repository issues. The package also includes several additional functions to extract and quantify contributions to any repository.",
"name": "allcontributors: Acknowledge all Contributors to a Project",
"relatedLink": ["https://github.com/ropensci/allcontributors", "https://CRAN.R-project.org/package=allcontributors"],
"codeRepository": "https://github.com/ropensci/allcontributors",
"issueTracker": "https://github.com/ropensci/allcontributors/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.0.13",
"version": "0.2.1.005",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -185,9 +184,13 @@
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"SystemRequirements": null
},
"fileSize": "150.907KB",
}, "fileSize": "151.027KB",
"releaseNotes": "https://github.com/ropensci/allcontributors/blob/master/NEWS.md",
"contIntegration": ["https://github.com/ropensci/allcontributors/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/allcontributors"],
"developmentStatus": "https://www.repostatus.org/#active"
"readme": "https://github.com/ropensci/allcontributors/blob/main/README.md",
"contIntegration": [
"https://github.com/ropensci/allcontributors/actions?query=workflow%3AR-CMD-check",
"https://app.codecov.io/gh/ropensci/allcontributors"
],
"developmentStatus": "https://www.repostatus.org/#active",
"relatedLink": "https://CRAN.R-project.org/package=allcontributors"
}

0 comments on commit 6107880

Please sign in to comment.