diff --git a/DESCRIPTION b/DESCRIPTION index b37d6b4..19df050 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: extractOz Title: Extract Australian Soil, Weather and GRDC Agro-ecological Zone Information from GPS Points -Version: 1.0.0.9000 +Version: 1.1.0 Authors@R: c(person(given = "Adam H.", family = "Sparks", email = "adam.sparks@dpird.wa.gov.au", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 8deac37..acabcfa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# extractOz 1.0.0.9000 +# extractOz 1.1.0 ## Major changes @@ -15,6 +15,8 @@ - Internal GRDC Agroecoregions object uses the same simplified GPKG and is saved using "xz" compression to save more file space. +- Use {roxyglobals} for tracking global objects in the package in a tidier fashion. + # extractOz 1.0.0 ## Major changes diff --git a/codemeta.json b/codemeta.json index f3d2e28..572a29a 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.0.0.9000", + "version": "1.1.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -85,6 +85,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=rmarkdown" }, + { + "@type": "SoftwareApplication", + "identifier": "roxyglobals", + "name": "roxyglobals", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=roxyglobals" + }, { "@type": "SoftwareApplication", "identifier": "spelling", @@ -240,7 +252,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": "1347.098KB", + "fileSize": "1347.764KB", "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"],