Last updated on 2024-09-16 19:49:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 9.78 | 188.47 | 198.25 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 6.34 | 132.73 | 139.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 315.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 314.95 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 11.00 | 158.00 | 169.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 10.20 | 181.38 | 191.58 | OK | |
r-release-linux-x86_64 | 1.1.0 | 9.50 | 176.38 | 185.88 | OK | |
r-release-macos-arm64 | 1.1.0 | 97.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 176.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 12.00 | 153.00 | 165.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 360.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.1.0 | 595.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.1.0 | 15.00 | 196.00 | 211.00 | OK |
Version: 1.1.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘advanced_network.Rmd’
...
> options(oldoption)
> if (Sys.getenv("BUILD_VIGNETTES") != "TRUE") {
+ unlink(work_dir, recursive = TRUE)
+ }
When sourcing ‘advanced_network.R’:
Error: object 'work_dir' not found
Execution halted
‘advanced_network.Rmd’ using ‘UTF-8’... failed
‘flow-table.Rmd’ using ‘UTF-8’... [225s/281s] OK
‘hydroloom.Rmd’ using ‘UTF-8’... [1s/2s] OK
‘network_navigation.Rmd’ using ‘UTF-8’... [10s/14s] OK
‘non-dendritic.Rmd’ using ‘UTF-8’... [2s/2s] OK
Flavor: r-oldrel-macos-arm64
Version: 1.1.0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘advanced_network.Rmd’
...
> options(oldoption)
> if (Sys.getenv("BUILD_VIGNETTES") != "TRUE") {
+ unlink(work_dir, recursive = TRUE)
+ }
When sourcing ‘advanced_network.R’:
Error: object 'work_dir' not found
Execution halted
when running code in ‘flow-table.Rmd’
...
Warning in CPL_read_ogr(dsn, layer, query, as.character(options), quiet, :
GDAL Error 1: Error occurred in filegdbtable.cpp at line 805
> fl <- filter(fl, ftype != 566)
When sourcing ‘flow-table.R’:
Error: ℹ In argument: `ftype != 566`.
Caused by error:
! object 'ftype' not found
Execution halted
‘advanced_network.Rmd’ using ‘UTF-8’... failed
‘flow-table.Rmd’ using ‘UTF-8’... failed
‘hydroloom.Rmd’ using ‘UTF-8’... [2s/2s] OK
‘network_navigation.Rmd’ using ‘UTF-8’... [26s/50s] OK
‘non-dendritic.Rmd’ using ‘UTF-8’... [3s/4s] OK
Flavor: r-oldrel-macos-x86_64