Last updated on 2026-04-23 00:51:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.2 | 17.59 | 159.52 | 177.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.2 | 13.56 | 116.59 | 130.15 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.2 | 32.00 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 33.00 | 265.96 | 298.96 | OK | |
| r-devel-macos-arm64 | 0.0.2 | 4.00 | 37.00 | 41.00 | OK | |
| r-devel-windows-x86_64 | 0.0.2 | 20.00 | 167.00 | 187.00 | OK | |
| r-patched-linux-x86_64 | 0.0.2 | 17.61 | 149.72 | 167.33 | OK | |
| r-release-linux-x86_64 | 0.0.2 | 16.66 | 147.03 | 163.69 | OK | |
| r-release-macos-arm64 | 0.0.2 | 4.00 | 34.00 | 38.00 | OK | |
| r-release-macos-x86_64 | 0.0.2 | 11.00 | 105.00 | 116.00 | OK | |
| r-release-windows-x86_64 | 0.0.2 | 21.00 | 167.00 | 188.00 | OK |
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘colleyRstats-Ex.R’ failed
The error occurred in:
R Under development (unstable) (2026-04-21 r89937) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
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 <- "colleyRstats"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> library('colleyRstats')
Error: package or namespace load failed for ‘colleyRstats’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘ggplot2’
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(colleyRstats)
Error: package or namespace load failed for 'colleyRstats' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'ggplot2'
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang