NEWS
RImageJROI 0.1-3
NEW FEATURE
- Issue #17: Writing ROI files
https://github.com/davidcsterratt/RImageJROI/issues/17
RImageJROI can now write ROI objects to ImageJROI files, and write
lists of IJROI files to zip archives
Thanks to Le Gao for providing code via a pull request
CHANGES DUE TO SPATSTAT REPACKAGING
- Issue #16: Update spatstat dependencies
https://github.com/davidcsterratt/RImageJROI/issues/16
The spatstat packages have been reorganised. RImageJROI now just
depends on spatstat.geom
RImageJROI 0.1-2
CHANGES DUE TO SPATSTAT REPACKAGING
- Issue #16: Update spatstat dependencies
https://github.com/davidcsterratt/RImageJROI/issues/16
The spatstat packages have been reorganised. RImageJROI now just
depends on spatstat.geom and, for the moment, spatstat >= 2.0.0.
RImageJROI 0.1-1
CODE IMPROVEMENTS
- As per CRAN policies, the title in the DESCRIPTION file is now in title
case.
BUG FIXES
- Fix for Issue #12: Tests don't run during R CMD check
https://github.com/davidcsterratt/RImageJROI/issues/12
This was giving an error with the new (2015/05/07) version of
testthat
- Fix for Issue #14: demo(ijroi) broken
https://github.com/davidcsterratt/RImageJROI/issues/14
- Fix for Issue #13: Test failures
https://github.com/davidcsterratt/RImageJROI/issues/13