Last updated on 2026-04-12 09:52:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3-0 | 1.76 | 19.62 | 21.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3-0 | 1.43 | 15.99 | 17.42 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3-0 | 33.09 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3-0 | 31.53 | OK | |||
| r-devel-macos-arm64 | 1.3-0 | 1.00 | 9.00 | 10.00 | OK | |
| r-devel-windows-x86_64 | 1.3-0 | 3.00 | 39.00 | 42.00 | OK | |
| r-patched-linux-x86_64 | 1.3-0 | 1.83 | 18.09 | 19.92 | OK | |
| r-release-linux-x86_64 | 1.3-0 | 1.68 | 16.87 | 18.55 | OK | |
| r-release-macos-arm64 | 1.3-0 | OK | ||||
| r-release-macos-x86_64 | 1.3-0 | 2.00 | 33.00 | 35.00 | OK | |
| r-release-windows-x86_64 | 1.3-0 | 3.00 | 37.00 | 40.00 | OK | |
| r-oldrel-macos-arm64 | 1.3-0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3-0 | 2.00 | 33.00 | 35.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3-0 | 5.00 | 45.00 | 50.00 | OK |
Version: 1.3-0
Check: examples
Result: ERROR
Running examples in ‘RweaveExtra-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: RtangleExtra
> ### Title: R Driver for Stangle with Extra Tricks
> ### Aliases: RtangleExtra RtangleExtraSetup RtangleExtraRuncode
> ### Keywords: utilities
>
> ### ** Examples
>
> testfile <- system.file("examples", "example-extra.Rnw",
+ package = "RweaveExtra")
> ## Don't show:
> oldwd <- setwd(tempdir()) # write only to a temp directory
> ## End(Don't show)
>
> ## Check the contents of the file
> if (interactive()) file.show(testfile)
>
> ## Tangle the file in the current working directory
> Stangle(testfile, driver = RtangleExtra())
Writing to file example-extra.R
Error in check(options) : invalid value for ‘extension’ : sh
Calls: Stangle -> Sweave -> SweaveParseOptions -> check
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc