- using R Under development (unstable) (2026-04-26 r89963)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-16) 15.2.0
GNU Fortran (Debian 15.2.0-16) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-04-27 16:51:42 UTC
- checking for file ‘renv/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘renv’ version ‘1.2.2’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- 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 ‘renv’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-15 (Debian 15.2.0-16) 15.2.0’
- 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/1s] 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/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking whether startup messages can be suppressed ... [0s/1s] 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 ... [38s/46s] OK
- checking Rd files ... [1s/1s] 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 compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [177s/161s] ERROR
Running ‘testthat.R’ [177s/160s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
>
> library(testthat)
> library(renv, warn.conflicts = FALSE)
>
> if (!renv:::renv_tests_supported()) {
+ message("* renv does not support running tests on this platform.")
+ if (!interactive()) quit(status = 0L)
+ }
>
> if (Sys.info()[["sysname"]] == "Linux") {
+ tools <- asNamespace("tools")
+ if (is.function(tools$R_user_dir)) {
+ cachedir <- tools$R_user_dir("renv", "cache")
+ dir.create(cachedir, recursive = TRUE, showWarnings = FALSE)
+ }
+ }
>
> test_check("renv")
Starting 2 test processes.
Saving _problems/test-retrieve-362.R
[ FAIL 1 | WARN 0 | SKIP 269 | PASS 1082 ]
══ Skipped tests (269) ═════════════════════════════════════════════════════════
• On CRAN (257): 'test-python.R:15:3', 'test-python.R:29:3',
'test-python.R:45:3', 'test-python.R:63:3', 'test-python.R:93:3',
'test-python.R:208:3', 'test-python.R:236:3', 'test-bioconductor.R:22:3',
'test-bioconductor.R:71:3', 'test-bioconductor.R:101:3',
'test-bioconductor.R:131:5', 'test-bioconductor.R:150:3',
'test-bioconductor.R:186:3', 'test-install.R:65:3', 'test-install.R:114:3',
'test-install.R:159:3', 'test-install.R:203:3', 'test-install.R:262:3',
'test-install.R:269:3', 'test-install.R:279:3', 'test-install.R:297:3',
'test-install.R:323:3', 'test-install.R:339:3', 'test-install.R:350:3',
'test-install.R:407:3', 'test-install.R:430:3', 'test-install.R:451:3',
'test-install.R:474:3', 'test-install.R:498:3', 'test-install.R:510:1',
'test-install.R:541:3', 'test-install.R:568:3', 'test-install.R:597:3',
'test-install.R:633:3', 'test-install.R:666:3', 'test-install.R:712:3',
'test-install.R:727:3', 'test-install.R:817:3', 'test-install.R:855:3',
'test-install.R:873:1', 'test-install.R:881:1', 'test-restore.R:16:3',
'test-restore.R:33:3', 'test-restore.R:268:3', 'test-restore.R:296:3',
'test-restore.R:516:3', 'test-restore.R:541:3', 'test-restore.R:562:3',
'test-restore.R:577:3', 'test-restore.R:591:3', 'test-restore.R:607:3',
'test-restore.R:623:3', 'test-restore.R:636:3', 'test-restore.R:653:3',
'test-retrieve.R:4:3', 'test-retrieve.R:20:3', 'test-retrieve.R:36:3',
'test-retrieve.R:52:3', 'test-retrieve.R:70:3', 'test-retrieve.R:85:3',
'test-retrieve.R:104:3', 'test-retrieve.R:120:3', 'test-retrieve.R:138:3',
'test-retrieve.R:153:3', 'test-retrieve.R:161:3', 'test-retrieve.R:282:3',
'test-retrieve.R:299:3', 'test-retrieve.R:315:3', 'test-retrieve.R:354:3',
'test-retrieve.R:367:3', 'test-remotes.R:33:3', 'test-remotes.R:207:3',
'test-acls.R:4:3', 'test-activate.R:4:3', 'test-activate.R:29:3',
'test-activate.R:48:1', 'test-archive.R:51:3', 'test-autoload.R:3:3',
'test-available-packages.R:3:3', 'test-available-packages.R:23:3',
'test-available-packages.R:44:3', 'test-available-packages.R:60:3',
'test-available-packages.R:78:3', 'test-available-packages.R:90:3',
'test-available-packages.R:111:3', 'test-available-packages.R:132:3',
'test-available-packages.R:158:3', 'test-available-packages.R:204:3',
'test-available-packages.R:230:3', 'test-available-packages.R:249:3',
'test-bootstrap.R:4:3', 'test-bootstrap.R:18:3', 'test-bootstrap.R:32:3',
'test-bootstrap.R:125:1', 'test-bootstrap.R:161:1', 'test-bootstrap.R:186:1',
'test-bootstrap.R:231:1', 'test-bootstrap.R:270:1', 'test-cache.R:3:3',
'test-cache.R:108:3', 'test-cache.R:127:3', 'test-cache.R:155:3',
'test-cache.R:186:3', 'test-caution.R:2:1', 'test-caution.R:15:3',
'test-cellar.R:3:3', 'test-checkout.R:74:3', 'test-config.R:91:3',
'test-dependencies.R:88:1', 'test-dependencies.R:102:1',
'test-dependencies.R:373:3', 'test-dependencies.R:472:1',
'test-snapshot.R:16:1', 'test-snapshot.R:27:1', 'test-snapshot.R:111:3',
'test-snapshot.R:160:1', 'test-snapshot.R:321:3', 'test-snapshot.R:352:1',
'test-snapshot.R:364:3', 'test-snapshot.R:381:1', 'test-snapshot.R:396:3',
'test-snapshot.R:432:1', 'test-snapshot.R:442:1', 'test-snapshot.R:475:1',
'test-snapshot.R:517:1', 'test-snapshot.R:527:1', 'test-snapshot.R:553:1',
'test-snapshot.R:640:1', 'test-snapshot.R:652:1', 'test-snapshot.R:667:3',
'test-snapshot.R:678:3', 'test-snapshot.R:690:3', 'test-dots.R:2:1',
'test-download.R:3:3', 'test-download.R:60:3', 'test-download.R:116:3',
'test-download.R:143:3', 'test-download.R:158:3', 'test-download.R:244:3',
'test-download.R:277:3', 'test-download.R:306:3', 'test-download.R:330:3',
'test-files.R:204:3', 'test-embed.R:2:1', 'test-embed.R:15:3',
'test-history.R:4:3', 'test-id.R:3:3', 'test-infrastructure.R:4:3',
'test-init.R:3:3', 'test-init.R:12:3', 'test-init.R:54:1',
'test-init.R:123:3', 'test-init.R:153:3', 'test-init.R:179:3',
'test-init.R:212:3', 'test-init.R:222:3', 'test-init.R:256:3',
'test-job.R:3:3', 'test-json.R:54:3', 'test-json.R:64:3', 'test-load.R:25:3',
'test-load.R:48:1', 'test-lock.R:4:3', 'test-lock.R:19:3',
'test-lock.R:35:3', 'test-lock.R:60:3', 'test-lock.R:88:3',
'test-lock.R:110:3', 'test-lock.R:134:3', 'test-lock.R:166:3',
'test-lockfile-read.R:1:1', 'test-lockfile-validate.R:2:3',
'test-lockfile-validate.R:81:3', 'test-lockfile-validate.R:142:3',
'test-lockfile-validate.R:197:3', 'test-lockfile-validate.R:251:3',
'test-lockfile-validate.R:283:3', 'test-lockfile-validate.R:315:3',
'test-lockfile.R:44:3', 'test-lockfile.R:54:3', 'test-migrate.R:21:3',
'test-migrate.R:61:3', 'test-graph.R:871:3', 'test-modify.R:4:3',
'test-modify.R:16:3', 'test-mran.R:3:3', 'test-pak.R:4:3', 'test-pak.R:25:3',
'test-plan.R:44:1', 'test-preflight.R:23:3', 'test-ppm.R:3:3',
'test-ppm.R:15:3', 'test-ppm.R:27:3', 'test-ppm.R:39:3', 'test-ppm.R:51:3',
'test-ppm.R:78:3', 'test-ppm.R:111:3', 'test-ppm.R:143:3',
'test-ppm.R:175:3', 'test-ppm.R:208:3', 'test-ppm.R:235:3',
'test-ppm.R:260:3', 'test-ppm.R:284:3', 'test-ppm.R:311:3',
'test-ppm.R:336:3', 'test-ppm.R:363:3', 'test-ppm.R:387:3',
'test-ppm.R:412:3', 'test-ppm.R:421:3', 'test-ppm.R:434:3',
'test-profiles.R:3:3', 'test-profiles.R:34:3', 'test-profile.R:3:3',
'test-profile.R:34:3', 'test-r.R:3:3', 'test-r.R:48:3', 'test-reload.R:4:3',
'test-repair.R:4:3', 'test-repair.R:27:3', 'test-repair.R:55:3',
'test-repos.R:78:3', 'test-sandbox.R:116:3', 'test-socket.R:4:3',
'test-socket.R:19:3', 'test-socket.R:112:3', 'test-sysreqs.R:4:3',
'test-sysreqs.R:26:3', 'test-sysreqs.R:49:3', 'test-sysreqs.R:67:3',
'test-system.R:3:3', 'test-update.R:4:3', 'test-update.R:20:3',
'test-update.R:52:3', 'test-update.R:94:3', 'test-update.R:109:3',
'test-update.R:146:3', 'test-upgrade.R:4:3', 'test-use.R:4:3',
'test-use.R:30:3', 'test-use.R:51:3', 'test-use.R:72:3', 'test-use.R:97:3',
'test-use.R:115:3', 'test-use.R:143:3', 'test-use.R:180:3',
'test-utils.R:159:3', 'test-vendor.R:11:3', 'test-watchdog.R:4:3',
'test-watchdog.R:39:3', 'test-status.R:2:1', 'test-status.R:16:1',
'test-status.R:25:1', 'test-status.R:38:1', 'test-status.R:51:1',
'test-status.R:62:1', 'test-status.R:79:1', 'test-status.R:91:1'
• Running tests locally (2): 'test-python.R:137:3', 'test-python.R:180:3'
• download failed [error code 22] (1): 'test-testthat.R:5:3'
• empty test (4): 'test-dependencies.R:211:1', 'test-dependencies.R:667:1',
'test-embed.R:53:1', 'test-json.R:140:1'
• failing test; mtime sometimes differs? (1): 'test-files.R:130:3'
• pak doesn't like file:// repositories? (1): 'test-snapshot.R:416:3'
• renv_platform_macos() is not TRUE (1): 'test-retrieve.R:238:3'
• renv_platform_windows() is not TRUE (1): 'test-install.R:230:3'
• renv_platform_windows() || empty(.Library.site) is TRUE (1):
'test-sandbox.R:60:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-retrieve.R:362:3'): renv can retrieve the latest release associated with a project ──
Error: failed to resolve remote 'rstudio/keras@*release' -- could not find any releases associated with remote 'rstudio/keras@'
Backtrace:
▆
1. ├─base::withCallingHandlers(...)
2. ├─renv:::renv_remotes_resolve("rstudio/keras@*release") at test-retrieve.R:362:3
3. │ ├─base::withCallingHandlers(...)
4. │ └─renv:::renv_remotes_resolve_impl(spec, latest)
5. │ └─renv:::renv_remotes_resolve_github(remote)
6. │ └─renv:::renv_remotes_resolve_github_release(...)
7. │ └─renv:::stopf(fmt, sub("[*]release$", "", spec))
8. │ └─base::stop(sprintf(fmt, ...), call. = call.)
9. └─base::.handleSimpleError(...)
10. └─renv (local) h(simpleError(msg, call))
[ FAIL 1 | WARN 0 | SKIP 269 | PASS 1082 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [14s/21s] OK
- checking PDF version of manual ... [6s/8s] OK
- checking HTML version of manual ... [4s/6s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR