Skip to content

rtiddlywiki

R Interface for 'TiddlyWiki'

v0.5.2 · Dec 18, 2025 · MIT + file LICENSE

Description

'TiddlyWiki' is a unique non-linear notebook for capturing, organising and sharing complex information. 'rtiddlywiki' is a R interface of 'TiddlyWiki' <https://tiddlywiki.com> to create new tiddler from 'R Markdown' file, and then put into a local 'TiddlyWiki' server if it is available.

Downloads

292

Last 30 days

14053rd

725

Last 90 days

2.5K

Last year

Trend: +23.2% (30d vs prior 30d)

CRAN Check Status

1 ERROR
13 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 ERROR
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (1 non-OK)
ERROR r-oldrel-windows-x86_64

tests

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 2052 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',
    'tes
...[truncated]...
-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

Check History

ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
ERROR r-oldrel-windows-x86_64

tests

Running 'testthat.R' [10s]
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_err
...[truncated]...
     ▆
   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

Dependency Network

Dependencies Reverse dependencies settings httr2 pingr websocket rmarkdown later jsonlite bookdown stringr stringi digest htmlwidgets rvest knitr base64enc +1 more dependencies rtiddlywiki

Version History

new 0.5.2 Mar 10, 2026
updated 0.5.2 ← 0.5.0 diff Dec 17, 2025
updated 0.5.0 ← 0.1.0 diff Sep 22, 2025
new 0.1.0 Jul 4, 2022