Skip to content

Commit

Permalink
Add bug reports and repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Nov 29, 2024
1 parent 136cb34 commit 2d5fee6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Authors@R: c(
Description: Provides access to Australia's TERN (Terrestrial Ecosystem
Research Network) data through the API, <https://tern.org.au>.
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,
Expand All @@ -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
5 changes: 3 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"identifier": "nert",
"description": "Provides access to Australia's TERN (Terrestrial Ecosystem Research Network) data through the API, <https://tern.org.au>.",
"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": {
Expand Down Expand Up @@ -146,7 +148,7 @@
},
"SystemRequirements": null
},
"fileSize": "176.835KB",
"fileSize": "176.921KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down Expand Up @@ -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"]
}

0 comments on commit 2d5fee6

Please sign in to comment.