-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now I understand the citation comfunction
- Loading branch information
1 parent
09f4b8a
commit 8dca728
Showing
4 changed files
with
21 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", , "[email protected]", role = "cre", | ||
person("Adam H.", "Sparks", , "[email protected]", role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0002-0061-8359")), | ||
person("Wasin", "Pipattungsakul", , "[email protected]", role = "aut"), | ||
person("Russell", "Edson", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-4607-5396")), | ||
person("Sam", "Rogers", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-4607-5396")), | ||
person("Max", "Moldovan", , "[email protected]", role = "ctb") | ||
person("Max", "Moldovan", , "[email protected]", role = "aut") | ||
) | ||
Description: Provides access to Australia's TERN (Terrestrial Ecosystem | ||
Research Network) data through the API, <https://tern.org.au>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,13 @@ | |
}, | ||
"runtimePlatform": "R version 4.4.2 (2024-10-31)", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Adam H.", | ||
"familyName": "Sparks", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-0061-8359" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Wasin", | ||
|
@@ -35,9 +42,7 @@ | |
"familyName": "Rogers", | ||
"email": "[email protected]", | ||
"@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"] | ||
} |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.