Skip to content

Commit d789476

Browse files
committed
submitted to cran
1 parent bae1c6d commit d789476

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.2.2
2+
Date: 2024-09-13 19:17:50 UTC
3+
SHA: bae1c6dea15b2f7750ae78d87ab0012a7772081f

cran-comments.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
1-
# Re-submission
1+
# rJavaEnv 0.2.2 (2024-09-13)
22

3-
## Update to 0.2.1
3+
* Hot fix: improve robustness of setting Java environment in the current session with either `use_java()` or `java_quick_install()`. See bug fix below.
44

5-
Brings new functions based on very quick user feedback after the first release.
6-
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.
7-
8-
# rJavaEnv 0.2.1 (2024-09-03)
9-
10-
* Documentation and description clean-up
11-
12-
# rJavaEnv 0.2.0 (2024-08-28)
13-
14-
* 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.
15-
16-
* New function `use_java()` to download, install and set `Java` from cache for the current sesssion, without touching the current project/working directory. This is intended for use with `targets` and `callr`.
17-
18-
* New vignette on using the package with `targets' and 'callr`
19-
20-
* Updated documentation with clearer instructions on cache folder cleanup before removing the package
21-
22-
* Depends on `R` > 4.0 to be able to write to the package cache directory without extra user warning. Cache cleanup and management functions are provided, as well as the documentation in both README and vignettes.
5+
* Bug fix: Setting Java environment via `rJava::.jniInitialized()` rendered impossible changing Java version for `rJava`-dependent packages, because it somehow pre-initialised `rJava`

0 commit comments

Comments
 (0)