NEWS
r2sundials 7.2.1-4 (2026-01-22)
- removed xref to archived ast2ast (signaled by CRAN team)
r2sundials 7.2.1-3 (2025-04-10)
- upgraded sundials/cvodes to 7.2.1
- fixed the presence of sprintf, vprintf, vsprintf, stderr, stdout and abort signaled by CRAN team
r2sundials 6.5.0-5 (2024-07-22)
- fixed gcc-14 issue signaled by CRAN team
- fixed Robertson test failure on some platforms
r2sundials 6.5.0-4 (2023-12-08)
- fixed warnings "-Wdeprecated-declarations" from RcppArmadillo (reported by CRAN team)
- added .Rbuildignore
- fixed html links
r2sundials 6.5.0-3 (2023-03-24)
- passed to v6.5.0 of SUNDIALS library
- fixed warnings from "-Wstrict-prototypes" (reported by R-core)
- updated CIATION format
r2sundials 5.0.0-10 (2021-05-17)
- fixed errors from "-fno-common" compile option relative to global variables (reported by R-core)
r2sundials 5.0.0-9 (2021-03-16)
- fixed erroneous memory freeing reported by valgrind check (run by R-core)
- fixed https links
r2sundials 5.0.0-7 (2020-03-15)
- fixed too long line in examples
r2sundials 5.0.0-6
- fixed clan-UBSAN error about function signatures mismatching
- fixed clan-UBSAN error about memory leak
- manual page for r2cvodes() is updated for C++ function signatures passed as callback arguments
r2sundials 5.0.0-5
- fixed gcc-UBSAN error about misaligned memory access
- fixed clan-ASAN error about stack-use-after-scope
- fixed unit test failure on solaris
r2sundials 5.0.0-4 (2020-01-08)
- fixed Copyright holders in DESCRIPTION
r2sundials 5.0.0-3
- fixed doc and DESCRIPTION
r2sundials 5.0.0-2
- integrated CVODES-5.0.0 library into the source distribution
r2sundials 5.0.0-1
- moved to CVODES v5.0.0 (but should be still compatible with v4.1.0)
- renamed exported function from cvodes() to r2cvodes()
- changed interaction with rmumps to pass by CCallable
r2sundials 4.1.0-1
- first release. It includes cvodes() for ODE and optionally sensitivity problem solving