mritc
MRI Tissue Classification
A dormant MRI tissue-classification package revived under a new maintainer.
◆Recent moves
- 12d ago
Buffer overflow and OpenMP name clash resolved
Fixes a buffer overflow and an OpenMP-related name clash surfaced by CRAN checks. Both are memory- and build-level defects in the compiled code rather than cosmetic issues, so this is corrective work with real reliability consequences. It reads as fallout from the restructuring in the preceding release.
View source ↗ - 23d ago
Visualisation dependencies made optional, RNifti now the default
The first substantive release under the new maintainer: lattice and misc3d drop to Suggests, tkrplot is disconnected entirely, and plot.mritc() gains a method argument whose new default uses RNifti — already available through an existing dependency and far easier to satisfy than misc3d. A test suite arrives alongside, with tinytest and covr suggested. This materially lowers the barrier to installing the package.
View source ↗ - 23d ago
Jon Clayden takes over maintenance; C-level GC protection added
Records the maintainer handover and the housekeeping that came with it: newly allocated variables are now protected in the C code against garbage-collection problems, documentation URLs move to HTTPS, LazyData is dropped, and long-running examples are wrapped in donttest. Published seconds before the following release, a backfill of the handover into the changelog. The GC protection is the one item here with a real correctness effect.
View source ↗