Skip to content

Commit 7ecbe53

Browse files
committed
update all urls to new ropensci.org subdomain
1 parent ef3f815 commit 7ecbe53

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package: dashboard
22
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.2.2.026
3+
Version: 0.2.2.027
44
Authors@R:
55
person(given = "First",
66
family = "Last",
77
role = c("aut", "cre"),
88
email = "first.last@example.com")
99
Description: What the package does (one paragraph).
10-
URL: https://github.com/ropensci-review-tools/dashboard
10+
URL: https://dashboard.ropensci.org
1111
Imports:
1212
airtabler,
1313
dplyr,

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# rOpenSci Software Review Dashboard
33

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

1212
## renv and local usage
1313

codemeta.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"name": "dashboard: What the Package Does (One Line, Title Case)",
77
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
88
"license": "https://spdx.org/licenses/MIT",
9-
"version": "0.2.2.026",
9+
"version": "0.2.2.027",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",
1313
"url": "https://r-project.org"
1414
},
15-
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
15+
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
1616
"author": [
1717
{
1818
"@type": "Person",
@@ -137,6 +137,7 @@
137137
},
138138
"SystemRequirements": {}
139139
},
140-
"fileSize": "60.028KB",
140+
"fileSize": "NAKB",
141+
"relatedLink": "https://dashboard.ropensci.org",
141142
"readme": "https://github.com/ropensci-review-tools/dashboard/blob/main/README.md"
142143
}

0 commit comments

Comments
 (0)