CRAN Package Check Results for Package sourcoise

Last updated on 2025-12-07 07:50:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.2 3.03 69.69 72.72 OK
r-devel-linux-x86_64-debian-gcc 0.6.2 2.88 28.40 31.28 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.2 12.00 97.98 109.98 OK
r-devel-linux-x86_64-fedora-gcc 0.6.2 114.86 OK
r-devel-windows-x86_64 0.6.2 7.00 90.00 97.00 OK
r-patched-linux-x86_64 0.6.2 3.65 62.93 66.58 OK
r-release-linux-x86_64 0.6.2 3.44 62.93 66.37 OK
r-release-macos-arm64 0.6.2 OK
r-release-macos-x86_64 0.6.2 3.00 64.00 67.00 OK
r-release-windows-x86_64 0.6.2 8.00 89.00 97.00 OK
r-oldrel-macos-arm64 0.6.2 OK
r-oldrel-macos-x86_64 0.6.2 5.00 86.00 91.00 OK
r-oldrel-windows-x86_64 0.6.2 8.00 106.00 114.00 OK

Check Details

Version: 0.6.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'quarto' VignetteBuilder package required for checking but not installed: ‘quarto’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.2
Check: examples
Result: ERROR Running examples in ‘sourcoise-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sourcoise > ### Title: sources R script and caches results on disk > ### Aliases: sourcoise > > ### ** Examples > > ## Don't show: > if (rlang::is_installed("insee")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + dir <- tempdir() + set_sourcoise_root(dir) + fs::file_copy( + fs::path_package("sourcoise", "some_data.R"), + dir, + overwrite = TRUE) + # Force execution (root is set explicitly here, it is normally deduced from project) + data <- sourcoise("some_data.R", force_exec = TRUE) + # The second time cache is used + data <- sourcoise("some_data.R") + ## Don't show: + }) # examplesIf > dir <- tempdir() > set_sourcoise_root(dir) [1] "/tmp/RtmpDNr9Y9" > fs::file_copy(fs::path_package("sourcoise", "some_data.R"), dir, overwrite = TRUE) > data <- sourcoise("some_data.R", force_exec = TRUE) Error in loadNamespace(x) : there is no package called ‘quarto’ Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.2
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc