CRAN Package Check Results for Maintainer ‘Xavier Timbeau <xavier.timbeau at sciencespo.fr>’

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

Package ERROR OK
sourcoise 1 12

Package sourcoise

Current CRAN status: ERROR: 1, OK: 12

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