Last updated on 2025-12-07 11:50:09 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.8 | 7.98 | 93.44 | 101.42 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.3.8 | 6.95 | 60.42 | 67.37 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.3.8 | 21.00 | 129.74 | 150.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.8 | 41.00 | 112.08 | 153.08 | OK | |
| r-devel-windows-x86_64 | 2.3.8 | 11.00 | 132.00 | 143.00 | OK | |
| r-patched-linux-x86_64 | 2.3.8 | 12.20 | 80.52 | 92.72 | NOTE | |
| r-release-linux-x86_64 | 2.3.8 | 8.37 | 80.49 | 88.86 | NOTE | |
| r-release-macos-arm64 | 2.3.8 | OK | ||||
| r-release-macos-x86_64 | 2.3.8 | 9.00 | 74.00 | 83.00 | OK | |
| r-release-windows-x86_64 | 2.3.8 | 12.00 | 116.00 | 128.00 | OK | |
| r-oldrel-macos-arm64 | 2.3.8 | OK | ||||
| r-oldrel-macos-x86_64 | 2.3.8 | 9.00 | 90.00 | 99.00 | OK | |
| r-oldrel-windows-x86_64 | 2.3.8 | 16.00 | 138.00 | 154.00 | OK |
Version: 2.3.8
Check: for unstated dependencies in ‘demo’
Result: NOTE
'library' or 'require' call not declared from: ‘gridExtra’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.3.8
Check: examples
Result: ERROR
Running examples in ‘archivist-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ahistory
> ### Title: Show Artifact's History
> ### Aliases: ahistory
>
> ### ** Examples
>
>
> createLocalRepo("ahistory_check", default = TRUE)
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> iris %a%
+ filter(Sepal.Length < 6) %a%
+ lm(Petal.Length~Species, data=.) %a%
+ summary() -> artifact
Error in saveToRepo(env[[nm]], archiveData = FALSE, artifactName = lhs_name) :
devtools package required for archiveSessionInfo parameter
Calls: %a% ... eval -> %a% -> eval -> eval -> %a% -> paste0 -> saveToRepo
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.8
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
‘ahistory_check’
Flavor: r-devel-linux-x86_64-debian-gcc