diff --git a/DESCRIPTION b/DESCRIPTION index 44bcc0e..482da5a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: WINS Title: Crop Stress Weather Information Delivery System -Version: 0.0.1.9000 +Version: 0.0.1 Authors@R: c( person("Adam", "Sparks", , "adamhsparks@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0061-8359")), diff --git a/NEWS.md b/NEWS.md index 1002cd2..c677943 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# WINS 0.0.1.9000 +# WINS 0.0.1 * Added a `NEWS.md` file to track changes to the package. * Forked from John_Conner, which remains as a historical repository and R package for the GovHack2016 submission diff --git a/codemeta.json b/codemeta.json index e01f689..d30f355 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,10 +4,11 @@ "identifier": "WINS", "description": "Identifies likely heat or cold stress events in crops and send an alert via e-mail to subscribers. The chillR package is used to generate hourly weather data from Australia Bureau of Meteorology (BOM).", "name": "WINS: Crop Stress Weather Information Delivery System", + "relatedLink": "https://toowoombatrio.github.io/WINS/", "codeRepository": "https://github.com/ToowoombaTrio/WINS", "issueTracker": "https://github.com/ToowoombaTrio/WINS/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.0.1.9000", + "version": "0.0.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -369,7 +370,7 @@ }, "SystemRequirements": null }, - "fileSize": "126.489KB", + "fileSize": "126.57KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -392,7 +393,7 @@ ], "name": "{WINS}: Crop Stress Weather Information Delivery System in R", "url": "https://github.com/ToowoombaTrio/WINS", - "description": "R package version 0.0.1.9000" + "description": "R package version 0.0.1" } ], "releaseNotes": "https://github.com/ToowoombaTrio/WINS/blob/master/NEWS.md",