Skip to content

Commit

Permalink
version bump and metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Sep 13, 2024
1 parent df72be4 commit bb07d16
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
13 changes: 1 addition & 12 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version: 0.2.2
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
Expand Down Expand Up @@ -142,17 +142,6 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0003-4474-2498
year: '2024'
- type: software
title: rJava
abstract: 'rJava: Low-Level R to Java Interface'
notes: Suggests
url: http://www.rforge.net/rJava/
repository: https://CRAN.R-project.org/package=rJava
authors:
- family-names: Urbanek
given-names: Simon
email: [email protected]
year: '2024'
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rJavaEnv
Title: 'Java' Environments for R Projects
Version: 0.2.1.9000
Version: 0.2.2
Authors@R: c(
person("Egor", "Kotov", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-6690-5345")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# rJavaEnv (development version)
# rJavaEnv 0.2.2 (2024-09-13)

* Hot fix: improve robustness of setting Java environemntin the current session with either `use_java()` or `java_quick_install()`. See bug fix below.

* Bug fix: Setting Java environment via `rJava::.jniInitialized()` rendered impossible changing Java version for `rJava`-dependent packages, because it somehow pre-initialised `rJava`

# rJavaEnv 0.2.1 (2024-09-03)

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"version": "0.2.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -164,7 +164,7 @@
},
"SystemRequirements": null
},
"fileSize": "219.168KB",
"fileSize": "219.774KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"url": "https://cran.r-project.org"
},
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"version": "0.2.1"
"version": "0.2.2"
},
{
"id": "https://doi.org/10.32614/CRAN.package.rJavaEnv",
Expand Down

0 comments on commit bb07d16

Please sign in to comment.