Last updated on 2026-07-13 03:50:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 26.20 | 133.21 | 159.41 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 15.70 | 94.96 | 110.66 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 53.00 | 217.03 | 270.03 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 42.00 | 224.05 | 266.05 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 43.00 | 149.00 | 192.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.0 | 25.13 | 120.66 | 145.79 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 20.59 | 126.43 | 147.02 | OK | |
| r-release-macos-arm64 | 0.3.0 | 6.00 | 37.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 17.00 | 141.00 | 158.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 57.00 | 148.00 | 205.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 11.00 | 32.00 | 43.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 18.00 | 147.00 | 165.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 64.00 | 177.00 | 241.00 | OK |
Version: 0.3.0
Check: Rd contents
Result: NOTE
Rd files without \usage:
‘MarkdownDocument.Rd’ ‘MarkdownDocumentChunks.Rd’
\arguments should not be documented without \usage.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in 'ragnar-Ex.R' failed
The error most likely occurred in:
> ### Name: ragnar_read_document
> ### Title: Read an HTML document
> ### Aliases: ragnar_read_document
> ### Keywords: internal
>
> ### ** Examples
>
> file <- tempfile(fileext = ".html")
> download.file("https://r4ds.hadley.nz/base-R.html", file, quiet = TRUE)
Warning in download.file("https://r4ds.hadley.nz/base-R.html", file, quiet = TRUE) :
cannot open URL 'https://r4ds.hadley.nz/base-R.html': HTTP status was '503 Service Unavailable'
Error in download.file("https://r4ds.hadley.nz/base-R.html", file, quiet = TRUE) :
cannot open URL 'https://r4ds.hadley.nz/base-R.html'
Execution halted
Flavor: r-devel-windows-x86_64