Skip to content

Commit

Permalink
Update org name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 2, 2024
1 parent 0c85c25 commit 404c18a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Description: Colour palettes based on the official Analytics for the
work harmoniously with the official 'AAGI' colours while being colour
vision deficient (CVD) friendly.
License: MIT + file LICENSE
URL: https://github.com/AAGI-Org-AU-Public/AAGIPalettes,
https://aagi-org-au-public.github.io/AAGIPalettes/
BugReports: https://github.com/AAGI-Org-AU-Public/AAGIPalettes/issues
URL: https://github.com/AAGI-AUS/AAGIPalettes,
https://AAGI-AUS.github.io/AAGIPalettes/
BugReports: https://github.com/AAGI-AUS/AAGIPalettes/issues
Depends:
R (>= 2.10)
Imports:
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/AAGI-Org-AU-Public/AAGIPalettes/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AAGI-Org-AU-Public/AAGIPalettes/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/AAGI-AUS/AAGIPalettes/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AAGI-AUS/AAGIPalettes/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

# {AAGIPalettes} AAGI Colours and Colour Palettes for R <img align="right" src="man/figures/logo.png">
Expand All @@ -31,7 +31,7 @@ You can install {AAGIPalettes} like so:
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("AAGI-Org-AU-Public/AAGIPalettes",
remotes::install_github("AAGI-AUS/AAGIPalettes",
dependencies = TRUE
)
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/AAGI-Org-AU-Public/AAGIPalettes/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AAGI-Org-AU-Public/AAGIPalettes/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/AAGI-AUS/AAGIPalettes/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AAGI-AUS/AAGIPalettes/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

# {AAGIPalettes} AAGI Colours and Colour Palettes for R <img align="right" src="man/figures/logo.png">
Expand All @@ -24,7 +24,7 @@ You can install {AAGIPalettes} like so:
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("AAGI-Org-AU-Public/AAGIPalettes",
remotes::install_github("AAGI-AUS/AAGIPalettes",
dependencies = TRUE
)
```
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://aagi-org-au-public.github.io/AAGIPalettes/
url: https://AAGI-AUS.github.io/AAGIPalettes/
template:
bootstrap: 5

10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"identifier": "AAGIPalettes",
"description": "Colour palettes based on the official Analytics for the Australian Grains Industry ('AAGI') comms guide and others designed to work harmoniously with the official 'AAGI' colours while being colour vision deficient (CVD) friendly.",
"name": "AAGIPalettes: AAGI Colours and Colour Palettes",
"relatedLink": "https://aagi-org-au-public.github.io/AAGIPalettes/",
"codeRepository": "https://github.com/AAGI-Org-AU-Public/AAGIPalettes",
"issueTracker": "https://github.com/AAGI-Org-AU-Public/AAGIPalettes/issues",
"relatedLink": "https://AAGI-AUS.github.io/AAGIPalettes/",
"codeRepository": "https://github.com/AAGI-AUS/AAGIPalettes",
"issueTracker": "https://github.com/AAGI-AUS/AAGIPalettes/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
Expand Down Expand Up @@ -106,7 +106,7 @@
"SystemRequirements": null
},
"fileSize": "184.846KB",
"readme": "https://github.com/AAGI-Org-AU-Public/AAGIPalettes/blob/main/README.md",
"contIntegration": "https://github.com/AAGI-Org-AU-Public/AAGIPalettes/actions/workflows/R-CMD-check.yaml",
"readme": "https://github.com/AAGI-AUS/AAGIPalettes/blob/main/README.md",
"contIntegration": "https://github.com/AAGI-AUS/AAGIPalettes/actions/workflows/R-CMD-check.yaml",
"developmentStatus": "https://www.repostatus.org/#active"
}
6 changes: 3 additions & 3 deletions man/AAGIPalettes-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 404c18a

Please sign in to comment.