Last updated on 2022-09-11 12:56:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.7.10 | 9.99 | 103.99 | 113.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.7.10 | 7.88 | 77.32 | 85.20 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.7.10 | 149.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.7.10 | 148.53 | NOTE | |||
r-devel-windows-x86_64 | 3.7.10 | 16.00 | 140.00 | 156.00 | OK | |
r-patched-linux-x86_64 | 3.7.10 | 10.29 | 94.50 | 104.79 | ERROR | |
r-release-linux-x86_64 | 3.7.10 | 10.58 | 102.05 | 112.63 | OK | |
r-release-macos-arm64 | 3.7.10 | 66.00 | NOTE | |||
r-release-macos-x86_64 | 3.7.10 | 95.00 | NOTE | |||
r-release-windows-x86_64 | 3.7.10 | 25.00 | 147.00 | 172.00 | OK | |
r-oldrel-macos-arm64 | 3.7.10 | 65.00 | NOTE | |||
r-oldrel-macos-x86_64 | 3.7.10 | 83.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 3.7.10 | 26.00 | 145.00 | 171.00 | OK |
Version: 3.7.10
Check: data for non-ASCII characters
Result: NOTE
Note: found 595 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 3.7.10
Check: examples
Result: ERROR
Running examples in ‘eurostat-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_bibentry
> ### Title: Create A Data Bibliography
> ### Aliases: get_bibentry
>
> ### ** Examples
>
> ## Don't show:
> if (check_access_to_data()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ my_bibliography <- get_bibentry(
+ code = c("tran_hv_frtra", "t2020_rk310", "tec00001"),
+ keywords = list(
+ c("railways", "freight", "transport"),
+ c("railways", "passengers", "modal split")
+ ),
+ format = "Biblatex"
+ )
+ my_bibliography
+ ## Don't show:
+ }) # examplesIf
> my_bibliography <- get_bibentry(code = c("tran_hv_frtra", "t2020_rk310",
+ "tec00001"), keywords = list(c("railways", "freight", "transport"), c("railways",
+ "passengers", "modal split")), format = "Biblatex")
Warning in open.connection(3L, "rb") :
URL 'https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?sort=1&downfile=table_of_contents_en.txt': status was 'Failure when receiving data from the peer'
Error in open.connection(3L, "rb") :
cannot open the connection to 'https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?sort=1&downfile=table_of_contents_en.txt'
Calls: <Anonymous> ... <Anonymous> -> vroom_ -> <Anonymous> -> open.connection
Execution halted
Flavor: r-patched-linux-x86_64