Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.58 KB

File metadata and controls

45 lines (33 loc) · 1.58 KB

Resubmission

rwicc was archived on CRAN on 2026-01-30 because it imported 'pryr', which had itself been archived. This version removes that dependency: the single use of pryr::mem_used() is replaced with lobstr::mem_used(). The package no longer depends on any archived package, so it should once again pass CRAN's checks.

This release also adds a few plotting helpers and fixes some minor internal issues (see NEWS.md).

R CMD check results

0 errors | 0 warnings | 1 note

The remaining NOTE is the expected CRAN-incoming-feasibility note for a package returning after archival:

  • New submission
  • Package was archived on CRAN (archived 2026-01-30 as it required the archived package 'pryr', which is no longer a dependency).
  • The check flags "et" and "al" in the Description as possibly misspelled; these are part of the standard "Morrison et al. (2021)" citation.

The CRAN-incoming check may also flag two URLs in README.md as "possibly invalid":

Test environments

  • local macOS, R release
  • win-builder (devel and release)
  • R-hub (Linux, Windows, macOS)
  • GitHub Actions: macOS, Windows, and Ubuntu (devel / release / oldrel-1)

Downstream dependencies

There are no reverse dependencies.