File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Suggests:
66 testthat (>= 3.0.0)
77Type: Package
88Title: Loader of the NetCDF Java Library in R
9- Version: 1.2.1
10- Date: 2025-08-12
9+ Version: 1.2.2
10+ Date: 2026-04-01
1111Authors@R: as.person(c(
1212 "Santander Meteorology Group <http://meteo.unican.es> [cph]",
1313 "Joaquin Bedia <bediaj@unican.es> [aut, cre]",
Original file line number Diff line number Diff line change 88 * Enhanced JVM initialization with configurable heap memory.
99 * Class loader support for reading JAR metadata at load time.
1010 * Add test for Java-R interface functions (javaCalendarDate2rPOSIXlt, javaString2rChar).
11- * Updated documentation with memory configuration instructions.
11+ * Updated documentation with memory configuration instructions.
12+ ## v1.2.2
13+ * Fix JVM initialization when `java.parameters` is unset by removing empty entries before calling `rJava::.jinit()`.
14+ * Improves compatibility with R 4.4 during package load/install tests.
You can’t perform that action at this time.
0 commit comments