diff --git a/DESCRIPTION b/DESCRIPTION index 5f90766..cd09193 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,9 +4,13 @@ Title: Provides simple downloading, parsing and importing of Australian Bureau of Agricultural and Resource Economics and Sciences (ABARES) data sources Version: 0.1.0 -Authors@R: +Authors@R: c( person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = c("cre", "aut"), - comment = c(ORCID = "0000-0002-0061-8359")) + comment = c(ORCID = "0000-0002-0061-8359")), + person("Curtin University", role = "cph"), + person("Grains Research and Development Corporation", role = c("fnd", "cph"), + comment = "GRDC Project CUR2210-005OPX") + ) Description: Download and import data from the Australian Bureau of Agricultural and Resource Economics and Sciences (ABARES) . diff --git a/codemeta.json b/codemeta.json index 4a74df0..7e1e092 100644 --- a/codemeta.json +++ b/codemeta.json @@ -24,6 +24,22 @@ "@id": "https://orcid.org/0000-0002-0061-8359" } ], + "copyrightHolder": [ + { + "@type": "Organization", + "name": "Curtin University" + }, + { + "@type": "Organization", + "name": "Grains Research and Development Corporation" + } + ], + "funder": [ + { + "@type": "Organization", + "name": "Grains Research and Development Corporation" + } + ], "maintainer": [ { "@type": "Person", @@ -309,7 +325,7 @@ }, "SystemRequirements": null }, - "fileSize": "327.685KB", + "fileSize": "328.06KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/man/read.abares-package.Rd b/man/read.abares-package.Rd index 45fbe57..3408c12 100644 --- a/man/read.abares-package.Rd +++ b/man/read.abares-package.Rd @@ -22,5 +22,11 @@ Useful links: \author{ \strong{Maintainer}: Adam H. Sparks \email{adamhsparks@gmail.com} (\href{https://orcid.org/0000-0002-0061-8359}{ORCID}) +Other contributors: +\itemize{ + \item Curtin University [copyright holder] + \item Grains Research and Development Corporation (GRDC Project CUR2210-005OPX) [funder, copyright holder] +} + } \keyword{internal}