From 2ea20ef25d8cee5f0186de3d665ccbfba30e3667 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Wed, 22 Nov 2023 15:54:47 +0800 Subject: [PATCH] Increment version number, Rodrigo now maintainer --- DESCRIPTION | 8 ++++++-- NEWS.md | 6 ++++++ codemeta.json | 19 +++++++++++++------ 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 59c8894..2e0a26e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,14 @@ Package: extractOz Title: Extract Australian Soil, Weather and GRDC Agro-ecological Zone Information from GPS Points -Version: 1.1.4 +Version: 1.1.5 Authors@R: c(person(given = "Adam H.", family = "Sparks", email = "adam.sparks@dpird.wa.gov.au", - role = c("aut", "cre"), + role = c("aut", "ccp"), comment = c(ORCID = "0000-0002-0061-8359")), + person(given = "Rodrigo", family = "Pires", + email = "rodrigo.pires@dpird.wa.gov.au", + role = c("aut", "cre"), + comment = c(ORCID = "0000-0001-7384-6849")), person(given = "Western Australia Agriculture Authority (WAAA)", role = "cph", comment = "Provided support through Adam Sparks's time."), diff --git a/NEWS.md b/NEWS.md index b08c8c2..c8d027a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,10 @@ +# extractOz 1.1.5 + +## Minor changes + +- @bozaah is now the maintainer. + # extractOz 1.1.4 ## Minor changes diff --git a/codemeta.json b/codemeta.json index 2521fc0..6e5a805 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/DPIRD-FSI/extractOz", "issueTracker": "https://github.com/DPIRD-FSI/extractOz/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "1.1.4", + "version": "1.1.5", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -21,6 +21,13 @@ "familyName": "Sparks", "email": "adam.sparks@dpird.wa.gov.au", "@id": "https://orcid.org/0000-0002-0061-8359" + }, + { + "@type": "Person", + "givenName": "Rodrigo", + "familyName": "Pires", + "email": "rodrigo.pires@dpird.wa.gov.au", + "@id": "https://orcid.org/0000-0001-7384-6849" } ], "copyrightHolder": [ @@ -42,10 +49,10 @@ "maintainer": [ { "@type": "Person", - "givenName": "Adam H.", - "familyName": "Sparks", - "email": "adam.sparks@dpird.wa.gov.au", - "@id": "https://orcid.org/0000-0002-0061-8359" + "givenName": "Rodrigo", + "familyName": "Pires", + "email": "rodrigo.pires@dpird.wa.gov.au", + "@id": "https://orcid.org/0000-0001-7384-6849" } ], "softwareSuggestions": [ @@ -252,7 +259,7 @@ "applicationCategory": "Tools", "isPartOf": "https://www.dpird.wa.gov.au/", "keywords": ["agriculture", "Australia", "agroecology", "soils", "weather", "weather-data", "soils-data", "agriculture-research", "r-package", "agriculture-data", "australia"], - "fileSize": "1349.791KB", + "fileSize": "1348.858KB", "releaseNotes": "https://github.com/DPIRD-FSI/extractOz/blob/master/NEWS.md", "readme": "https://github.com/DPIRD-FSI/extractOz/blob/main/README.md", "contIntegration": ["https://github.com/DPIRD-FSI/extractOz/actions", "https://codecov.io/gh/DPIRD-FSI/extractOz"],