Skip to content

Commit

Permalink
update all urls to new ropensci.org subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jun 28, 2024
1 parent ef3f815 commit 7ecbe53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.2.2.026
Version: 0.2.2.027
Authors@R:
person(given = "First",
family = "Last",
role = c("aut", "cre"),
email = "[email protected]")
Description: What the package does (one paragraph).
URL: https://github.com/ropensci-review-tools/dashboard
URL: https://dashboard.ropensci.org
Imports:
airtabler,
dplyr,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# rOpenSci Software Review Dashboard

This repository contains the source code for [rOpenSci's *Software Review
Dashboard*](https://ropensci-review-tools.github.io/dashboard). This includes
Dashboard*](https://dashboard.ropensci.org). This includes
both a local R package named "dashboard", and a [quarto
directory](https://github.com/ropensci-review-tools/dashboard/tree/main/quarto)
which includes the source files for the website. This README is intended only
for developers. Anybody solely interested in the dashboard should [head
straight to the website](https://ropensci-review-tools.github.io/dashboard).
straight to the website](https://dashboard.ropensci.org).

## renv and local usage

Expand Down
7 changes: 4 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.2.026",
"version": "0.2.2.027",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -137,6 +137,7 @@
},
"SystemRequirements": {}
},
"fileSize": "60.028KB",
"fileSize": "NAKB",
"relatedLink": "https://dashboard.ropensci.org",
"readme": "https://github.com/ropensci-review-tools/dashboard/blob/main/README.md"
}

0 comments on commit 7ecbe53

Please sign in to comment.