Releases: jonclayden/divest
Releases · jonclayden/divest
divest 1.1.1
- If an output directory is specified to
readDicom()
orconvertDicom()
, it
will now be created if it doesn't already exist. (Previouslydcm2niix
would
emit warnings about file permissions and nothing would be written.) The
vector of files written will also be returned invisibly. - The
miniz
library included withdcm2niix
is no longer used except on
Windows, aszlib
should otherwise be available. - The package configuration script will no longer try to interpret "none" as a
path topkg-config
. - Several small issues identified by compiler sanitisers and
valgrind
have
been resolved.
divest 1.1.0
- The new
divest.capabilities()
function reports on the package build's
input/output capabilities, by analogy withcapabilities()
from base R. - The package's configuration script now uses
pkg-config
(if available) to
find the correct flags for the OpenJPEG library. This should improve the
range of systems where it is properly detected. - Upstream improvements to v1.0.20241001, including reductions to stack usage.