R Under development (unstable) (2025-09-22 r88868 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(rtiddlywiki) > > > print(tw_options()) $host [1] "http://127.0.0.1:8080/" $http_x_auth_key [1] "" $recipe [1] "default" $bag [1] "default" > 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 2060 ms: Could not connect to server [ FAIL 0 | WARN 0 | SKIP 2 | PASS 79 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • !is_test_tw() is TRUE (1): 'test-tiddler.R:2:5' • On CRAN (1): 'test-rmarkdown.R:48:5' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 79 ] Stopping test widdlywiki server... Cleanup tempory test folder> > proc.time() user system elapsed 3.64 0.64 6.76