Last updated on 2025-12-05 21:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.15.3 | 4.72 | 199.84 | 204.56 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.15.3 | 2.99 | 27.50 | 30.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.15.3 | 11.00 | 302.74 | 313.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.15.3 | 14.00 | 311.12 | 325.12 | OK | |
| r-devel-windows-x86_64 | 1.15.3 | 8.00 | 452.00 | 460.00 | OK | |
| r-patched-linux-x86_64 | 1.15.3 | 5.93 | 185.28 | 191.21 | OK | |
| r-release-linux-x86_64 | 1.15.3 | 3.20 | 192.36 | 195.56 | OK | |
| r-release-macos-arm64 | 1.15.3 | OK | ||||
| r-release-macos-x86_64 | 1.15.3 | 4.00 | 386.00 | 390.00 | OK | |
| r-release-windows-x86_64 | 1.15.3 | 8.00 | 369.00 | 377.00 | OK | |
| r-oldrel-macos-arm64 | 1.15.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.15.3 | 4.00 | 339.00 | 343.00 | OK | |
| r-oldrel-windows-x86_64 | 1.15.3 | 11.00 | 406.00 | 417.00 | OK |
Version: 1.15.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'devtools', 'document', 'knitr', 'lintr', 'rasciidoc',
'rmarkdown', 'roxygen2', 'spelling', 'usethis'
VignetteBuilder package required for checking but not installed: ‘rasciidoc’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.15.3
Check: examples
Result: ERROR
Running examples in ‘packager-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: add_github_url_to_desc
> ### Title: Add a github URL to File 'DESCRIPTION'
> ### Aliases: add_github_url_to_desc
> ### Keywords: internal
>
> ### ** Examples
>
> path <- file.path(tempdir(), "myPackage")
> usethis::create_package(path, open = FALSE)
Error in loadNamespace(x) : there is no package called ‘usethis’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.15.3
Check: tests
Result: ERROR
Running ‘runit.R’ [1s/1s]
Running ‘testthat.R’ [1s/1s]
Running ‘tinytest.R’ [0s/0s]
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/RtmptQqwsS/prutp/.gitignore
* Adding files and committing
* Git is already initialized
done successfully.
Executing test function test_use_git_ignore ... * Adding `foo`, `bar` to /tmp/RtmptQqwsS/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 ... Timing stopped at: 0.047 0.012 0.06
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
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
done successfully.
Executing test function test_git ... Timing stopped at: 0.007 0.004 0.011
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
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 messages:
1: In dir.create(path) : '/tmp/RtmptQqwsS/prutp' already exists
2: 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 ... Timing stopped at: 0.015 0.008 0.023
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
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
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'roxygen2'
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 ... Timing stopped at: 0.019 0 0.019
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
done successfully.
Executing test function test_news ... Timing stopped at: 0.01 0 0.01
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
done successfully.
> RUnit::printTextProtocol(test_result, showDetails = TRUE, fileName = "")
RUNIT TEST PROTOCOL -- Fri Dec 5 12:57:14 2025
***********************************************
Number of test functions: 20
Number of errors: 5
Number of failures: 0
1 Test Suite :
packager_unit_test - 20 test functions, 5 errors, 0 failures
ERROR in test_get_news: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_git: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_create_rmd: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_githuburl: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_news: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
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.02 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.07 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.02 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_internal.R
test_get_news: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
test_git: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
test_is_force: (1 checks) ... OK (0 seconds)
test_is_null_or_true: (3 checks) ... OK (0 seconds)
test_travis: (0 checks) ... OK (0 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 fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_submit.R
test_submit: (0 checks) ... OK (0 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.02 seconds)
test_githuburl: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
test_news: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
> if (is_failure(test_result)) {
+ RUnit::printTextProtocol(test_result, showDetails = TRUE)
+ stop("RUnit failed.")
+ }
RUNIT TEST PROTOCOL -- Fri Dec 5 12:57:14 2025
***********************************************
Number of test functions: 20
Number of errors: 5
Number of failures: 0
1 Test Suite :
packager_unit_test - 20 test functions, 5 errors, 0 failures
ERROR in test_get_news: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_git: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_create_rmd: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_githuburl: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
ERROR in test_news: Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
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.02 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.07 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.02 seconds)
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_internal.R
test_get_news: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
test_git: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
test_is_force: (1 checks) ... OK (0 seconds)
test_is_null_or_true: (3 checks) ... OK (0 seconds)
test_travis: (0 checks) ... OK (0 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 fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
---------------------------
Test file: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/packager/runit_tests/test_submit.R
test_submit: (0 checks) ... OK (0 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.02 seconds)
test_githuburl: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
test_news: ERROR !!
Error in fritools::get_package_version("roxygen2") :
there is no package called 'roxygen2'
Error: RUnit failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.15.3
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc