Last updated on 2025-02-06 19:49:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 5.61 | 49.30 | 54.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.44 | 36.75 | 41.19 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 84.32 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 46.46 | NOTE | |||
r-devel-windows-x86_64 | 0.1.0 | 7.00 | 66.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.0 | 5.43 | 45.00 | 50.43 | ERROR | |
r-release-linux-x86_64 | 0.1.0 | 4.89 | 44.71 | 49.60 | OK | |
r-release-macos-arm64 | 0.1.0 | 37.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 47.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 7.00 | 68.00 | 75.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 61.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 10.00 | 77.00 | 87.00 | ERROR |
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:
‘add_geometry.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 ‘misuvi-Ex.R’ failed
The error most likely occurred in:
> ### Name: add_geometry
> ### Title: Add shape files to your data
> ### Aliases: add_geometry
>
> ### ** Examples
>
> my_data <- misuvi_load() |> add_geometry()
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "/tmp/RtmpYn4S74/working_dir/RtmpKVPzxo"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘misuvi-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: add_geometry
> ### Title: Add shape files to your data
> ### Aliases: add_geometry
>
> ### ** Examples
>
> my_data <- misuvi_load() |> add_geometry()
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "/home/hornik/tmp/scratch/RtmpRtdzEv"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'misuvi-Ex.R' failed
The error most likely occurred in:
> ### Name: add_geometry
> ### Title: Add shape files to your data
> ### Aliases: add_geometry
>
> ### ** Examples
>
> my_data <- misuvi_load() |> add_geometry()
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "D:\temp\2025_02_05_01_50_00_8875\RtmpKYQAm2"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats.
Execution halted
Flavor: r-oldrel-windows-x86_64