Releases: R-Lum/rxylib
Releases · R-Lum/rxylib
v0.2.14 (CRAN)
v0.2.13 (CRAN)
Changes in version 0.2.13 (2024-08-26)
This version has C++17 as a system requirement.
- Fix a CRAN related documentation error in the DESCRIPTION.
v0.2.12 (CRAN)
Changes in version 0.2.12 (2023-11-03)
This version has C++17 as a system requirement.
read_xyData()
now throws more meaningful errors if the underlying
library throws errors.- Update
xrdml.cpp
to work with nodes of type “counts” instead of
“intensities” (depending on what is available)
v0.2.11 (CRAN)
Changes in version 0.2.11 (2023-03-05)
(version 0.2.10 was never released on CRAN)
This version has C++17 as a system requirement.
read_xyData()
now supports that the argument file is of typelist
or acharacter
vector of length > 1
Internal
- C++17 is now set as a requirement
- Address CRAN warning: sanitize usage of deprecated Boost headers
- Fix link in README
v0.2.9 (CRAN)
Changes in version 0.2.9 (2023-01-04)
- Internal C++ level replacement of
sprintf()
(deprecated) by
snprintf()
as requested by CRAN
v0.2.8 (CRAN)
Changes in version 0.2.8 (2022-08-09)
-
Upstream fetch to include latest library changes and avoid compiler
warnings -
Fix wrong usage of
class()
inif()
call (CRAN message) -
Update maintainer address
v0.2.7 (CRAN)
Changes in version 0.2.7 (2022-02-20)
This package version requires R >= 4.0.0
- Update to work with
'testthat'
>= 3.0.0 - Include latest commits from the
xylib
between 2020-09-15 and
2022-02-20 (still library version 1.6)