Last updated on 2026-08-16 17:50:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.18.1 | 5.62 | 61.10 | 66.72 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.18.1 | 4.03 | 46.43 | 50.46 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.18.1 | 45.27 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.18.1 | 49.56 | OK | |||
| r-devel-windows-x86_64 | 1.0.18.1 | 9.00 | 79.00 | 88.00 | OK | |
| r-patched-linux-x86_64 | 1.0.18.1 | 6.09 | 56.87 | 62.96 | OK | |
| r-release-linux-x86_64 | 1.0.18.1 | 5.36 | 56.73 | 62.09 | OK | |
| r-release-macos-arm64 | 1.0.18.1 | 1.00 | 31.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 1.0.18.1 | 4.00 | 108.00 | 112.00 | OK | |
| r-release-windows-x86_64 | 1.0.18.1 | 11.00 | 0.00 | 11.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.18.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.18.1 | 4.00 | 71.00 | 75.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.18.1 | 14.00 | 91.00 | 105.00 | OK |
Version: 1.0.18.1
Check: tests
Result: ERROR
Running 'testthat.R' [150s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rjtools)
>
> test_check("rjtools")
v SUCCESS: File and directory names are compliant.
v SUCCESS: File and directory names are compliant.
v SUCCESS: Article title formatted in title case.
x ERROR: Article title not in title case! Suggest title: ToOoOlTiPs: An R Package for Customizable Tooltips in Interactive Graphics.
v SUCCESS: Section titles formatted in sentence case.
v SUCCESS: Possible motivation letter found: motivation-letter
i NOTE: Motivation letter is not detected, if applicable
v SUCCESS: No problematic file found
x ERROR: Submission contains unnecessary files: RJtemplate.tex
i NOTE: No CRAN activities detected for package ggplot2
Saving _problems/test-check-121.R
i NOTE: No CRAN activities detected for package nonexistent
Saving _problems/test-check-126.R
i Please use the folder 'data/', 'figures/', 'scripts/' and
'motivation-letter/' to organise additional data, figures, scripts,
and motivation letter.
! Please maintain the default file/folder structure as it will be checked
upon submission.
i [Action required] Please align the file name between 'test.Rmd' and
'RJreferences.bib'.
Success: your paper is ready to edit!
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-check.R:121:5'): proposed package check works ────────────────
Expected `c(expr)` to equal "SUCCESS".
Differences:
`actual`: "NOTE"
`expected`: "SUCCESS"
Backtrace:
▆
1. └─rjtools (local) expect_SUCCESS(check_proposed_pkg("ggplot2")) at test-check.R:121:5
2. └─testthat::expect_equal(c(expr), "SUCCESS") at test-check.R:68:19
── Error ('test-check.R:126:5'): available packages check works ────────────────
Error in `url(sprintf("%s/%s", cran, path), open = "rb")`: cannot open the connection to 'https://bioconductor.statistik.tu-dortmund.de/cran/web/packages/packages.rds'
Backtrace:
▆
1. ├─rjtools (local) expect_SUCCESS(check_packages_available(article_path, ignore = "ToOoOlTiPs")) at test-check.R:126:5
2. │ └─testthat::expect_equal(c(expr), "SUCCESS") at test-check.R:68:19
3. │ └─testthat::quasi_label(enquo(object), label)
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. └─rjtools::check_packages_available(article_path, ignore = "ToOoOlTiPs")
6. └─rjtools:::allCRANpkgs()
7. └─tools::CRAN_package_db()
8. ├─base::as.data.frame(...)
9. └─tools:::read_CRAN_object(CRAN_baseurl_for_web_area(), "web/packages/packages.rds")
10. ├─base::gzcon(url(sprintf("%s/%s", cran, path), open = "rb"))
11. └─base::url(sprintf("%s/%s", cran, path), open = "rb")
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64