From 2d5fee6af9e4fd5bc2b2d760b827e7965d730390 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Fri, 29 Nov 2024 10:08:30 +0800 Subject: [PATCH] Add bug reports and repo links --- DESCRIPTION | 5 ++--- codemeta.json | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 65bcbdd..ae89f4d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,6 +13,8 @@ Authors@R: c( Description: Provides access to Australia's TERN (Terrestrial Ecosystem Research Network) data through the API, . License: MIT + file LICENSE +URL: https://aagi-aus.github.io/nert/, https://github.com/AAGI-AUS/nert +BugReports: https://github.com/AAGI-AUS/nert/issues Imports: cli, data.table, @@ -30,6 +32,3 @@ Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")) RoxygenNote: 7.3.2 -URL: https://aagi-aus.github.io/nert/, - https://github.com/AAGI-AUS/nert -BugReports: https://github.com/AAGI-AUS/nert/issues diff --git a/codemeta.json b/codemeta.json index 6b8862d..a187059 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,7 +4,9 @@ "identifier": "nert", "description": "Provides access to Australia's TERN (Terrestrial Ecosystem Research Network) data through the API, .", "name": "nert: An API Client for TERN Data", + "relatedLink": "https://aagi-aus.github.io/nert/", "codeRepository": "https://github.com/AAGI-AUS/nert", + "issueTracker": "https://github.com/AAGI-AUS/nert/issues", "license": "https://spdx.org/licenses/MIT", "version": "0.0.0.9000", "programmingLanguage": { @@ -146,7 +148,7 @@ }, "SystemRequirements": null }, - "fileSize": "176.835KB", + "fileSize": "176.921KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -181,7 +183,6 @@ "name": "nert: An API Client for TERN Data" } ], - "relatedLink": "https://aagi-aus.github.io/nert/", "readme": "https://github.com/AAGI-AUS/nert/blob/main/README.md", "contIntegration": ["https://github.com/AAGI-AUS/nert/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/AAGI-AUS/nert"] }