CRAN Package Check Results for Package corrgram

Last updated on 2026-09-04 22:50:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.16 2.34 92.06 94.40 OK
r-devel-linux-x86_64-debian-gcc 1.16 2.31 63.58 65.89 OK
r-devel-linux-x86_64-fedora-clang 1.16 63.06 OK
r-devel-linux-x86_64-fedora-gcc 1.16 83.31 OK
r-devel-windows-x86_64 1.15 5.00 110.00 115.00 NOTE
r-patched-linux-x86_64 1.15 2.68 85.63 88.31 OK
r-release-linux-x86_64 1.15 2.60 85.40 88.00 OK
r-release-macos-arm64 1.16 1.00 61.00 62.00 OK
r-release-macos-x86_64 1.16 3.00 206.00 209.00 OK
r-release-windows-x86_64 1.16 6.00 110.00 116.00 OK
r-oldrel-macos-arm64 1.16 1.00 67.00 68.00 OK
r-oldrel-macos-x86_64 1.16 2.00 219.00 221.00 OK
r-oldrel-windows-x86_64 1.16 8.00 128.00 136.00 OK

Check Details

Version: 1.15
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: corrgram/data/auto.R (.Label: 2, .Names: 1) corrgram/data/baseball.R (.Label: 4, .Names: 1) corrgram/tests/testthat/test_bounds.R (.Dim: 1, .Dimnames: 1) corrgram/tests/testthat/test_order.R (.Dim: 2, .Dimnames: 2) '.Label' should be changed to 'levels'. '.Names' should be changed to 'names'. '.Dim' should be changed to 'dim'. '.Dimnames' should be changed to 'dimnames'. Flavor: r-devel-windows-x86_64