Last updated on 2026-06-08 02:51:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 1.73 | 40.50 | 42.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 1.45 | 32.33 | 33.78 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 64.98 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 77.57 | OK | |||
| r-devel-windows-x86_64 | 0.2.1 | 3.00 | 66.00 | 69.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 2.01 | 29.86 | 31.87 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 1.69 | 29.60 | 31.29 | OK | |
| r-release-macos-arm64 | 0.2.1 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 2.00 | 51.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 3.00 | 57.00 | 60.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 1.00 | 38.00 | 39.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 2.00 | 135.00 | 137.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 6.00 | 66.00 | 72.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘CASIdata-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: galaxy
> ### Title: Galaxy Data
> ### Aliases: galaxy
>
> ### ** Examples
>
> data(galaxy)
> str(galaxy)
Classes ‘tbl_df’, ‘tbl’ and 'data.frame': 270 obs. of 3 variables:
$ mag : num 18 18 18 18 18 18 18 18 18 18 ...
$ red : num 1 2 3 4 5 6 7 8 9 10 ...
$ freq: int 1 6 6 3 1 4 6 8 8 20 ...
>
> library(car)
Error in library(car) : there is no package called ‘car’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc