* using log directory ‘/srv/hornik/tmp/CRAN_pretest/rvendor.Rcheck’ * using R Under development (unstable) (2025-01-22 r87618) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.6 (1+b1) Debian flang-new version 19.1.6 (1+b1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘rvendor/DESCRIPTION’ ... OK * this is package ‘rvendor’ version ‘0.0.3’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Jacob Clarke ’ New submission Possibly misspelled words in DESCRIPTION: Vendoring (2:16) renv (2:31) The Title field should be in title case. Current version is: ‘Package Vendoring with renv’ In title case that is: ‘Package Vendoring with Renv’ * 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 serialization versions ... OK * checking whether package ‘rvendor’ can be installed ... [1s/1s] OK * checking package directory ... OK * checking for future file timestamps ... 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 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 ... [2s/2s] 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 examples ... [0s/0s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/2s] ERROR Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(rvendor) > > test_check("rvendor") [1] "/srv/hornik/tmp/CRAN_pretest/rvendor.Rcheck/tests/testthat" [1] "/tmp/RtmpbnODL5/working_dir/RtmpSdgiA2" - The project is out-of-sync -- use `renv::status()` for details. [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-installs-imports-to-renv.R:9:3'): can install local package with dependencies then load and call functions from that package ── Error: failed to resolve remote '/srv/hornik/tmp/CRAN_pretest/rvendor' -- failed to parse remote spec '/srv/hornik/tmp/CRAN_pretest/rvendor' Backtrace: ▆ 1. ├─renv::install(rvendor_path, prompt = F) at test-installs-imports-to-renv.R:9:3 2. │ └─renv:::map(packages, renv_remotes_resolve) 3. │ └─base::lapply(x, f, ...) 4. │ └─renv (local) FUN(X[[i]], ...) 5. │ ├─base::withCallingHandlers(...) 6. │ └─renv:::renv_remotes_resolve_impl(spec, latest) 7. │ └─renv:::renv_remotes_parse(spec) 8. │ └─renv:::stopf("failed to parse remote spec '%s'", spec) 9. │ └─base::stop(sprintf(fmt, ...), call. = call.) 10. └─base::.handleSimpleError(...) 11. └─renv (local) h(simpleError(msg, call)) ── Error ('test-installs-imports-to-renv.R:1:1'): (code run outside of `test_that()`) ── Error in `loadNamespace(x)`: there is no package called 'waldo' Backtrace: ▆ 1. ├─testthat::test_check("rvendor") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ ├─testthat::with_reporter(...) 6. │ │ └─base::tryCatch(...) 7. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ └─base::lapply(...) 11. │ └─testthat (local) FUN(X[[i]], ...) 12. │ └─testthat::source_file(path, env = env(env), desc = desc, error_call = error_call) 13. │ └─testthat:::test_code(...) 14. │ ├─base::tryCatch(...) 15. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 16. │ │ ├─base (local) tryCatchOne(...) 17. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 18. │ │ └─base (local) tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 19. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 20. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 21. │ ├─base::withCallingHandlers(...) 22. │ └─base::eval(code, test_env) 23. │ └─base::eval(code, test_env) 24. │ └─testthat::test_that(...) at test-installs-imports-to-renv.R:1:1 25. │ └─testthat:::test_code(desc, code, env = parent.frame(), reporter = reporter) 26. │ └─testthat:::testthat_state_condition(before, after, call = sys.call(-1)) 27. │ └─testthat:::waldo_compare(before, after, x_arg = "before", y_arg = "after") 28. └─base::loadNamespace(x) 29. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 30. └─base (local) withOneRestart(expr, restarts[[1L]]) 31. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted * 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