From ce5071d4e5c3de28f6a2921cedea6bc73c0ee9fd Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Fri, 29 Nov 2024 09:27:33 +0800 Subject: [PATCH] Add Sam to authors --- DESCRIPTION | 6 +++--- codemeta.json | 8 +++++++- inst/CITATION | 3 ++- man/nert-package.Rd | 3 ++- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 34f3148..0697abb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,11 +4,11 @@ Version: 0.0.0.9000 Authors@R: c( person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = "cre", comment = c(ORCID = "0000-0002-0061-8359")), + person("Wasin", "Pipattungsakul", , "wasin.pipattungsakul@adelaide.edu.au", role = "aut"), person("Russell", "Edson", , "russell.edson@adelaide.edu.au", role = "aut", comment = c(ORCID = "0000-0002-4607-5396")), - person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "ctb"), - person("Wasin", "Pipattungsakul", , "wasin.pipattungsakul@adelaide.edu.au", - role = "aut") + person("Sam", "Rogers", , "sam.rogers@adelaide.edu.au", role = "aut"), + person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "ctb") ) Description: Provides access to Australia's TERN (Terrestrial Ecosystem Research Network) data through the API, . diff --git a/codemeta.json b/codemeta.json index 4deb1a2..d413d79 100644 --- a/codemeta.json +++ b/codemeta.json @@ -20,6 +20,12 @@ "email": "russell.edson@adelaide.edu.au", "@id": "https://orcid.org/0000-0002-4607-5396" }, + { + "@type": "Person", + "givenName": "Sam", + "familyName": "Rogers", + "email": "sam.rogers@adelaide.edu.au" + }, { "@type": "Person", "givenName": "Wasin", @@ -139,7 +145,7 @@ }, "SystemRequirements": null }, - "fileSize": "176.643KB", + "fileSize": "176.706KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/inst/CITATION b/inst/CITATION index 646c686..4c2d65e 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,9 +2,10 @@ bibentry( bibtype = "Manual", author = c(person("Adam H.", "Sparks"), person("Wasin", "Pipattungsakul"), + persoon("Sam", "Rodgers"), person("Russell", "Edson"), person("Max", "Moldovan") ), title = "nert: An API Client for TERN Data", - year = 2024, + year = 2024 ) diff --git a/man/nert-package.Rd b/man/nert-package.Rd index 9dc0983..4f7874c 100644 --- a/man/nert-package.Rd +++ b/man/nert-package.Rd @@ -13,8 +13,9 @@ Provides access to Australia's TERN (Terrestrial Ecosystem Research Network) dat Authors: \itemize{ - \item Russell Edson \email{russell.edson@adelaide.edu.au} (\href{https://orcid.org/0000-0002-4607-5396}{ORCID}) \item Wasin Pipattungsakul \email{wasin.pipattungsakul@adelaide.edu.au} + \item Russell Edson \email{russell.edson@adelaide.edu.au} (\href{https://orcid.org/0000-0002-4607-5396}{ORCID}) + \item Sam Rogers \email{sam.rogers@adelaide.edu.au} } Other contributors: