Skip to content

Commit ef046ea

Browse files
committed
update NEWS
1 parent f02bb4f commit ef046ea

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
NEWS/ChangeLog for rJava
22
--------------------------
33

4+
1.0-13
5+
o The default Java parameters have changed from -Xmx512m to
6+
-Xmx1g and will be only set by .jinit() if the java.parameters
7+
option is not set (and no parameters are specified). (#341)
8+
Previously, the java.parameters option would be set on load
9+
(if not present), now it is not changed by rJava at all and
10+
left to the user.
11+
12+
o .jinit() interprets parameters=NA as "use rJava default" (see
13+
above) and NULL is a shorthand for character().
14+
15+
416
1.0-12 2024-01-26
517
o Win32: minor changes to adapt to (undocumented) API changes in
618
R 4.2.0.

0 commit comments

Comments
 (0)