Last updated on 2025-02-11 07:48:45 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
misuvi | 1 | 5 | 7 |
Current CRAN status: ERROR: 1, NOTE: 5, OK: 7
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 "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