diff --git a/CITATION.cff b/CITATION.cff index b555478..11a151c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "rJavaEnv" in publications use:' type: software license: MIT title: 'rJavaEnv: ''Java'' Environments for R Projects' -version: 0.2.0 +version: 0.2.1 doi: 10.32614/CRAN.package.rJavaEnv abstract: 'Quickly install ''Java Development Kit (JDK)'' without administrative privileges and set environment variables in current R session or project to solve common issues diff --git a/DESCRIPTION b/DESCRIPTION index 82e36a4..42c8f68 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rJavaEnv Title: 'Java' Environments for R Projects -Version: 0.2.0 +Version: 0.2.1 Authors@R: c( person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-6690-5345")), diff --git a/NEWS.md b/NEWS.md index e406436..df004fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# rJavaEnv 0.2.1 (2024-09-03) + +* Documentation and description clean-up + # rJavaEnv 0.2.0 (2024-08-28) * Breaking change: `java_check_version_cmd()` and `java_check_version_rjava()` now return detected `Java` version instead of `TRUE`/`FALSE` diff --git a/codemeta.json b/codemeta.json index aeeb0f5..0998ab9 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/e-kotov/rJavaEnv", "issueTracker": "https://github.com/e-kotov/rJavaEnv/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.0", + "version": "0.2.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -164,7 +164,7 @@ }, "SystemRequirements": null }, - "fileSize": "219.095KB", + "fileSize": "219.168KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/cran-comments.md b/cran-comments.md index ee561f6..bdfa9c1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,14 @@ -## Update to 0.2.0 +# Re-submission + +## Update to 0.2.1 Brings new functions based on very quick user feedback after the first release. Also, hopefully, the new safeguarding with 'eval=false' in vignette will prevent erros on macos-oldrel https://cran.r-project.org/web/checks/check_results_rJavaEnv.html when vignette code is executed, even though the whole vignette is set no to evaluate the code. +# rJavaEnv 0.2.1 (2024-09-03) + +* Documentation and description clean-up + # rJavaEnv 0.2.0 (2024-08-28) * Improvement: `java_check_version_cmd()` and `java_check_version_rjava()` now return detected `Java` version instead of `TRUE`/`FALSE`. Note that this is a breaking change, but not critical given that the package has not obtained a significant user base yet. diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 7ccc97f..b82f28c 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -44,7 +44,7 @@ "url": "https://cran.r-project.org" }, "runtimePlatform": "R version 4.4.1 (2024-06-14)", - "version": "0.2.0" + "version": "0.2.1" }, { "id": "https://doi.org/10.32614/CRAN.package.rJavaEnv",