diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8a9e6ff..fd81a0a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -62,7 +62,7 @@ See our guide on [how to create a great issue](https://code-review.tidyverse.org ### Pull request process -* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("noamross/relic", fork = TRUE)`. +* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("ecohealthalliance/relic", fork = TRUE)`. * Install all development dependencies with `devtools::install_dev_deps()`, and then make sure the package passes R CMD check by running `devtools::check()`. If R CMD check doesn't pass cleanly, it's a good idea to ask for help before continuing. diff --git a/DESCRIPTION b/DESCRIPTION index d593870..ebf048d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -35,6 +35,6 @@ Remotes: moodymudskipper/devtag, ropensci-review-tools/pkgcheck Config/testthat/edition: 3 -URL: https://noamross.github.io/relic, https://noamross.r-universe.dev/relic -BugReports: https://github.com/noamross/relic/issues +URL: https://ecohealthalliance.github.io/relic, https://ecohealthalliance.r-universe.dev/relic +BugReports: https://github.com/ecohealthalliance/relic/issues VignetteBuilder: knitr diff --git a/README.Rmd b/README.Rmd index 0f4992f..db1a074 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,10 +17,10 @@ knitr::opts_chunk$set( [![Project Status: Concept](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept) -[![R-CMD-check](https://github.com/noamross/relic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/noamross/relic/actions/workflows/R-CMD-check.yaml) -[![pkgcheck](https://github.com/noamross/relic/workflows/pkgcheck/badge.svg)](https://github.com/noamross/relic/actions?query=workflow%3Apkgcheck) -[![codecov](https://codecov.io/gh/noamross/relic/branch/main/graph/badge.svg)](https://codecov.io/gh/noamross/relic) -[![relic on R-Universe](https://noamross.r-universe.dev/badges/relic)](https://noamross.r-universe.dev/relic) +[![R-CMD-check](https://github.com/ecohealthalliance/relic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ecohealthalliance/relic/actions/workflows/R-CMD-check.yaml) +[![pkgcheck](https://github.com/ecohealthalliance/relic/workflows/pkgcheck/badge.svg)](https://github.com/ecohealthalliance/relic/actions?query=workflow%3Apkgcheck) +[![codecov](https://codecov.io/gh/ecohealthalliance/relic/branch/main/graph/badge.svg)](https://codecov.io/gh/ecohealthalliance/relic) +[![relic on R-Universe](https://ecohealthalliance.r-universe.dev/badges/relic)](https://ecohealthalliance.r-universe.dev/relic) [![CRAN status](https://www.r-pkg.org/badges/version/relic)](https://CRAN.R-project.org/package=relic) @@ -33,7 +33,7 @@ project. It enables extracting and comparing files and objects from project hist You can install the development version of `relic` like so: ```r -install.packages("relic", repos = c("https://noamross.r-universe.dev")) +install.packages("relic", repos = c("https://ecohealthalliance.r-universe.dev")) ``` diff --git a/README.md b/README.md index bffae30..0590d52 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ [![Project Status: Concept](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept) -[![R-CMD-check](https://github.com/noamross/relic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/noamross/relic/actions/workflows/R-CMD-check.yaml) -[![pkgcheck](https://github.com/noamross/relic/workflows/pkgcheck/badge.svg)](https://github.com/noamross/relic/actions?query=workflow%3Apkgcheck) -[![codecov](https://codecov.io/gh/noamross/relic/branch/main/graph/badge.svg)](https://codecov.io/gh/noamross/relic) +[![R-CMD-check](https://github.com/ecohealthalliance/relic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ecohealthalliance/relic/actions/workflows/R-CMD-check.yaml) +[![pkgcheck](https://github.com/ecohealthalliance/relic/workflows/pkgcheck/badge.svg)](https://github.com/ecohealthalliance/relic/actions?query=workflow%3Apkgcheck) +[![codecov](https://codecov.io/gh/ecohealthalliance/relic/branch/main/graph/badge.svg)](https://codecov.io/gh/ecohealthalliance/relic) [![relic on -R-Universe](https://noamross.r-universe.dev/badges/relic)](https://noamross.r-universe.dev/relic) +R-Universe](https://ecohealthalliance.r-universe.dev/badges/relic)](https://ecohealthalliance.r-universe.dev/relic) [![CRAN status](https://www.r-pkg.org/badges/version/relic)](https://CRAN.R-project.org/package=relic) @@ -26,7 +26,7 @@ enables extracting and comparing files and objects from project history. You can install the development version of `relic` like so: ``` r -install.packages("relic", repos = c("https://noamross.r-universe.dev")) +install.packages("relic", repos = c("https://ecohealthalliance.r-universe.dev")) ``` ## Related work diff --git a/codemeta.json b/codemeta.json index 58bcf05..d64fc14 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,9 +4,9 @@ "identifier": "relic", "description": "Tools working with the history of version-controlled projects, ", "name": "relic: Objects from History", - "relatedLink": "https://noamross.r-universe.dev/relic", - "codeRepository": "https://noamross.github.io/relic", - "issueTracker": "https://github.com/noamross/relic/issues", + "relatedLink": "https://ecohealthalliance.r-universe.dev/relic", + "codeRepository": "https://ecohealthalliance.github.io/relic", + "issueTracker": "https://github.com/ecohealthalliance/relic/issues", "license": "https://spdx.org/licenses/MIT", "version": "0.0.0.9000", "programmingLanguage": { @@ -207,7 +207,7 @@ } ], "name": "relic: Tools for working with version-controlled data science workflows", - "url": "https://github.com/noamross/relic" + "url": "https://github.com/ecohealthalliance/relic" } ] }