Last updated on 2025-11-20 11:51:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.8 | 2.94 | 68.93 | 71.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.8 | 2.63 | 43.82 | 46.45 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.8 | 11.00 | 97.39 | 108.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.8 | 115.74 | OK | |||
| r-devel-windows-x86_64 | 1.3.8 | 19.00 | 82.00 | 101.00 | OK | |
| r-patched-linux-x86_64 | 1.3.8 | 3.82 | 64.30 | 68.12 | OK | |
| r-release-linux-x86_64 | 1.3.8 | 2.98 | 64.31 | 67.29 | OK | |
| r-release-macos-arm64 | 1.3.8 | OK | ||||
| r-release-macos-x86_64 | 1.3.8 | 4.00 | 146.00 | 150.00 | OK | |
| r-release-windows-x86_64 | 1.3.8 | 6.00 | 82.00 | 88.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.8 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.8 | 3.00 | 154.00 | 157.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.8 | 6.00 | 100.00 | 106.00 | OK |
Version: 1.3.8
Check: examples
Result: ERROR
Running examples in ‘ILSAmerge-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ILSAdownload
> ### Title: Download ILSA data
> ### Aliases: ILSAdownload
>
> ### ** Examples
>
> # For example, to download 'RLII' 1991 data:
>
> # Path where files will be saved
> dir.create(file.path(tempdir(),"ILSAdownload"))
> output <- file.path(tempdir(),"ILSAdownload")
>
>
> # Downloading 'RLII' 1991 and unzipping files
> ILSAdownload(study = "RLII", year = 1991, outputdir = output, unzip = TRUE, agreeLicense = TRUE)
Error: Could not read ILSAlinks file from 'GitHub'.
Please be sure that you are connected to the Internet.
If you are and this message persists, please contact the mantainer to solve this issue.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc