From 113f8e820794a16649ba0cc98ed7ab56ca8db564 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Thu, 28 Nov 2024 17:27:02 +0800 Subject: [PATCH] Add CITATION --- README.md | 2 +- codemeta.json | 31 ++++++++++++++++++++++++++++++- inst/CITATION | 10 ++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 inst/CITATION diff --git a/README.md b/README.md index b1e8f28..3bae077 100644 --- a/README.md +++ b/README.md @@ -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"), diff --git a/codemeta.json b/codemeta.json index 060121a..4deb1a2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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"] diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..646c686 --- /dev/null +++ b/inst/CITATION @@ -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, + )