Last updated on 2026-03-30 06:51:13 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| inferCSN | 14 | ||
| thisplot | 5 | 9 | |
| thisutils | 1 | 13 |
Current CRAN status: OK: 14
Current CRAN status: ERROR: 5, OK: 9
Version: 0.3.6
Check: examples
Result: ERROR
Running examples in ‘thisplot-Ex.R’ failed
The error most likely occurred in:
> ### Name: cluster_within_group2
> ### Title: Cluster within group
> ### Aliases: cluster_within_group2
>
> ### ** Examples
>
> mat <- matrix(rnorm(100), 10, 10)
> factor <- factor(rep(1:2, each = 5))
> dend <- cluster_within_group2(mat, factor)
Error in loadNamespace(x) : there is no package called ‘proxyC’
Calls: cluster_within_group2 ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavors: r-devel-macos-arm64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.3.6
Check: dependencies in R code
Result: NOTE
2026-03-30 13:18:21.326 R[96502:281085] XType: Using static font registry.
Flavor: r-release-macos-arm64
Version: 0.3.6
Check: dependencies in R code
Result: NOTE
2026-03-23 08:13:15.646 R[65012:238694] XType: Using static font registry.
Flavor: r-oldrel-macos-arm64
Current CRAN status: NOTE: 1, OK: 13
Version: 0.4.3
Check: compiled code
Result: NOTE
File ‘thisutils/libs/thisutils.so’:
Found non-API call to R: ‘R_UnboundValue’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-devel-linux-x86_64-debian-gcc