CRAN Package Check Results for Package RweaveExtra

Last updated on 2026-04-20 11:50:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3-0 1.78 19.83 21.61 ERROR
r-devel-linux-x86_64-debian-gcc 1.3-1 1.47 16.11 17.58 OK
r-devel-linux-x86_64-fedora-clang 1.3-1 31.92 OK
r-devel-linux-x86_64-fedora-gcc 1.3-1 30.49 OK
r-devel-macos-arm64 1.3-0 1.00 9.00 10.00 OK
r-devel-windows-x86_64 1.3-1 4.00 55.00 59.00 OK
r-patched-linux-x86_64 1.3-0 1.72 17.81 19.53 ERROR
r-release-linux-x86_64 1.3-1 1.57 16.95 18.52 OK
r-release-macos-arm64 1.3-0 OK
r-release-macos-x86_64 1.3-1 2.00 32.00 34.00 OK
r-release-windows-x86_64 1.3-1 5.00 59.00 64.00 OK
r-oldrel-macos-arm64 1.3-0 OK
r-oldrel-macos-x86_64 1.3-1 2.00 36.00 38.00 OK
r-oldrel-windows-x86_64 1.3-1 6.00 42.00 48.00 OK

Check Details

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 Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64