CRAN Package Check Results for Package knitr

Last updated on 2026-06-08 02:51:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.51 11.08 99.90 110.98 OK
r-devel-linux-x86_64-debian-gcc 1.51 6.32 70.55 76.87 ERROR
r-devel-linux-x86_64-fedora-clang 1.51 18.00 151.70 169.70 OK
r-devel-linux-x86_64-fedora-gcc 1.51 18.00 179.33 197.33 OK
r-devel-windows-x86_64 1.51 14.00 172.00 186.00 OK
r-patched-linux-x86_64 1.51 11.41 94.21 105.62 OK
r-release-linux-x86_64 1.51 11.02 94.86 105.88 OK
r-release-macos-arm64 1.51 2.00 28.00 30.00 OK
r-release-macos-x86_64 1.51 8.00 108.00 116.00 OK
r-release-windows-x86_64 1.51 15.00 173.00 188.00 OK
r-oldrel-macos-arm64 1.51 2.00 31.00 33.00 OK
r-oldrel-macos-x86_64 1.51 7.00 134.00 141.00 OK
r-oldrel-windows-x86_64 1.51 20.00 181.00 201.00 OK

Check Details

Version: 1.51
Check: examples
Result: ERROR Running examples in ‘knitr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: rocco > ### Title: Knit R Markdown using the classic Docco style > ### Aliases: rocco > > ### ** Examples > > rocco_view = function(input) { + owd = setwd(tempdir()) + on.exit(setwd(owd)) + if (!file.exists(input)) + return() + o = rocco(input, quiet = TRUE) + if (interactive()) + browseURL(o) + } > # knit these two vignettes using the docco style > rocco_view(system.file("doc", "docco-classic.Rmd", package = "knitr")) Warning in in_dir(input_dir(), expr) : You changed the working directory to /tmp/RtmpJ5xTSc (probably via setwd()). It will be restored to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/knitr/doc. See the Note section in ?knitr::knit Warning in file(con, "w") : cannot open file 'docco-classic.md': No space left on device Error in file(con, "w") : cannot open the connection Calls: rocco_view ... knit2html -> knit -> write_utf8 -> writeLines -> file Execution halted Flavor: r-devel-linux-x86_64-debian-gcc