-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNEWS
More file actions
14 lines (13 loc) · 703 Bytes
/
NEWS
File metadata and controls
14 lines (13 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# NEWS
## v1.1-0
* In-house netCDF-Java version for http authentication
## v1.1.1
* Update java version checker to comply with java >=9 (See Issue loadeR#33 https://github.com/SantanderMetGroup/loadeR/issues/33)
## v1.2.0
* Enhanced JVM initialization with configurable heap memory.
* Class loader support for reading JAR metadata at load time.
* Add test for Java-R interface functions (javaCalendarDate2rPOSIXlt, javaString2rChar).
* Updated documentation with memory configuration instructions.
## v1.2.2
* Fix JVM initialization when `java.parameters` is unset by removing empty entries before calling `rJava::.jinit()`.
* Improves compatibility with R 4.4 during package load/install tests.