- using R version 4.4.3 (2025-02-28 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'rtiddlywiki/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'rtiddlywiki' version '0.5.2'
- 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 'rtiddlywiki' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package 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 ... [0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [0s] 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 ... [1s] 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 examples ... [3s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [10s] ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rtiddlywiki)
> test_check("rtiddlywiki")
Starting test tiddlywiki server...
Error in httr2::req_perform(httr2::req_error(req, is_error = function(resp) FALSE)) :
Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Could not connect to server [127.0.0.1]:
Failed to connect to 127.0.0.1 port 9090 after 2047 ms: Could not connect to server
Saving _problems/test-word-17.R
Saving _problems/test-word-18.R
[ FAIL 2 | WARN 1 | SKIP 21 | PASS 81 ]
══ Skipped tests (21) ══════════════════════════════════════════════════════════
• !is_test_tw() is TRUE (1): 'test-tiddler.R:2:5'
• On CRAN (20): 'test-rmarkdown.R:97:5', 'test-rmarkdown.R:115:5',
'test-rmarkdown.R:132:5', 'test-rmarkdown.R:149:5', 'test-rmarkdown.R:169:5',
'test-rmarkdown.R:186:5', 'test-rmarkdown.R:201:5', 'test-rmarkdown.R:217:5',
'test-rmarkdown.R:236:5', 'test-rmarkdown.R:253:5', 'test-rmarkdown.R:268:5',
'test-rmarkdown.R:283:5', 'test-rmarkdown.R:302:5', 'test-rmarkdown.R:327:5',
'test-rmarkdown.R:349:5', 'test-rmarkdown.R:371:5', 'test-rmarkdown.R:394:5',
'test-rmarkdown.R:416:5', 'test-rmarkdown.R:440:5', 'test-rmarkdown.R:474:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-word.R:17:5'): Word to Markdown conversion without embedding images works ──
Expected `word_to_md(...)` not to throw any errors.
Actually got a <simpleError> with message:
Cannot find image fe36a2233fa96369704418cd1a62408d79da2ed1.png
── Error ('test-word.R:18:5'): Word to Markdown conversion without embedding images works ──
Error in `file(con, "r")`: cannot open the connection
Backtrace:
▆
1. └─base::readLines(output_file) at test-word.R:18:5
2. └─base::file(con, "r")
[ FAIL 2 | WARN 1 | SKIP 21 | PASS 81 ]
Error:
! Test failures.
Stopping test widdlywiki server...
Cleanup tempory test folderExecution halted
- checking PDF version of manual ... [18s] OK
- checking HTML version of manual ... [3s] OK
- DONE
Status: 1 ERROR