Last updated on 2026-07-03 03:52:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 4.85 | 70.04 | 74.89 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 3.93 | 53.14 | 57.07 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 9.00 | 106.24 | 115.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 9.00 | 223.21 | 232.21 | OK | |
| r-devel-windows-x86_64 | 0.6.0 | 9.00 | 110.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 6.19 | 65.01 | 71.20 | OK | |
| r-release-linux-x86_64 | 0.6.0 | OK | ||||
| r-release-macos-arm64 | 0.6.0 | 1.00 | 32.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 4.00 | 89.00 | 93.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 10.00 | 99.00 | 109.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.0 | 1.00 | 25.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.0 | 4.00 | 142.00 | 146.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 11.00 | 115.00 | 126.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘pepr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pullProject
> ### Title: Pull a PEP from PEPhub API
> ### Aliases: pullProject
>
> ### ** Examples
>
> registryPath = 'databio/example:default'
> p=pullProject(registryPath)
Warning in fetchPEP(ellipsis$file, raw = TRUE) :
No authentication token found. Generate one with PEPhub Client to access private PEPs.
Error in do.call(rbind, rawPEP$sample_list) :
second argument must be a list
Calls: pullProject ... <Anonymous> -> is.data.table -> as.data.frame -> do.call
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc