From 7ecbe5375b51eeb162cf37aa856e2ecae73959fc Mon Sep 17 00:00:00 2001 From: mpadge Date: Fri, 28 Jun 2024 11:33:07 +0200 Subject: [PATCH] update all urls to new ropensci.org subdomain --- DESCRIPTION | 4 ++-- README.md | 4 ++-- codemeta.json | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 75ff5c1..1e75f10 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "first.last@example.com") Description: What the package does (one paragraph). -URL: https://github.com/ropensci-review-tools/dashboard +URL: https://dashboard.ropensci.org Imports: airtabler, dplyr, diff --git a/README.md b/README.md index 8c2fe74..ccedcda 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/codemeta.json b/codemeta.json index e80c0ac..6f3fa58 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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" }