Last updated on 2024-09-13 03:49:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.2 | 8.49 | 96.43 | 104.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.2 | 5.42 | 71.37 | 76.79 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.2 | 181.57 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 188.93 | NOTE | |||
r-devel-windows-x86_64 | 1.2.2 | 11.00 | 130.00 | 141.00 | OK | |
r-patched-linux-x86_64 | 1.2.2 | 9.76 | 92.62 | 102.38 | NOTE | |
r-release-linux-x86_64 | 1.2.2 | 7.61 | 92.04 | 99.65 | NOTE | |
r-release-macos-arm64 | 1.2.2 | 84.00 | OK | |||
r-release-macos-x86_64 | 1.2.2 | 182.00 | OK | |||
r-release-windows-x86_64 | 1.2.2 | 11.00 | 133.00 | 144.00 | OK | |
r-oldrel-macos-arm64 | 1.2.2 | 95.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.2.2 | 160.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.2.2 | 13.00 | 152.00 | 165.00 | OK |
Version: 1.2.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rsgeo’
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.2.2
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘merging-route-networks.Rmd’
...
Spherical geometry (s2) switched off
> devtools::load_all()
When sourcing ‘merging-route-networks.R’:
Error: Could not find a root 'DESCRIPTION' file that starts with '^Package' in
'/private/var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/Rtmp9LgKMi/file1846148523127/vignettes'.
ℹ Are you in your project directory and does your project have a 'DESCRIPTION'
file?
Execution halted
when running code in ‘stplanr-od.Rmd’
...
> od$geo_code2[3] <- "nomatch"
> od2line(od, z)
Creating centroids representing desire line start and end points.
When sourcing ‘stplanr-od.R’:
Error: 1 non matching IDs in the destination. ID on row 3 does not match any zone.
The first offending id was nomatch
Execution halted
when running code in ‘stplanr-paper.Rmd’
...
|line_bearing |Spatial line |Numeric vector |
|line_midpoint |Spatial line |Spatial points |
|route_cyclestreet |Coordinates, spatial point or text |Spatial lines |
|route_graphhopper |Coordinates, spatial point or text |Spatial lines |
> bb <- bb2poly(route_network)
When sourcing ‘stplanr-paper.R’:
Error: object 'route_network' not found
Execution halted
when running code in ‘stplanr-parallel.Rmd’
...
> l = flowlines_sf %>% dplyr::filter()
> t1 = Sys.time()
> routes_route_cyclestreet = line2route(l)
When sourcing ‘stplanr-parallel.R’:
Error: could not find function "line2route"
Execution halted
‘merging-route-networks.Rmd’ using ‘UTF-8’... failed
‘stplanr-od.Rmd’ using ‘UTF-8’... failed
‘stplanr-paper.Rmd’ using ‘UTF-8’... failed
‘stplanr-parallel.Rmd’ using ‘UTF-8’... failed
‘stplanr-route-nets.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘stplanr-routing.Rmd’ using ‘UTF-8’... [1s/1s] OK
‘stplanr.Rmd’ using ‘UTF-8’... [1s/1s] OK
Flavor: r-oldrel-macos-arm64
Version: 1.2.2
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘merging-route-networks.Rmd’
...
Spherical geometry (s2) switched off
> devtools::load_all()
When sourcing ‘merging-route-networks.R’:
Error: Could not find a root 'DESCRIPTION' file that starts with '^Package' in
'/private/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T/Rtmp7nXHmt/file1739329a07480/vignettes'.
ℹ Are you in your project directory and does your project have a 'DESCRIPTION'
file?
Execution halted
when running code in ‘stplanr-od.Rmd’
...
> od$geo_code2[3] <- "nomatch"
> od2line(od, z)
Creating centroids representing desire line start and end points.
When sourcing ‘stplanr-od.R’:
Error: 1 non matching IDs in the destination. ID on row 3 does not match any zone.
The first offending id was nomatch
Execution halted
when running code in ‘stplanr-paper.Rmd’
...
|line_bearing |Spatial line |Numeric vector |
|line_midpoint |Spatial line |Spatial points |
|route_cyclestreet |Coordinates, spatial point or text |Spatial lines |
|route_graphhopper |Coordinates, spatial point or text |Spatial lines |
> bb <- bb2poly(route_network)
When sourcing ‘stplanr-paper.R’:
Error: object 'route_network' not found
Execution halted
when running code in ‘stplanr-parallel.Rmd’
...
> l = flowlines_sf %>% dplyr::filter()
> t1 = Sys.time()
> routes_route_cyclestreet = line2route(l)
When sourcing ‘stplanr-parallel.R’:
Error: could not find function "line2route"
Execution halted
‘merging-route-networks.Rmd’ using ‘UTF-8’... failed
‘stplanr-od.Rmd’ using ‘UTF-8’... failed
‘stplanr-paper.Rmd’ using ‘UTF-8’... failed
‘stplanr-parallel.Rmd’ using ‘UTF-8’... failed
‘stplanr-route-nets.Rmd’ using ‘UTF-8’... [2s/2s] OK
‘stplanr-routing.Rmd’ using ‘UTF-8’... [1s/2s] OK
‘stplanr.Rmd’ using ‘UTF-8’... [1s/2s] OK
Flavor: r-oldrel-macos-x86_64