Last updated on 2026-09-03 09:53:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 9.92 | 114.25 | 124.17 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 10.70 | 186.13 | 196.83 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 11.00 | 172.89 | 183.89 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 11.00 | 168.08 | 179.08 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 11.00 | 110.00 | 121.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.0 | 16.81 | 261.67 | 278.48 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 9.81 | 108.33 | 118.14 | OK | |
| r-release-macos-arm64 | 1.0.0 | 4.00 | 59.00 | 63.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 11.00 | 243.00 | 254.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 24.00 | 265.00 | 289.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 4.00 | 61.00 | 65.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 11.00 | 244.00 | 255.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 25.00 | 324.00 | 349.00 | OK |
Version: 0.2.0
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for 'ggtime':
.onLoad failed in loadNamespace() for 'mixtime', details:
call: loadNamespace(x)
error: there is no package called 'tzdb'
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.0
Check: examples
Result: ERROR
Running examples in 'ggtime-Ex.R' failed
The error occurred in:
R Under development (unstable) (2026-08-31 r90457 ucrt) -- "Unsuffered Consequences"
Copyright (C) 2026 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 <- "ggtime"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
> library('ggtime')
Error: package or namespace load failed for 'ggtime' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'mixtime'
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
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(ggtime)
Error: package or namespace load failed for 'ggtime' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'mixtime'
Execution halted
Flavor: r-devel-windows-x86_64