Last updated on 2025-10-17 02:50:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.4 | 11.42 | 204.54 | 215.96 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 15.13 | 99.97 | 115.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 248.29 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 271.40 | OK | |||
r-devel-windows-x86_64 | 0.2.4 | 14.00 | 124.00 | 138.00 | ERROR | |
r-patched-linux-x86_64 | 0.3.0 | 20.78 | 127.85 | 148.63 | OK | |
r-release-linux-x86_64 | 0.2.4 | 11.27 | 192.60 | 203.87 | OK | |
r-release-macos-arm64 | 0.2.4 | 46.00 | OK | |||
r-release-macos-x86_64 | 0.3.0 | 145.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 22.00 | 236.00 | 258.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 107.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 224.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.1 | 18.00 | 270.00 | 288.00 | OK |
Version: 0.2.4
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for 'groupedHyperframe':
.onLoad failed in loadNamespace() for 'scales', details:
call: loadNamespace(x)
error: there is no package called 'RColorBrewer'
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavor: r-devel-windows-x86_64
Version: 0.2.4
Check: examples
Result: ERROR
Running examples in 'groupedHyperframe-Ex.R' failed
The error occurred in:
R Under development (unstable) (2025-10-13 r88918 ucrt) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "groupedHyperframe"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
> library('groupedHyperframe')
Error: package or namespace load failed for 'groupedHyperframe' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'patchwork'
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'groupedHyperframe.qmd' using html
processing file: groupedHyperframe.qmd
Error: package or namespace load failed for 'groupedHyperframe' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'patchwork'
Quitting from groupedHyperframe.qmd:96-100 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! package or namespace load failed for 'groupedHyperframe' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'patchwork'
---
Backtrace:
▆
1. └─base::library(groupedHyperframe)
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Execution halted
Error: processing vignette 'groupedHyperframe.qmd' failed with diagnostics:
! Error running quarto CLI from R.
Caused by error in `quarto_render()`:
✖ Error returned by quarto CLI.
-----------------------------
processing file: groupedHyperframe.qmd
Error: package or namespace load failed for 'groupedHyperframe' in
loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'patchwork'
Quitting from groupedHyperframe.qmd:96-100 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! package or namespace load failed for 'groupedHyperframe' in
loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'patchwork'
---
Backtrace:
▆
1. └─base::library(groupedHyperframe)
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Execution halted
Caused by error:
! System command 'quarto.exe' failed
--- failed re-building 'groupedHyperframe.qmd'
SUMMARY: processing the following file failed:
'groupedHyperframe.qmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64