Last updated on 2023-01-10 11:50:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.5 | 92.33 | 66.95 | 159.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.5 | 71.89 | 50.38 | 122.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.5 | 124.36 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 203.89 | OK | |||
r-devel-windows-x86_64 | 0.1.5 | 90.00 | 114.00 | 204.00 | OK | |
r-patched-linux-x86_64 | 0.1.5 | 75.27 | 62.89 | 138.16 | OK | |
r-release-linux-x86_64 | 0.1.5 | 56.23 | 64.38 | 120.61 | OK | |
r-release-macos-arm64 | 0.1.5 | 50.00 | OK | |||
r-release-macos-x86_64 | 0.1.5 | 68.00 | OK | |||
r-release-windows-x86_64 | 0.1.5 | 84.00 | 116.00 | 200.00 | OK | |
r-oldrel-macos-arm64 | 0.1.5 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.5 | 68.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.5 | 207.00 | 128.00 | 335.00 | ERROR |
Version: 0.1.5
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.5
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'rSRD-Ex.R' failed
The error most likely occurred in:
> ### Name: plotHeatmapSRD
> ### Title: plotHeatmapSRD
> ### Aliases: plotHeatmapSRD
>
> ### ** Examples
>
> srdInput <- data.frame(
+ A=c(32, 52, 44, 44, 47),
+ B=c(73, 75, 65, 76, 70),
+ C=c(60, 59, 57, 55, 60),
+ D=c(35, 24, 44, 83, 47),
+ E=c(41, 52, 46, 50, 65))
>
> plotHeatmapSRD(srdInput)
Error in library.dynam(lib, package, package.lib) :
DLL 'purrr' not found: maybe not installed for this architecture?
Calls: plotHeatmapSRD ... <Anonymous> -> <Anonymous> -> loadNamespace -> library.dynam
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64