Last updated on 2025-02-04 15:49:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.86 | 35.16 | 39.02 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.88 | 26.86 | 29.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 67.73 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 64.36 | NOTE | |||
r-devel-windows-x86_64 | 0.1.0 | 6.00 | 66.00 | 72.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 3.48 | 36.76 | 40.24 | OK | |
r-release-linux-x86_64 | 0.1.0 | 3.12 | 37.06 | 40.18 | OK | |
r-release-macos-arm64 | 0.1.0 | 41.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 63.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 5.00 | 66.00 | 71.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 61.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 7.00 | 73.00 | 80.00 | OK |
Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘objects.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘sooty-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: sooty_files
> ### Title: Obtain object storage catalogues as a dataframe of file/object
> ### identifiers.
> ### Aliases: sooty_files
>
> ### ** Examples
>
> if (interactive()) {
+ sooty_files(FALSE)
+ }
>
> sooty_files()
Error in .read_tempfile() :
cannot download latest file list, curl download failed
Calls: sooty_files ... withVisible -> eval -> eval -> <Anonymous> -> .read_tempfile
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'sooty-Ex.R' failed
The error most likely occurred in:
> ### Name: sooty_files
> ### Title: Obtain object storage catalogues as a dataframe of file/object
> ### identifiers.
> ### Aliases: sooty_files
>
> ### ** Examples
>
> if (interactive()) {
+ sooty_files(FALSE)
+ }
>
> sooty_files()
Error in .read_tempfile() :
cannot download latest file list, curl download failed
Calls: sooty_files ... withVisible -> eval -> eval -> <Anonymous> -> .read_tempfile
Execution halted
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64