* using log directory 'd:/Rcompile/CRANpkg/local/4.6/rjtools.Rcheck' * using R version 4.6.1 (2026-06-24 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-08-12 20:05:48 UTC * checking for file 'rjtools/DESCRIPTION' ... OK * this is package 'rjtools' version '1.0.18.1' * package encoding: UTF-8 * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'rjtools' can be installed ... OK * checking installed package size ... OK * checking package directory ... 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [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 ... [5s] OK * checking Rd files ... [0s] OK * checking Rd metadata ... 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [1s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [150s] 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 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [11s] OK * checking PDF version of manual ... [18s] OK * checking HTML version of manual ... [3s] OK * DONE Status: 1 ERROR Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > ### Title: A single article check > ### Aliases: initial_check_article check_filenames check_structure > ### check_folder_structure check_unnecessary_files check_cover_letter > ### check_title check_section check_abstract check_spelling > ### check_proposed_pkg check_pkg_label check_packages_available > ### check_bib_doi check_csl check_date get_orcid > > ### ** Examples > > your_article_path <- system.file("sample-article", package = "rjtools") > if (interactive()) initial_check_article(your_article_path) > > > > > ### *