Last updated on 2026-06-08 02:51:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.15.3 | 4.12 | 174.87 | 178.99 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.15.3 | 3.28 | 93.00 | 96.28 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.15.3 | 295.74 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.15.3 | 8.00 | 316.03 | 324.03 | OK | |
| r-devel-windows-x86_64 | 1.15.3 | 9.00 | 352.00 | 361.00 | OK | |
| r-patched-linux-x86_64 | 1.15.3 | 4.41 | 178.79 | 183.20 | OK | |
| r-release-linux-x86_64 | 1.15.3 | 4.83 | 179.21 | 184.04 | OK | |
| r-release-macos-arm64 | 1.15.3 | 1.00 | 96.00 | 97.00 | OK | |
| r-release-macos-x86_64 | 1.15.3 | 4.00 | 309.00 | 313.00 | OK | |
| r-release-windows-x86_64 | 1.15.3 | 8.00 | 349.00 | 357.00 | OK | |
| r-oldrel-macos-arm64 | 1.15.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.15.3 | 3.00 | 387.00 | 390.00 | OK | |
| r-oldrel-windows-x86_64 | 1.15.3 | 11.00 | 505.00 | 516.00 | OK |
Version: 1.15.3
Check: for unstated dependencies in examples
Result: WARN
Warning in file(out, "wt") :
cannot open file '/tmp/RtmpfT7vgl/file687e1652b77c3/check_codetags.R': No space left on device
Error in file(out, "wt") : cannot open the connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.15.3
Check: tests
Result: ERROR
Running ‘runit.R’ [5s/6s]
Running ‘testthat.R’ [1s/1s]
Running ‘tinytest.R’ [0s/1s]
Running the tests in ‘tests/runit.R’ failed.
Complete output:
> #!/usr/bin/Rscript --vanilla
> is_failure <- function(result) {
+ res <- RUnit::getErrors(result)
+ names(res) <- tolower(names(res)) # soothe lintr
+ sum_of_exceptions <- res[["nerr"]] + res[["nfail"]]
+ fail <- as.logical(sum_of_exceptions)
+ return(fail)
+ }
>
> if (interactive()) {
+ pkgload::load_all(path = ".") # needed to use pkgload's shim version of
+ # base's system.file
+ unit_dir <- system.file("inst", "runit_tests", package = "packager")
+ } else {
+ require("packager", quietly = TRUE, character.only = TRUE) ||
+ pkgload::load_all(path = ".") # needed to use pkgload's shim version of
+ r_call <- commandArgs(trailingOnly = FALSE)
+ if (any(grepl("--file", r_call))) {
+ unit_dir <- file.path("inst", "runit_tests")
+ } else {
+ unit_dir <- system.file("runit_tests", package = "packager")
+ }
+ }
> if (! dir.exists(unit_dir)) {
+ stop("Can not find RUnit test directory ", unit_dir,
+ ". Try to (re)install the package first.")
+ }
>
> test_file_regexp <- if (isTRUE(fritools::is_running_on_gitlab_com())) {
+ "^test.*\\.[rR]$"
+ } else {
+ "^test.*\\.[rR]$"
+ }
gimli1 unix
> package_suite <- RUnit::defineTestSuite("packager_unit_test",
+ dirs = unit_dir,
+ testFileRegexp = test_file_regexp,
+ testFuncRegexp = "^test_+")
> test_result <- RUnit::runTestSuite(package_suite)
Executing test function test_convert_vigentte ... done successfully.
Executing test function test_union_write ... done successfully.
Executing test function test_use_git ... * Initialising repo
* Adding `.Rproj.user`, `.Rhistory`, `.RData` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Adding files and committing
* Git is already initialized
done successfully.
Executing test function test_use_git_ignore ... * Adding `foo`, `bar` to /tmp/Rtmp3cvF2T/prutp/.gitignore
done successfully.
Executing test function test_git_tag ... done successfully.
Executing test function test_git_tag_create ... done successfully.
Executing test function test_repo ... done successfully.
Executing test function test_get_news ... * Creating `NEWS.md` from template.
done successfully.
Executing test function test_git ... Error in packager:::is_git_uncommitted(path) :
/tmp/Rtmp3cvF2T/prutp does not appear to be a git repository.
In addition: Warning messages:
1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
3: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
4: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
5: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
6: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
7: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
8: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
* Initialising repo
* Adding `.Rproj.user`, `.Rhistory`, `.RData` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Adding files and committing
done successfully.
Executing test function test_is_force ... done successfully.
Executing test function test_is_null_or_true ... done successfully.
Executing test function test_travis ... done successfully.
Executing test function test_url ... Error in packager:::get_git_url(url, return_only_one = TRUE, force = FALSE, :
Found multiple github URL.
In addition: Warning message:
In packager:::get_git_url(url, return_only_one = TRUE, type = "github") :
Found multiple github URL, using the first.
done successfully.
Executing test function test_warn_and_stop ... fooError in packager:::warn_and_stop("foo") : foo
done successfully.
Executing test function test_create_rmd ... Warning in file(file, if (append) "a" else "w") :
cannot open file '/tmp/Rtmp3cvF2T/file6a81d1bf9f96e': No space left on device
Timing stopped at: 0.056 0 0.056
Error in file(file, if (append) "a" else "w") :
cannot open the connection
In addition: Warning messages:
1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
done successfully.
Warning in RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
Warning in RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
Executing test function test_submit ... Loading required package: roxygen2
* Adding `.Rprofile` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Adding `*.tar.gz` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Adding `prutp.Rcheck` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Creating `Makefile` from template.
* Adding `Makefile` to `.Rbuildignore`.
Warning in update_description(path = path, title = tools::toTitleCase(title), :
Argument 'author_at_r' is missing, using default.
* Creating `vignettes`.
* Creating `vignettes/An_Introduction_to_prutp.Rmd` from template.
* Creating `NEWS.md` from template.
* Creating `README.Rmd` from template.
* Adding `README.Rmd` to `.Rbuildignore`.
* Adding pre-commit hook
* Creating `.travis.yml` from template.
* Adding `.travis.yml` to `.Rbuildignore`.
* Creating `.gitlab-ci.yml` from template.
* Adding `.gitlab-ci.yml` to `.Rbuildignore`.
* Creating `.gitlab-ci`.
* Adding `.gitlab-ci` to `.Rbuildignore`.
* Creating `.gitlab-ci/gitlab-com.R` from template.
* Adding `.gitlab-ci/gitlab-com.R` to `.Rbuildignore`.
* Creating `devel.R` from template.
* Adding `devel.R` to `.Rbuildignore`.
* Creating `devel`.
* Adding `devel` to `.Rbuildignore`.
* Creating `devel/devel_test.R` from template.
* Adding `devel/devel_test.R` to `.Rbuildignore`.
- make sure https://gitlab.com/yourname/prutp exists!
Adding testthat to Suggests field in DESCRIPTION
* Creating `tests/testthat`.
* Creating `tests/testthat.R` from template.
Creating /tmp/Rtmp3cvF2T/prutp/tests/tinytest.R
Creating /tmp/Rtmp3cvF2T/prutp/inst
Creating /tmp/Rtmp3cvF2T/prutp/inst/tinytest
Creating /tmp/Rtmp3cvF2T/prutp/inst/tinytest/test_prutp.R
Adding 'tinytest' to DESCRIPTION/Suggests
You may want to remove the following packages from DESCRIPTION/Suggests: testthat
Re-creating /tmp/Rtmp3cvF2T/prutp/tests/tinytest.R
Creating /tmp/Rtmp3cvF2T/prutp/inst/tinytest/test_throw.R
Warning: `tests/testthat.R` already exists.
* Creating `R/throw.R` from template.
* Creating `tests/testthat/test-throw.R` from template.
* Creating `tests/runit.R` from template.
* Creating `inst/runit_tests/runit-throw.R` from template.
* Creating `make.R` from template.
* Adding `make.R` to `.Rbuildignore`.
Adding fritools to Imports field in DESCRIPTION
* Creating `R/zzz.R` from template.
* Adding `R/zzz.R` to `.Rbuildignore`.
* Creating `man-roxygen`.
* Adding `man-roxygen` to `.Rbuildignore`.
* Creating `man-roxygen/return_boolean.R` from template.
* Adding `man-roxygen/return_boolean.R` to `.Rbuildignore`.
* Creating `man-roxygen/return_boolean_vector.R` from template.
* Adding `man-roxygen/return_boolean_vector.R` to `.Rbuildignore`.
* Creating `man-roxygen/return_invisibly_null.R` from template.
* Adding `man-roxygen/return_invisibly_null.R` to `.Rbuildignore`.
* Creating `man-roxygen/return_invisibly_true.R` from template.
* Adding `man-roxygen/return_invisibly_true.R` to `.Rbuildignore`.
* Creating `man-roxygen/stop_on_error.R` from template.
* Adding `man-roxygen/stop_on_error.R` to `.Rbuildignore`.
* Creating `log`.
* Adding `log` to `.Rbuildignore`.
[1] ".log.Rout" "log/dependencies.Rout" "log/roxygen2.Rout"
Package version bumped from '0.1.0' to '0.1.0.9000'
Error in packager::submit(d, stop_on_git = FALSE, stop_on_devel = TRUE) :
This package has a developement version.
done successfully.
Warning in RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
Warning in RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
Executing test function test_exception ... Error in eval(expr, envir = parent.frame()) : Hello, error!
done successfully.
Warning in RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
Warning in RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
Executing test function test_add_commit ... Error in git_commit(message = message, author = author, committer = committer, :
No staged files to commit. Run git_add() to select files.
done successfully.
Executing test function test_githuburl ... Warning in add_github_url_to_desc(path = path, default_gh_user = NA) :
Found 0 git remotes refering to `prutp`.
Warning in add_github_url_to_desc(path = path, default_gh_user = NA) :
Could not retrieve github user name. Set the URL in DESCRIPTION manually!
done successfully.
Executing test function test_news ... * Adding `.Rprofile` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Adding `*.tar.gz` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Adding `prutp.Rcheck` to /tmp/Rtmp3cvF2T/prutp/.gitignore
* Creating `Makefile` from template.
* Adding `Makefile` to `.Rbuildignore`.
Warning in update_description(path = path, title = tools::toTitleCase(title), :
Argument 'author_at_r' is missing, using default.
* Creating `vignettes`.
* Creating `vignettes/An_Introduction_to_prutp.Rmd` from template.
* Creating `NEWS.md` from template.
* Creating `README.Rmd` from template.
* Adding `README.Rmd` to `.Rbuildignore`.
* Adding pre-commit hook
* Creating `.travis.yml` from template.
* Adding `.travis.yml` to `.Rbuildignore`.
* Creating `.gitlab-ci.yml` from template.
* Adding `.gitlab-ci.yml` to `.Rbuildignore`.
* Creating `.gitlab-ci`.
* Adding `.gitlab-ci` to `.Rbuildignore`.
* Creating `.gitlab-ci/gitlab-com.R` from template.
* Adding `.gitlab-ci/gitlab-com.R` to `.Rbuildignore`.
* Creating `devel.R` from template.
* Adding `devel.R` to `.Rbuildignore`.
* Creating `devel`.
* Adding `devel` to `.Rbuildignore`.
* Creating `devel/devel_test.R` from template.
* Adding `devel/devel_test.R` to `.Rbuildignore`.
- make sure https://gitlab.com/yourname/prutp exists!
Adding testthat to Suggests field in DESCRIPTION
* Creating `tests/testthat`.
* Creating `tests/testthat.R` from template.
Creating /tmp/Rtmp3cvF2T/prutp/tests/tinytest.R
Creating /tmp/Rtmp3cvF2T/prutp/inst
Creating /tmp/Rtmp3cvF2T/prutp/inst/tinytest
Creating /tmp/Rtmp3cvF2T/prutp/inst/tinytest/test_prutp.R
Adding 'tinytest' to DESCRIPTION/Suggests
You may want to remove the following packages from DESCRIPTION/Suggests: testthat
Re-creating /tmp/Rtmp3cvF2T/prutp/tests/tinytest.R
Creating /tmp/Rtmp3cvF2T/prutp/inst/tinytest/test_throw.R
Warning: `tests/testthat.R` already exists.
* Creating `R/throw.R` from template.
* Creating `tests/testthat/test-throw.R` from template.
* Creating `tests/runit.R` from template.
* Creating `inst/runit_tests/runit-throw.R` from template.
* Creating `make.R` from template.
* Adding `make.R` to `.Rbuildignore`.
Adding fritools to Imports field in DESCRIPTION
* Creating `R/zzz.R` from template.
* Adding `R/zzz.R` to `.Rbuildignore`.
* Creating `man-roxygen`.
* Adding `man-roxygen` to `.Rbuildignore`.
* Creating `man-roxygen/return_boolean.R` from template.
* Adding `man-roxygen/return_boolean.R` to `.Rbuildignore`.
* Creating `man-roxygen/return_boolean_vector.R` from template.
* Adding `man-roxygen/return_boolean_vector.R` to `.Rbuildignore`.
* Creating `man-roxygen/return_invisibly_null.R` from template.
* Adding `man-roxygen/return_invisibly_null.R` to `.Rbuildignore`.
* Creating `man-roxygen/return_invisibly_true.R` from template.
* Adding `man-roxygen/return_invisibly_true.R` to `.Rbuildignore`.
* Creating `man-roxygen/stop_on_error.R` from template.
* Adding `man-roxygen/stop_on_error.R` to `.Rbuildignore`.
* Creating `log`.
* Adding `log` to `.Rbuildignore`.
Package version bumped from '0.1.0' to '0.1.0.9000'
Package version bumped from '0.1.0.9000' to '0.2.0'
Error in packager::check_news(path) :
Found unmatched devel version: 0.1.0.9000
Error in packager::check_news(path) : Version 0.2.0 not covered!
done successfully.
> RUnit::printTextProtocol(test_result, showDetails = TRUE, fileName = "")
RUNIT TEST PROTOCOL -- Sun Jun 7 15:39:17 2026
***********************************************
Number of test functions: 20
Number of errors: 1
Number of failures: 0
1 Test Suite :
packager_unit_test - 20 test functions, 1 error, 0 failures
ERROR in test_create_rmd: Error in file(file, if (append) "a" else "w") :
cannot open the connection
Details
***************************
Test Suite: packager_unit_test
Test function regexp: ^test_+
Test file regexp: ^test.*\.[rR]$
Involved directory:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_convert_vignette.R
test_convert_vigentte: (4 checks) ... OK (0.03 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_devtools_modified.R
test_union_write: (2 checks) ... OK (0 seconds)
test_use_git: (2 checks) ... OK (0.09 seconds)
test_use_git_ignore: (2 checks) ... OK (0 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_git.R
test_git_tag: (0 checks) ... OK (0 seconds)
test_git_tag_create: (0 checks) ... OK (0 seconds)
test_repo: (10 checks) ... OK (0.03 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_internal.R
test_get_news: (1 checks) ... OK (0.18 seconds)
test_git: (5 checks) ... OK (0.06 seconds)
test_is_force: (1 checks) ... OK (0 seconds)
test_is_null_or_true: (3 checks) ... OK (0 seconds)
test_travis: (0 checks) ... OK (0.01 seconds)
test_url: (7 checks) ... OK (0.03 seconds)
test_warn_and_stop: (1 checks) ... OK (0 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_main.R
test_create_rmd: ERROR !!
Error in file(file, if (append) "a" else "w") :
cannot open the connection
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_submit.R
test_submit: (1 checks) ... OK (3.29 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_throw.R
test_exception: (1 checks) ... OK (0 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_tools.R
test_add_commit: (3 checks) ... OK (0.03 seconds)
test_githuburl: (4 checks) ... OK (1.12 seconds)
test_news: (5 checks) ... OK (1.03 seconds)
> if (is_failure(test_result)) {
+ RUnit::printTextProtocol(test_result, showDetails = TRUE)
+ stop("RUnit failed.")
+ }
RUNIT TEST PROTOCOL -- Sun Jun 7 15:39:17 2026
***********************************************
Number of test functions: 20
Number of errors: 1
Number of failures: 0
1 Test Suite :
packager_unit_test - 20 test functions, 1 error, 0 failures
ERROR in test_create_rmd: Error in file(file, if (append) "a" else "w") :
cannot open the connection
Details
***************************
Test Suite: packager_unit_test
Test function regexp: ^test_+
Test file regexp: ^test.*\.[rR]$
Involved directory:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_convert_vignette.R
test_convert_vigentte: (4 checks) ... OK (0.03 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_devtools_modified.R
test_union_write: (2 checks) ... OK (0 seconds)
test_use_git: (2 checks) ... OK (0.09 seconds)
test_use_git_ignore: (2 checks) ... OK (0 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_git.R
test_git_tag: (0 checks) ... OK (0 seconds)
test_git_tag_create: (0 checks) ... OK (0 seconds)
test_repo: (10 checks) ... OK (0.03 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_internal.R
test_get_news: (1 checks) ... OK (0.18 seconds)
test_git: (5 checks) ... OK (0.06 seconds)
test_is_force: (1 checks) ... OK (0 seconds)
test_is_null_or_true: (3 checks) ... OK (0 seconds)
test_travis: (0 checks) ... OK (0.01 seconds)
test_url: (7 checks) ... OK (0.03 seconds)
test_warn_and_stop: (1 checks) ... OK (0 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_main.R
test_create_rmd: ERROR !!
Error in file(file, if (append) "a" else "w") :
cannot open the connection
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_submit.R
test_submit: (1 checks) ... OK (3.29 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_throw.R
test_exception: (1 checks) ... OK (0 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_tools.R
test_add_commit: (3 checks) ... OK (0.03 seconds)
test_githuburl: (4 checks) ... OK (1.12 seconds)
test_news: (5 checks) ... OK (1.03 seconds)
Error: RUnit failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc