Skip to content

Commit 3d34e6c

Browse files
committed
update news before the release
1 parent 78eb54b commit 3d34e6c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# rJavaEnv 0.1.3 (2024-08-28)
2+
3+
* Breaking change: `java_check_version_cmd()` and `java_check_version_rjava()` now return detected `Java` version instead of `TRUE`/`FALSE`
4+
5+
* 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`.
6+
7+
* New vignette on using the package with `targets' and 'callr`
8+
9+
* Updated documentation with clearer instructions on cache folder cleanup before removing the package
10+
11+
* 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.
12+
113
# rJavaEnv 0.1.2
214

315
* Fixed broken links in README.md

0 commit comments

Comments
 (0)