Skip to content

Commit

Permalink
Change repo namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Nov 9, 2023
1 parent c7dcc3d commit 6eb586f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![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)
<!-- badges: end -->

Expand All @@ -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"))
```


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit 6eb586f

Please sign in to comment.