diff --git a/DESCRIPTION b/DESCRIPTION index 44e4feb..02ef77f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,14 +2,14 @@ Package: nert Title: An API Client for TERN Data Version: 0.0.0.9000 Authors@R: c( - person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = "cre", + person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = c("cre", "aut"), 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("Sam", "Rogers", , "sam.rogers@adelaide.edu.au", role = "aut", comment = c(ORCID = "0000-0002-4607-5396")), - person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "ctb") + person("Max", "Moldovan", , "max.moldovan@adelaide.edu.au", role = "aut") ) Description: Provides access to Australia's TERN (Terrestrial Ecosystem Research Network) data through the API, . diff --git a/codemeta.json b/codemeta.json index 1aca9a4..d72a2e6 100644 --- a/codemeta.json +++ b/codemeta.json @@ -16,6 +16,13 @@ }, "runtimePlatform": "R version 4.4.2 (2024-10-31)", "author": [ + { + "@type": "Person", + "givenName": "Adam H.", + "familyName": "Sparks", + "email": "adamhsparks@gmail.com", + "@id": "https://orcid.org/0000-0002-0061-8359" + }, { "@type": "Person", "givenName": "Wasin", @@ -35,9 +42,7 @@ "familyName": "Rogers", "email": "sam.rogers@adelaide.edu.au", "@id": "https://orcid.org/0000-0002-4607-5396" - } - ], - "contributor": [ + }, { "@type": "Person", "givenName": "Max", @@ -149,41 +154,7 @@ }, "SystemRequirements": null }, - "fileSize": "177.136KB", - "citation": [ - { - "@type": "SoftwareSourceCode", - "datePublished": "2024", - "author": [ - { - "@type": "Person", - "givenName": "Adam H.", - "familyName": "Sparks" - }, - { - "@type": "Person", - "givenName": "Wasin", - "familyName": "Pipattungsakul" - }, - { - "@type": "Person", - "givenName": "Sam", - "familyName": "Rogers" - }, - { - "@type": "Person", - "givenName": "Russell", - "familyName": "Edson" - }, - { - "@type": "Person", - "givenName": "Max", - "familyName": "Moldovan" - } - ], - "name": "nert: An API Client for TERN Data" - } - ], + "fileSize": "176.977KB", "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 deleted file mode 100644 index 64f5bae..0000000 --- a/inst/CITATION +++ /dev/null @@ -1,11 +0,0 @@ -bibentry( - bibtype = "Manual", - author = c(person("Adam H.", "Sparks"), - person("Wasin", "Pipattungsakul"), - person("Sam", "Rogers"), - person("Russell", "Edson"), - person("Max", "Moldovan") - ), - title = "nert: An API Client for TERN Data", - year = 2024 - ) diff --git a/man/nert-package.Rd b/man/nert-package.Rd index 93a3a42..a13f0de 100644 --- a/man/nert-package.Rd +++ b/man/nert-package.Rd @@ -7,6 +7,15 @@ \title{nert: An API Client for TERN Data} \description{ Provides access to Australia's TERN (Terrestrial Ecosystem Research Network) data through the API, \url{https://tern.org.au}. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://aagi-aus.github.io/nert/} + \item \url{https://github.com/AAGI-AUS/nert} + \item Report bugs at \url{https://github.com/AAGI-AUS/nert/issues} +} + } \author{ \strong{Maintainer}: Adam H. Sparks \email{adamhsparks@gmail.com} (\href{https://orcid.org/0000-0002-0061-8359}{ORCID}) @@ -16,11 +25,7 @@ Authors: \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} (\href{https://orcid.org/0000-0002-4607-5396}{ORCID}) -} - -Other contributors: -\itemize{ - \item Max Moldovan \email{max.moldovan@adelaide.edu.au} [contributor] + \item Max Moldovan \email{max.moldovan@adelaide.edu.au} } }