Changes in version 0.11.3 (2022-08-09) - Fixed a different length 1 logical condition in image issue that affected neurobase when plotting. Changes in version 0.11.2 (2022-06-10) - Fixed a length 1 logical condition in image issue that affected neurobase when plotting. Changes in version 0.11.1 (2022-05-14) - Fixed a length 1 logical condition issue in ortho2 that affected neurobase when plotting. Changes in version 0.11.0 (2020-09-08) - Re-fixed the bug when there were NA values. - Compression is now 9 instead of 6. - writeNIfTI now returns the file name of the file written. Changes in version 0.10.3 (2020-06-08) - Fixing when there are any NA values. Changes in version 0.10.1 (2020-01-28) - Added an origin accessor for nifti objects. - Fixed rescaling of data when nifti read in. See rescale_data argument in ori.nifti:::.read.nifti.content. - Fixes bugs in writing data. - Fixes some typos in docs. - Fixed bug in overlay where y is 3D but x is 4D but the 3 dims agree. Changes in version 0.9.11 - Fixed bug in scale and slope parameter. - Added specific imports for RNifti objects. - Removed { and } for "expensive" S4 overloading according to Hadley book. - voxdim for RNifti now works. Changes in version 0.9.5 - Fixed niftiExtensions to write out nifti files and not mess up header. - Integer data types should import into R integers unless scale slope/intercept parameters are set Changes in version 0.8.1 - Added a NEWS.md file to track changes to the package. - Added changes to readNIfTI so that pixdim doesn't screw things up with zero-dimensions.