Last updated on 2021-02-28 23:47:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.1 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.8.1 | 36.70 | 150.61 | 187.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.1 | 310.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.1 | 304.02 | OK | |||
r-devel-windows-ix86+x86_64 | 0.8.1 | 80.00 | 315.00 | 395.00 | NOTE | |
r-patched-linux-x86_64 | 0.8.1 | 45.02 | 193.74 | 238.76 | OK | |
r-patched-solaris-x86 | 0.8.1 | 395.50 | NOTE | |||
r-release-linux-x86_64 | 0.8.1 | 42.04 | 187.86 | 229.90 | OK | |
r-release-macos-x86_64 | 0.8.1 | WARN | ||||
r-release-windows-ix86+x86_64 | 0.8.1 | 128.00 | 487.00 | 615.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.8.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.8.1 | 73.00 | 347.00 | 420.00 | NOTE |
Version: 0.8.1
Check: installed package size
Result: NOTE
installed size is 7.0Mb
sub-directories of 1Mb or more:
doc 2.8Mb
libs 1.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.8.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘stplanr-od.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 214-218 (stplanr-od.Rmd)
Error: processing vignette 'stplanr-od.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘stplanr-od.Rmd’
--- re-building ‘stplanr-paper.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr-paper.Rmd’
--- re-building ‘stplanr-parallel.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr-parallel.Rmd’
--- re-building ‘stplanr-route-nets.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Linking to GEOS 3.8.1, GDAL 3.1.4, PROJ 6.3.1
--- finished re-building ‘stplanr-route-nets.Rmd’
--- re-building ‘stplanr-routing.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr-routing.Rmd’
--- re-building ‘stplanr.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr.Rmd’
SUMMARY: processing the following file failed:
‘stplanr-od.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.8.1
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'stplanr-Ex.R' failed
The error most likely occurred in:
> ### Name: route
> ### Title: Plan routes on the transport network
> ### Aliases: route
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1
> l = od_data_lines[2, ]
> r_walk = route(l = l, route_fun = route_osrm, osrm.profile = "foot")
Warning in open.connection(con, "rb") :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
Most common output is simpleError
These routes failed: 1
The first of which was:
<simpleError in open.connection(con, "rb"): cannot open the connection>
Returning list
> r_bike = route(l = l, route_fun = route_osrm, osrm.profile = "bike")
Most common output is sf
> plot(r_walk$geometry)
Warning in min(x) : no non-missing arguments to min; returning Inf
Warning in max(x) : no non-missing arguments to max; returning -Inf
Warning in min(x) : no non-missing arguments to min; returning Inf
Warning in max(x) : no non-missing arguments to max; returning -Inf
Error in plot.window(...) : need finite 'xlim' values
Calls: plot -> plot -> plot.default -> localWindow -> plot.window
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.8.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘stplanr-od.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 214-218 (stplanr-od.Rmd)
Error: processing vignette 'stplanr-od.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘stplanr-od.Rmd’
--- re-building ‘stplanr-paper.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr-paper.Rmd’
--- re-building ‘stplanr-parallel.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr-parallel.Rmd’
--- re-building ‘stplanr-route-nets.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Linking to GEOS 3.7.2, GDAL 2.4.2, PROJ 5.2.0
--- finished re-building ‘stplanr-route-nets.Rmd’
--- re-building ‘stplanr-routing.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr-routing.Rmd’
--- re-building ‘stplanr.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
--- finished re-building ‘stplanr.Rmd’
SUMMARY: processing the following file failed:
‘stplanr-od.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64