Skip to content

Commit

Permalink
Add CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Nov 28, 2024
1 parent 2ad040b commit 113f8e8
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ given latitude and longitude values for each.

``` r
library(terra)
#> terra 1.7.83
#> terra 1.7.78
df <- structure(
list(
location = c("Corrigin", "Merredin", "Tamworth"),
Expand Down
31 changes: 30 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,36 @@
},
"SystemRequirements": null
},
"fileSize": "176.359KB",
"fileSize": "176.643KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Adam H.",
"familyName": "Sparks"
},
{
"@type": "Person",
"givenName": "Wasin",
"familyName": "Pipattungsakul"
},
{
"@type": "Person",
"givenName": "Russell",
"familyName": "Edson"
},
{
"@type": "Person",
"givenName": "Max",
"familyName": "Moldovan"
}
],
"name": "nert: An API Client for TERN Data"
}
],
"codeRepository": "https://github.com/AAGI-AUS/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"]
Expand Down
10 changes: 10 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bibentry(
bibtype = "Manual",
author = c(person("Adam H.", "Sparks"),
person("Wasin", "Pipattungsakul"),
person("Russell", "Edson"),
person("Max", "Moldovan")
),
title = "nert: An API Client for TERN Data",
year = 2024,
)

0 comments on commit 113f8e8

Please sign in to comment.