Last updated on 2025-12-06 00:48:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 1.80 | 22.64 | 24.44 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.38 | 14.09 | 15.47 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 34.33 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 32.53 | OK | |||
| r-devel-windows-x86_64 | 0.1.4 | 3.00 | 39.00 | 42.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 1.55 | 19.33 | 20.88 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 1.59 | 20.19 | 21.78 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 2.00 | 22.00 | 24.00 | OK | ||
| r-release-windows-x86_64 | 0.1.4 | 3.00 | 40.00 | 43.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 2.00 | 28.00 | 30.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 4.00 | 95.00 | 99.00 | OK |
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘tinytest.R’ [0s/0s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> # See inst/tinytest/ for test files
>
> # Check internet connection (only works on unix-alike)
> checkInternet <- function(site = "www.r-project.org") {
+ os <- .Platform$OS.type
+ if (os == "windows") {
+ return(NA)
+ }
+ hasInternet <- !is.null(suppressWarnings(utils::nsl(site)))
+ if (!hasInternet) message("No internet connection")
+ return(invisible(hasInternet))
+ }
> checkInternet()
>
> # Only run all tests if using a development version (which has 4 components,
> # e.g. 0.0.0.1). CRAN releases have the standard 3 component version. This
> # prevents spurious errors due to websites changing how they serve their
> # favicon.
> version <- utils::packageVersion("faviconPlease")
> home <- length(unclass(version)[[1]]) == 4
>
> if (requireNamespace("tinytest", quietly = TRUE)){
+ tinytest::test_package("faviconPlease", at_home = home)
+ }
test-ensembl.R................ 0 tests Error: Package ttdo could not be loaded
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc