Skip to content

Commit 486e29a

Browse files
committed
Change DESCRIPTION and NEWS
1 parent 454c7c0 commit 486e29a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Suggests:
66
testthat (>= 3.0.0)
77
Type: Package
88
Title: 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
1111
Authors@R: as.person(c(
1212
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
1313
"Joaquin Bedia <bediaj@unican.es> [aut, cre]",

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
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.

0 commit comments

Comments
 (0)