Last updated on 2026-06-08 07:50:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 1.99 | 25.14 | 27.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 1.78 | 19.48 | 21.26 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 39.05 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 40.56 | OK | |||
| r-patched-linux-x86_64 | 0.7.0 | 2.19 | 22.18 | 24.37 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 2.04 | 22.57 | 24.61 | OK | |
| r-release-macos-arm64 | 0.7.0 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.0 | 2.00 | 37.00 | 39.00 | OK |
Version: 0.7.0
Check: Rd line widths
Result: NOTE
Fatal error: cannot create 'R_TempDir'
These lines will be truncated in the PDF manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [2s/2s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> tmp_user_dir <- tempdir()
> Sys.setenv(RSPM_USER_DIR=tmp_user_dir)
>
> if (requireNamespace("tinytest", quietly=TRUE)) {
+ home <- identical(Sys.getenv("CI"), "true")
+ tinytest::test_package("rspm", at_home=home)
+ }
test_integration_ci.R......... 0 tests 45ms [Exited at #4: not in a CI environment]
test_manager_ci.R............. 0 tests 1ms [Exited at #5: not in a CI environment]
test_renv.R................... 0 tests
test_renv.R................... 0 tests
test_renv.R................... 0 tests The following package(s) will be updated in the lockfile:
# CRAN -----------------------------------------------------------------------
- renv [* -> 1.2.3]
The version of R recorded in the lockfile will be updated:
- R [* -> 4.7.0]
- Lockfile written to "/tmp/RtmpBs0KSG/file1c93d233af4790/renv.lock".
Error: error copying directory [error code 1]
cp -PR '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/renv/' '/tmp/RtmpBs0KSG/file1c93d233af4790/renv/library/linux-debian-forky/R-4.7-r90114/x86_64-pc-linux-gnu/.renv-copy-1c93d27287cfc0'
================================================================================
cp: cannot create regular file '/tmp/RtmpBs0KSG/file1c93d233af4790/renv/library/linux-debian-forky/R-4.7-r90114/x86_64-pc-linux-gnu/.renv-copy-1c93d27287cfc0/doc/docker.Rmd': No space left on device
cp: cannot create regular file '/tmp/RtmpBs0KSG/file1c93d233af4790/renv/library/linux-debian-forky/R-4.7-r90114/x86_64-pc-linux-gnu/.renv-copy-1c93d27287cfc0/doc/docker.html': No space left on device
cp: cannot create regular file '/tmp/RtmpBs0KSG/file1c93d233af4790/renv/library/linux-debian-forky/R-4.7-r90114/x86_64-pc-linux-gnu/.renv-copy-1c93d27287cfc0/doc/faq.R': No space left on device
cp: cannot create regular file '/tmp/RtmpBs0KSG/file1c93d233af4790/renv/library
Traceback (most recent calls last):
16: tinytest::test_package("rspm", at_home = home)
15: run_test_dir(testdir, at_home = at_home, cluster = cluster, ...)
14: lapply(basename(testfiles), run_test_file, at_home = at_home,
verbose = verbose, color = color, remove_side_effects = remove_side_effects,
...)
13: FUN(X[[i]], ...)
12: eval(expr, envir = e)
11: eval(expr, envir = e)
10: renv_init()
9: renv::init(...)
8: renv_init_fini(project, profile, load, restart)
7: renv_activate_impl(project = project, profile = profile, version = renv_metadata_version(),
load = load, restart = restart)
6: renv_imbue_self(project)
5: case(type == "source" ~ renv_imbue_self_source(source, target),
type == "binary" ~ renv_imbue_self_binary(source, target))
4: renv_imbue_self_binary(source, target)
3: renv_file_copy(source, target, overwrite = TRUE)
2: renv_file_copy_dir(source, target)
1: stop(status)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc