We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02bb4f commit ef046eaCopy full SHA for ef046ea
NEWS
@@ -1,6 +1,18 @@
1
NEWS/ChangeLog for rJava
2
--------------------------
3
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
16
1.0-12 2024-01-26
17
o Win32: minor changes to adapt to (undocumented) API changes in
18
R 4.2.0.
0 commit comments