Skip to content

rcicr 1.1.0

Choose a tag to compare

@rdotsch rdotsch released this 27 Jul 20:13
· 96 commits to main since this release
a3904e8

First release since 1.0.1, and the version submitted to CRAN to reinstate the package after its 2021-06-08 archival. The archival cause was an undeliverable maintainer address, which has been corrected.

This tag is the tree to build the CRAN submission tarball frommain has moved on since.

R CMD check --as-cran at this commit: 0 errors, 0 warnings, 2 NOTEs, both expected for a reinstatement (New submission + Package was archived on CRAN; the file-timestamp NOTE is environmental).

Highlights

  • Seven P0 bugs fixed, including generateCI(mask = ) being unusable on R >= 4.2, base images silently required to already equal img_size (#124), and nscales/sigma missing from the saved .Rdata in a way that silently corrupted InfoVal (#81).
  • Three plotZmap() bugs, one of which made zmapdecoration = FALSE entirely dead since R 4.2.
  • generateNoiseImage() is ~6x faster end-to-end (1.66s -> 0.28s at 512px, nscales = 5).
  • A reverse-correlation-walkthrough vignette that executes at build time, replacing the Medium tutorial — two lines of which had already stopped working.
  • Test suite from nothing to 180 tests with 0 skips, including a golden master pinning the default pipeline's numeric output and an end-to-end test that the CI recovers a known template.

If you have published or in-progress results, read the "Reproducibility impact" section of NEWS.md — it says explicitly which changes can and cannot alter numbers.