Last updated on 2020-09-17 02:08:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7 | 14.15 | 20.34 | 34.49 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.7 | 15.72 | 16.10 | 31.82 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.7 | 55.69 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.7 | 52.13 | OK | |||
r-devel-windows-ix86+x86_64 | 1.7 | 51.00 | 42.00 | 93.00 | OK | |
r-patched-linux-x86_64 | 1.7 | 15.18 | 20.65 | 35.83 | OK | |
r-patched-solaris-x86 | 1.7 | 70.10 | OK | |||
r-release-linux-x86_64 | 1.7 | 14.45 | 20.77 | 35.22 | OK | |
r-release-macos-x86_64 | 1.7 | OK | ||||
r-release-windows-ix86+x86_64 | 1.7 | 52.00 | 44.00 | 96.00 | OK | |
r-oldrel-macos-x86_64 | 1.7 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.7 | 39.00 | 49.00 | 88.00 | OK |
Version: 1.7
Check: examples
Result: ERROR
Running examples in 'commonmark-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: commonmark
> ### Title: Parse and render markdown text
> ### Aliases: commonmark markdown_html markdown markdown_xml markdown_man
> ### markdown_commonmark markdown_text markdown_latex
>
> ### ** Examples
>
> md <- readLines("https://raw.githubusercontent.com/yihui/knitr/master/NEWS.md")
Warning in file(con, "r") :
cannot open URL 'https://raw.githubusercontent.com/yihui/knitr/master/NEWS.md': HTTP status was '503 Service Unavailable'
Error in file(con, "r") :
cannot open the connection to 'https://raw.githubusercontent.com/yihui/knitr/master/NEWS.md'
Calls: readLines -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang