divest.capabilities {divest} | R Documentation |
Report package capabilities
Description
This function summarises the capabilities of the package as compiled for the
current machine, analogously to the base
function capabilities()
. It
identifies the support available for various input and output formats.
Usage
divest.capabilities(what = NULL)
Arguments
what |
A character vector of components to extract, or |
Value
A named logical vector, indicating whether plain JPEG, JPEG-LS and
JPEG2000 DICOM transfer syntaxes are supported by the current build of the
package, and also whether zlib
is available to produce compressed NIfTI
output files from convertDicom()
.
Author(s)
Jon Clayden code@clayden.org
See Also
Examples
divest.capabilities()
[Package divest version 1.1.1 Index]