Skip to content

Commit bb07d16

Browse files
committed
version bump and metadata update
1 parent df72be4 commit bb07d16

File tree

5 files changed

+10
-17
lines changed

5 files changed

+10
-17
lines changed

CITATION.cff

Lines changed: 1 addition & 12 deletions
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.1
11+
version: 0.2.2
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
@@ -142,17 +142,6 @@ references:
142142
143143
orcid: https://orcid.org/0000-0003-4474-2498
144144
year: '2024'
145-
- type: software
146-
title: rJava
147-
abstract: 'rJava: Low-Level R to Java Interface'
148-
notes: Suggests
149-
url: http://www.rforge.net/rJava/
150-
repository: https://CRAN.R-project.org/package=rJava
151-
authors:
152-
- family-names: Urbanek
153-
given-names: Simon
154-
155-
year: '2024'
156145
- type: software
157146
title: testthat
158147
abstract: 'testthat: Unit Testing for R'

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.1.9000
3+
Version: 0.2.2
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# rJavaEnv (development version)
1+
# rJavaEnv 0.2.2 (2024-09-13)
2+
3+
* Hot fix: improve robustness of setting Java environemntin the current session with either `use_java()` or `java_quick_install()`. See bug fix below.
4+
5+
* Bug fix: Setting Java environment via `rJava::.jniInitialized()` rendered impossible changing Java version for `rJava`-dependent packages, because it somehow pre-initialised `rJava`
26

37
# rJavaEnv 0.2.1 (2024-09-03)
48

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.1",
11+
"version": "0.2.2",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -164,7 +164,7 @@
164164
},
165165
"SystemRequirements": null
166166
},
167-
"fileSize": "219.168KB",
167+
"fileSize": "219.774KB",
168168
"citation": [
169169
{
170170
"@type": "SoftwareSourceCode",

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.1"
47+
"version": "0.2.2"
4848
},
4949
{
5050
"id": "https://doi.org/10.32614/CRAN.package.rJavaEnv",

0 commit comments

Comments
 (0)