Skip to content

Commit 721e336

Browse files
committed
update meta and cran comments for submission
1 parent 3901dbc commit 721e336

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "rJavaEnv" in publications use:'
88
type: software
99
license: MIT
1010
title: 'rJavaEnv: ''Java'' Environments for R Projects'
11-
version: 0.2.0
11+
version: 0.2.1
1212
doi: 10.32614/CRAN.package.rJavaEnv
1313
abstract: 'Quickly install ''Java Development Kit (JDK)'' without administrative privileges
1414
and set environment variables in current R session or project to solve common issues

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rJavaEnv
22
Title: 'Java' Environments for R Projects
3-
Version: 0.2.0
3+
Version: 0.2.1
44
Authors@R: c(
55
person("Egor", "Kotov", , "[email protected]", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-6690-5345")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# rJavaEnv 0.2.1 (2024-09-03)
2+
3+
* Documentation and description clean-up
4+
15
# rJavaEnv 0.2.0 (2024-08-28)
26

37
* Breaking change: `java_check_version_cmd()` and `java_check_version_rjava()` now return detected `Java` version instead of `TRUE`/`FALSE`

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
99
"issueTracker": "https://github.com/e-kotov/rJavaEnv/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.2.0",
11+
"version": "0.2.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -164,7 +164,7 @@
164164
},
165165
"SystemRequirements": null
166166
},
167-
"fileSize": "219.095KB",
167+
"fileSize": "219.168KB",
168168
"citation": [
169169
{
170170
"@type": "SoftwareSourceCode",

cran-comments.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## Update to 0.2.0
1+
# Re-submission
2+
3+
## Update to 0.2.1
24

35
Brings new functions based on very quick user feedback after the first release.
46
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.
57

8+
# rJavaEnv 0.2.1 (2024-09-03)
9+
10+
* Documentation and description clean-up
11+
612
# rJavaEnv 0.2.0 (2024-08-28)
713

814
* 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.

inst/schemaorg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"url": "https://cran.r-project.org"
4545
},
4646
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
47-
"version": "0.2.0"
47+
"version": "0.2.1"
4848
},
4949
{
5050
"id": "https://doi.org/10.32614/CRAN.package.rJavaEnv",

0 commit comments

Comments
 (0)