* using log directory ‘/srv/hornik/tmp/CRAN_pretest/sourcoise.Rcheck’ * using R Under development (unstable) (2025-03-10 r87916) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (1+b1) Debian flang-new version 19.1.7 (1+b1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘sourcoise/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘sourcoise’ version ‘0.5.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/4s] NOTE Maintainer: ‘Xavier Timbeau ’ New submission * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘sourcoise’ can be installed ... [2s/2s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [3s/3s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [45s/75s] ERROR Running examples in ‘sourcoise-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sourcoise_clear > ### Title: Cleans cache > ### Aliases: sourcoise_clear > > ### ** Examples > > ## Don't show: > if (rlang::is_installed("insee")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + fs::file_copy( + fs::path_package("sourcoise", "ipch", "prix_insee.R"), + "/tmp/prix_insee.r", + overwrite = TRUE) + # Force execution (root is set explicitly here, it is normally deduced from project) + data <- sourcoise("prix_insee.r", root = "/tmp/", force_exec = TRUE) + # we then clear all caches + sourcoise_clear(root = "/tmp") + sourcoise_status(root = "/tmp") + ## Don't show: + }) # examplesIf > fs::file_copy(fs::path_package("sourcoise", "ipch", "prix_insee.R"), "/tmp/prix_insee.r", + overwrite = TRUE) > data <- sourcoise("prix_insee.r", root = "/tmp/", force_exec = TRUE) > sourcoise_clear(root = "/tmp") Error: [EACCES] Failed to search directory '/tmp/systemd-private-9ff337c5f466483c908155ce3041f11a-polkit.service-LxmgZS': permission denied Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed sourcoise 42.615 1.492 74.179 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [7s/5s] OK * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE