From 6392759593099b85c3b8c07ad1953ac2b76fa264 Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 14 Oct 2024 17:09:23 +0200 Subject: [PATCH 1/7] update readme for #47 --- DESCRIPTION | 2 +- README.Rmd | 26 +++++++++++++------------- README.md | 37 ++++++++++++++++--------------------- codemeta.json | 2 +- 4 files changed, 31 insertions(+), 36 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 97417c0..5a33d32 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: allcontributors Title: Acknowledge all Contributors to a Project -Version: 0.2.0.013 +Version: 0.2.0.014 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), diff --git a/README.Rmd b/README.Rmd index 49aaac7..d49165b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,8 +26,8 @@ knitr::opts_chunk$set ( [![R build -status](https://github.com/ropenscilabs/allcontributors/workflows/R-CMD-check/badge.svg)](https://github.com/ropenscilabs/allcontributors/actions?query=workflow%3AR-CMD-check) -[![codecov](https://app.codecov.io/gh/ropenscilabs/allcontributors/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropenscilabs/allcontributors) +status](https://github.com/ropensci/allcontributors/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/allcontributors/actions?query=workflow%3AR-CMD-check) +[![codecov](https://app.codecov.io/gh/ropensci/allcontributors/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/allcontributors) [![Project Status: Concept](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/allcontributors)](https://cran.r-project.org/web/packages/allcontributors/) @@ -75,12 +75,12 @@ install.packages ("allcontributors") ``` Alternatively, a development version can be installed by enabling the -"ropenscilabs" repository from -[r-universe](https://ropenscilabs.r-universe.dev): +"ropensci" repository from +[r-universe](https://ropensci.r-universe.dev): ```{r} options (repos = c ( - ropenscilabs = "https://ropenscilabs.r-universe.dev", + ropensci = "https://ropensci.r-universe.dev", CRAN = "https://cloud.r-project.org" )) ``` @@ -161,7 +161,7 @@ dat <- data.frame ( ) ``` ```{r get_contributors-fakey, eval = FALSE} -get_contributors (org = "ropenscilabs", repo = "allcontributors") +get_contributors (org = "ropensci", repo = "allcontributors") ``` ```{r get_contributors-output, eval = TRUE, echo = FALSE} cat (cli::col_green (cli::symbol$tick), " Extracted code contributors\n") @@ -213,7 +213,7 @@ project, you agree to abide by its terms. -All contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropenscilabs/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 @@ -224,25 +224,25 @@ All contributions to this project are gratefully acknowledged using the [`allcon
-mpadge +mpadge
-chartgerink +chartgerink
-maelle +maelle
-sbfnk +sbfnk @@ -258,13 +258,13 @@ All contributions to this project are gratefully acknowledged using the [`allcon
-shamindras +shamindras
-assignUser +assignUser diff --git a/README.md b/README.md index c5f8236..f2aee8f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![R build -status](https://github.com/ropenscilabs/allcontributors/workflows/R-CMD-check/badge.svg)](https://github.com/ropenscilabs/allcontributors/actions?query=workflow%3AR-CMD-check) -[![codecov](https://app.codecov.io/gh/ropenscilabs/allcontributors/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropenscilabs/allcontributors) +status](https://github.com/ropensci/allcontributors/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/allcontributors/actions?query=workflow%3AR-CMD-check) +[![codecov](https://app.codecov.io/gh/ropensci/allcontributors/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/allcontributors) [![Project Status: Concept](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/allcontributors)](https://cran.r-project.org/web/packages/allcontributors/) @@ -56,12 +56,12 @@ install.packages ("allcontributors") ``` Alternatively, a development version can be installed by enabling the -“ropenscilabs” repository from -[r-universe](https://ropenscilabs.r-universe.dev): +“ropensci” repository from +[r-universe](https://ropensci.r-universe.dev): ``` r options (repos = c ( - ropenscilabs = "https://ropenscilabs.r-universe.dev", + ropensci = "https://ropensci.r-universe.dev", CRAN = "https://cloud.r-project.org" )) ``` @@ -131,7 +131,7 @@ without writing to the `README` file(s) with the function [`get_contributors()`](https://docs.ropensci.org/allcontributors/reference/get_contributors.html): ``` r -get_contributors (org = "ropenscilabs", repo = "allcontributors") +get_contributors (org = "ropensci", repo = "allcontributors") ``` #> ✔ Extracted code contributors @@ -185,69 +185,64 @@ project, you agree to abide by its terms. ## Contributors - - -All contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropenscilabs/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 - -

-mpadge +mpadge

-chartgerink +chartgerink

-maelle +maelle

-sbfnk +sbfnk
- ### Issues - -

-shamindras +shamindras

-assignUser +assignUser
- diff --git a/codemeta.json b/codemeta.json index 6a9e59a..4ace4d0 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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.2.0.013", + "version": "0.2.0.014", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", From dac3e4976d7476b4194f044310a3a0b0603926ea Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 14 Oct 2024 17:10:47 +0200 Subject: [PATCH 2/7] version bump -> 0.2.1 & update news for #47 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ codemeta.json | 34 +++++++++++++--------------------- 3 files changed, 18 insertions(+), 22 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5a33d32..be66438 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: allcontributors Title: Acknowledge all Contributors to a Project -Version: 0.2.0.014 +Version: 0.2.1 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), diff --git a/NEWS.md b/NEWS.md index ada4c7c..9969128 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/codemeta.json b/codemeta.json index 4ace4d0..5120b5a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,13 +7,13 @@ "codeRepository": "https://github.com/ropenscilabs/allcontributors", "issueTracker": "https://github.com/ropenscilabs/allcontributors/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.0.014", + "version": "0.2.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "runtimePlatform": "R version 4.4.1 (2024-06-14)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -33,6 +33,13 @@ "familyName": "Hartgerink" } ], + "contributor": [ + { + "@type": "Person", + "givenName": "Maëlle", + "familyName": "Salmon" + } + ], "maintainer": [ { "@type": "Person", @@ -165,18 +172,6 @@ "sameAs": "https://CRAN.R-project.org/package=gitcreds" }, "7": { - "@type": "SoftwareApplication", - "identifier": "httr2", - "name": "httr2", - "provider": { - "@id": "https://cran.r-project.org", - "@type": "Organization", - "name": "Comprehensive R Archive Network (CRAN)", - "url": "https://cran.r-project.org" - }, - "sameAs": "https://CRAN.R-project.org/package=httr2" - }, - "8": { "@type": "SoftwareApplication", "identifier": "magrittr", "name": "magrittr", @@ -188,15 +183,12 @@ }, "sameAs": "https://CRAN.R-project.org/package=magrittr" }, - "SystemRequirements": {} + "SystemRequirements": null }, - "fileSize": "152.145KB", + "fileSize": "150.965KB", "releaseNotes": "https://github.com/ropenscilabs/allcontributors/blob/master/NEWS.md", - "readme": "https://github.com/ropenscilabs/allcontributors/blob/main/README.md", - "contIntegration": [ - "https://github.com/ropenscilabs/allcontributors/actions?query=workflow%3AR-CMD-check", - "https://app.codecov.io/gh/ropenscilabs/allcontributors" - ], + "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" } From 1f5540cb9faac17cfc601db7621cc9f83b375b47 Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 14 Oct 2024 17:12:45 +0200 Subject: [PATCH 3/7] update roxygen version -> 7.3.2 --- DESCRIPTION | 4 ++-- codemeta.json | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index be66438..2d82cd8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: allcontributors Title: Acknowledge all Contributors to a Project -Version: 0.2.1 +Version: 0.2.1.001 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), @@ -32,4 +32,4 @@ VignetteBuilder: Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 diff --git a/codemeta.json b/codemeta.json index 5120b5a..4623c8f 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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.2.1", + "version": "0.2.1.001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -183,12 +183,15 @@ }, "sameAs": "https://CRAN.R-project.org/package=magrittr" }, - "SystemRequirements": null + "SystemRequirements": {} }, "fileSize": "150.965KB", "releaseNotes": "https://github.com/ropenscilabs/allcontributors/blob/master/NEWS.md", "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"], + "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" } From be6692ba67ce62337ca80c3102dde61a3d8ad85d Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 14 Oct 2024 17:13:24 +0200 Subject: [PATCH 4/7] update all repo urls in R code for #47 --- DESCRIPTION | 2 +- R/add-contributors.R | 2 +- R/github-contribs-issue.R | 2 +- R/github.R | 10 +++++----- R/utils.R | 2 +- codemeta.json | 2 +- man/allcontributors-package.Rd | 10 ++++++++++ man/get_contributors.Rd | 2 +- man/get_gh_code_contributors.Rd | 2 +- man/get_gh_contrib_issue.Rd | 2 +- man/get_gh_issue_people.Rd | 2 +- man/get_gh_issue_titles.Rd | 2 +- 12 files changed, 25 insertions(+), 15 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2d82cd8..5ecd38e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: allcontributors Title: Acknowledge all Contributors to a Project -Version: 0.2.1.001 +Version: 0.2.1.002 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), diff --git a/R/add-contributors.R b/R/add-contributors.R index 8187987..0b9ee0d 100644 --- a/R/add-contributors.R +++ b/R/add-contributors.R @@ -385,7 +385,7 @@ add_contribs_to_one_file <- function (ctbs, orgrepo, ncols, format, filename) { "All contributions to this project are ", "gratefully acknowledged using the ", "[`allcontributors` package]", - "(https://github.com/ropenscilabs/allcontributors)", + "(https://github.com/ropensci/allcontributors)", " following the ", "[all-contributors](https://allcontributors.org) ", "specification. ", diff --git a/R/github-contribs-issue.R b/R/github-contribs-issue.R index 78faf4d..4e7d59e 100644 --- a/R/github-contribs-issue.R +++ b/R/github-contribs-issue.R @@ -5,7 +5,7 @@ open_allcontribs_issue <- function (org, repo, ctbs) { b <- paste0 ( "Hi All! This repository uses the ", "\u005B\\`allcontributors\\` package\u005D", - "\u0028https://github.com/ropenscilabs/", + "\u0028https://github.com/ropensci/", "allcontributors\u0029 ", "to acknowledge all contributions on the main ", "\u005B\\`README\\`\u005D", diff --git a/R/github.R b/R/github.R index d63ef98..be9efd2 100644 --- a/R/github.R +++ b/R/github.R @@ -10,7 +10,7 @@ #' #' @examples #' \dontrun{ -#' get_contributors (org = "ropenscilabs", repo = "allcontributors") +#' get_contributors (org = "ropensci", repo = "allcontributors") #' } #' @family main #' @export @@ -113,7 +113,7 @@ get_contributors <- function (org, repo, #' #' @examples #' \dontrun{ -#' get_gh_code_contributors (org = "ropenscilabs", repo = "allcontributors") +#' get_gh_code_contributors (org = "ropensci", repo = "allcontributors") #' } #' @family github #' @export @@ -232,7 +232,7 @@ get_issues_qry <- function (org, repo, end_cursor = NULL) { #' #' @examples #' \dontrun{ -#' get_gh_issue_people (org = "ropenscilabs", repo = "allcontributors") +#' get_gh_issue_people (org = "ropensci", repo = "allcontributors") #' } #' @family github #' @export @@ -389,7 +389,7 @@ get_gh_issue_people <- function (org, repo, #' #' @examples #' \dontrun{ -#' get_gh_issue_titles (org = "ropenscilabs", repo = "allcontributors") +#' get_gh_issue_titles (org = "ropensci", repo = "allcontributors") #' } #' @family github #' @export @@ -441,7 +441,7 @@ get_gh_issue_titles <- function (org, repo) { #' #' @examples #' \dontrun{ -#' get_gh_contrib_issue (org = "ropenscilabs", repo = "allcontributors") +#' get_gh_contrib_issue (org = "ropensci", repo = "allcontributors") #' } #' @family github #' @export diff --git a/R/utils.R b/R/utils.R index 5ab06a5..75c62d3 100644 --- a/R/utils.R +++ b/R/utils.R @@ -37,7 +37,7 @@ section_format <- function (x) { #' A `gert` version of `git2r::in_repository()`. #' -#' See https://github.com/ropenscilabs/allcontributors/issues/27 +#' See https://github.com/ropensci/allcontributors/issues/27 #' @noRd in_git_repository <- function (path = ".") { diff --git a/codemeta.json b/codemeta.json index 4623c8f..087c7ed 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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.2.1.001", + "version": "0.2.1.002", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/allcontributors-package.Rd b/man/allcontributors-package.Rd index 278d712..241375f 100644 --- a/man/allcontributors-package.Rd +++ b/man/allcontributors-package.Rd @@ -19,5 +19,15 @@ Useful links: \author{ \strong{Maintainer}: Mark Padgham \email{mark.padgham@email.com} +Authors: +\itemize{ + \item Chris Hartgerink +} + +Other contributors: +\itemize{ + \item Maëlle Salmon [contributor] +} + } \keyword{internal} diff --git a/man/get_contributors.Rd b/man/get_contributors.Rd index 65e77b8..a687fdf 100644 --- a/man/get_contributors.Rd +++ b/man/get_contributors.Rd @@ -54,7 +54,7 @@ open issues, and contribute to discussions in issues. } \examples{ \dontrun{ -get_contributors (org = "ropenscilabs", repo = "allcontributors") +get_contributors (org = "ropensci", repo = "allcontributors") } } \seealso{ diff --git a/man/get_gh_code_contributors.Rd b/man/get_gh_code_contributors.Rd index 358465b..27af218 100644 --- a/man/get_gh_code_contributors.Rd +++ b/man/get_gh_code_contributors.Rd @@ -23,7 +23,7 @@ Get list of all code contributors to the code of a repository } \examples{ \dontrun{ -get_gh_code_contributors (org = "ropenscilabs", repo = "allcontributors") +get_gh_code_contributors (org = "ropensci", repo = "allcontributors") } } \seealso{ diff --git a/man/get_gh_contrib_issue.Rd b/man/get_gh_contrib_issue.Rd index a2b7381..b11e816 100644 --- a/man/get_gh_contrib_issue.Rd +++ b/man/get_gh_contrib_issue.Rd @@ -23,7 +23,7 @@ github repository. } \examples{ \dontrun{ -get_gh_contrib_issue (org = "ropenscilabs", repo = "allcontributors") +get_gh_contrib_issue (org = "ropensci", repo = "allcontributors") } } \seealso{ diff --git a/man/get_gh_issue_people.Rd b/man/get_gh_issue_people.Rd index 35c5150..274dec4 100644 --- a/man/get_gh_issue_people.Rd +++ b/man/get_gh_issue_people.Rd @@ -38,7 +38,7 @@ issues for nominated repository, excluding issues closed as "not planned" } \examples{ \dontrun{ -get_gh_issue_people (org = "ropenscilabs", repo = "allcontributors") +get_gh_issue_people (org = "ropensci", repo = "allcontributors") } } \seealso{ diff --git a/man/get_gh_issue_titles.Rd b/man/get_gh_issue_titles.Rd index 1f1d46c..0003cda 100644 --- a/man/get_gh_issue_titles.Rd +++ b/man/get_gh_issue_titles.Rd @@ -22,7 +22,7 @@ repository } \examples{ \dontrun{ -get_gh_issue_titles (org = "ropenscilabs", repo = "allcontributors") +get_gh_issue_titles (org = "ropensci", repo = "allcontributors") } } \seealso{ From 8f9d303e90bf1ee577f3a8339c77732aa34652c2 Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 14 Oct 2024 17:13:33 +0200 Subject: [PATCH 5/7] spaceout --- DESCRIPTION | 2 +- R/add-contributors.R | 2 +- codemeta.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5ecd38e..a99c0f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: allcontributors Title: Acknowledge all Contributors to a Project -Version: 0.2.1.002 +Version: 0.2.1.003 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), diff --git a/R/add-contributors.R b/R/add-contributors.R index 0b9ee0d..2a0b923 100644 --- a/R/add-contributors.R +++ b/R/add-contributors.R @@ -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 } diff --git a/codemeta.json b/codemeta.json index 087c7ed..b5fd151 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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.2.1.002", + "version": "0.2.1.003", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", From c4f03ab48c4996cb1e80aa4200eee9233254b888 Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 14 Oct 2024 17:14:43 +0200 Subject: [PATCH 6/7] update desc urls for #47 --- DESCRIPTION | 6 +++--- codemeta.json | 10 +++++----- man/allcontributors-package.Rd | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a99c0f5..f452165 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: allcontributors Title: Acknowledge all Contributors to a Project -Version: 0.2.1.003 +Version: 0.2.1.004 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), @@ -12,8 +12,8 @@ Description: Acknowledge all contributors to a project via a single or repository issues. The package also includes several additional functions to extract and quantify contributions to any repository. License: GPL-3 -URL: https://github.com/ropenscilabs/allcontributors -BugReports: https://github.com/ropenscilabs/allcontributors/issues +URL: https://github.com/ropensci/allcontributors +BugReports: https://github.com/ropensci/allcontributors/issues Imports: cli, clipr, diff --git a/codemeta.json b/codemeta.json index b5fd151..b357147 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,10 +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", - "codeRepository": "https://github.com/ropenscilabs/allcontributors", - "issueTracker": "https://github.com/ropenscilabs/allcontributors/issues", + "codeRepository": "https://github.com/ropensci/allcontributors", + "issueTracker": "https://github.com/ropensci/allcontributors/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.1.003", + "version": "0.2.1.004", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -185,8 +185,8 @@ }, "SystemRequirements": {} }, - "fileSize": "150.965KB", - "releaseNotes": "https://github.com/ropenscilabs/allcontributors/blob/master/NEWS.md", + "fileSize": "151.027KB", + "releaseNotes": "https://github.com/ropensci/allcontributors/blob/master/NEWS.md", "readme": "https://github.com/ropensci/allcontributors/blob/main/README.md", "contIntegration": [ "https://github.com/ropensci/allcontributors/actions?query=workflow%3AR-CMD-check", diff --git a/man/allcontributors-package.Rd b/man/allcontributors-package.Rd index 241375f..2dc6ac6 100644 --- a/man/allcontributors-package.Rd +++ b/man/allcontributors-package.Rd @@ -11,8 +11,8 @@ Acknowledge all contributors to a project via a single function call. The functi \seealso{ Useful links: \itemize{ - \item \url{https://github.com/ropenscilabs/allcontributors} - \item Report bugs at \url{https://github.com/ropenscilabs/allcontributors/issues} + \item \url{https://github.com/ropensci/allcontributors} + \item Report bugs at \url{https://github.com/ropensci/allcontributors/issues} } } From c3a749ddd157a46e1bee514b8f4b91dd9986d51d Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 14 Oct 2024 17:18:17 +0200 Subject: [PATCH 7/7] update vignette urls for #47 --- DESCRIPTION | 2 +- codemeta.json | 2 +- vignettes/allcontributors.Rmd | 170 +++++++++++++++++----------------- 3 files changed, 87 insertions(+), 87 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f452165..42c7105 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: allcontributors Title: Acknowledge all Contributors to a Project -Version: 0.2.1.004 +Version: 0.2.1.005 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), diff --git a/codemeta.json b/codemeta.json index b357147..addbfed 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/ropensci/allcontributors", "issueTracker": "https://github.com/ropensci/allcontributors/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.1.004", + "version": "0.2.1.005", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/vignettes/allcontributors.Rmd b/vignettes/allcontributors.Rmd index 2d183fb..e665666 100644 --- a/vignettes/allcontributors.Rmd +++ b/vignettes/allcontributors.Rmd @@ -20,7 +20,7 @@ library (allcontributors) ``` The main functionality of the [`allcontributors` -package](https://github.com/ropenscilabs/allcontributors) is described in the +package](https://github.com/ropensci/allcontributors) is described in the main [`README`](https://docs.ropensci.org/allcontributors/). This vignette provides a visual reference for the various options available for formatting contributors. @@ -51,43 +51,43 @@ find out.)
-mpadge +mpadge
-this-person +this-person
-that-person +that-person
-somebody +somebody
-somebody-else +somebody-else
-them +them
-others +others @@ -103,43 +103,43 @@ find out.)
-nobody +nobody
-somebody +somebody
-anybody +anybody
-nope +nope
-yep +yep
-maybe +maybe
-doubtful +doubtful @@ -156,43 +156,43 @@ find out.)
-here +here
-there +there
-anywhere +anywhere
-somewhere +somewhere
-nowhere +nowhere
-sometime +sometime
-later +later @@ -231,13 +231,13 @@ section titles as shown above, the "list" option gives output that looks like th
    -
  1. mpadge
  2. -
  3. this-person
  4. -
  5. that-person
  6. -
  7. somebody
  8. -
  9. somebody-else
  10. -
  11. them
  12. -
  13. others
  14. +
  15. mpadge
  16. +
  17. this-person
  18. +
  19. that-person
  20. +
  21. somebody
  22. +
  23. somebody-else
  24. +
  25. them
  26. +
  27. others
@@ -246,13 +246,13 @@ section titles as shown above, the "list" option gives output that looks like th
    -
  1. nobody
  2. -
  3. somebody
  4. -
  5. anybody
  6. -
  7. nope
  8. -
  9. yep
  10. -
  11. maybe
  12. -
  13. doubtful
  14. +
  15. nobody
  16. +
  17. somebody
  18. +
  19. anybody
  20. +
  21. nope
  22. +
  23. yep
  24. +
  25. maybe
  26. +
  27. doubtful
@@ -261,13 +261,13 @@ section titles as shown above, the "list" option gives output that looks like th
    -
  1. here
  2. -
  3. there
  4. -
  5. anywhere
  6. -
  7. somewhere
  8. -
  9. nowhere
  10. -
  11. sometime
  12. -
  13. later
  14. +
  15. here
  16. +
  17. there
  18. +
  19. anywhere
  20. +
  21. somewhere
  22. +
  23. nowhere
  24. +
  25. sometime
  26. +
  27. later
@@ -280,38 +280,38 @@ lines of text. ### Code -mpadge, -this-person, -that-person, -somebody, -somebody-else, -them, -others +mpadge, +this-person, +that-person, +somebody, +somebody-else, +them, +others ### Issue Authors -nobody, -somebody, -anybody, -nope, -yep, -maybe, -doubtful +nobody, +somebody, +anybody, +nope, +yep, +maybe, +doubtful ### Issue Contributors -here, -there, -anywhere, -somewhere, -nowhere, -sometime, -later +here, +there, +anywhere, +somewhere, +nowhere, +sometime, +later The shortest possible way of acknowledging your contributors would be like this: ```{r short, eval = FALSE} @@ -319,24 +319,24 @@ add_contributors (num_sectons = 1, format = "text") ``` which would in this case convert the above into the single list of, -mpadge, -this-person, -that-person, -somebody, -somebody-else, -them, -others, -nobody, -somebody, -anybody, -nope, -yep, -maybe, -doubtful, -here, -there, -anywhere, -somewhere, -nowhere, -sometime, -later +mpadge, +this-person, +that-person, +somebody, +somebody-else, +them, +others, +nobody, +somebody, +anybody, +nope, +yep, +maybe, +doubtful, +here, +there, +anywhere, +somewhere, +nowhere, +sometime, +later