Last updated on 2026-05-12 17:55:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 5.47 | 66.99 | 72.46 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 3.42 | 46.35 | 49.77 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 10.00 | 102.29 | 112.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 10.00 | 338.14 | 348.14 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 8.00 | 88.00 | 96.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 4.66 | 60.34 | 65.00 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 4.79 | 59.63 | 64.42 | OK | |
| r-release-macos-arm64 | 0.4.0 | 1.00 | 130.00 | 131.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 4.00 | 438.00 | 442.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 11.00 | 86.00 | 97.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 4.00 | 324.00 | 328.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 11.00 | 103.00 | 114.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘sinew-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ls_param
> ### Title: Return roxygen2 parameter calls from parameter dictionary
> ### Aliases: ls_param
>
> ### ** Examples
>
> repo='https://raw.githubusercontent.com/yonicd/sinew/master/'
> dict_loc=file.path(repo,'man-roxygen/Dictionary-1.R')
> ls_param(sinew::makeOxygen,dictionary=dict_loc)
Warning in file(con, "r") :
cannot open URL 'https://raw.githubusercontent.com/yonicd/sinew/master/man-roxygen/Dictionary-1.R': HTTP status was '503 Service Unavailable'
Error in file(con, "r") :
cannot open the connection to 'https://raw.githubusercontent.com/yonicd/sinew/master//man-roxygen/Dictionary-1.R'
Calls: ls_param -> readLines -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc