Last updated on 2024-09-09 08:49:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.3 | 40.65 | 321.44 | 362.09 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.3 | 27.40 | 200.98 | 228.38 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.3 | 617.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.3 | 620.97 | OK | |||
r-devel-windows-x86_64 | 1.1.3 | 42.00 | 366.00 | 408.00 | OK | |
r-patched-linux-x86_64 | 1.1.3 | 39.67 | 305.16 | 344.83 | OK | |
r-release-linux-x86_64 | 1.1.3 | 41.57 | 303.18 | 344.75 | OK | |
r-release-macos-arm64 | 1.1.3 | 241.00 | OK | |||
r-release-macos-x86_64 | 1.1.3 | 697.00 | OK | |||
r-release-windows-x86_64 | 1.1.3 | 41.00 | 372.00 | 413.00 | OK | |
r-oldrel-macos-arm64 | 1.1.3 | 349.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.1.3 | 809.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.1.3 | 52.00 | 448.00 | 500.00 | OK |
Version: 1.1.3
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘o2geosocial.Rmd’
...
> map1 <- tigris::tracts(state = "Ohio", class = "sf",
+ progress_bar = FALSE)
Retrieving data for the year 2022
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
When sourcing ‘o2geosocial.R’:
Error: Cannot open "/private/var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/RtmprH6ZAP"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats.
Execution halted
‘o2geosocial.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-arm64
Version: 1.1.3
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘o2geosocial.Rmd’
...
> gamma <- max(dist_mat_stouffer) + 1
> dist_mat_stouffer[dist_mat_stouffer == -1] <- max(dist_mat_stouffer) *
+ 2
> moves3 <- custom_moves(a = cpp_stouffer_move_a)
When sourcing ‘o2geosocial.R’:
Error: object 'cpp_stouffer_move_a' not found
Execution halted
‘o2geosocial.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-x86_64