Package: tynding 0.4.0

Joseph Barbier
tynding: 'Typst' Bindings
Provides bindings to the 'Typst' typesetting system, enabling users to compile 'Typst' documents directly from R. The package interfaces with the 'Typst' 'Rust' library to render documents, making it possible to integrate 'Typst'-based workflows into R scripts, reports, and reproducible research pipelines.
Authors:
tynding_0.4.0.tar.gz
tynding_0.5.0.zip(r-4.7)tynding_0.5.0.zip(r-4.6)tynding_0.5.0.zip(r-4.5)
tynding_0.5.0.tgz(r-4.6-x86_64)tynding_0.5.0.tgz(r-4.6-arm64)tynding_0.5.0.tgz(r-4.5-x86_64)tynding_0.5.0.tgz(r-4.5-arm64)
tynding_0.5.0.tar.gz(r-4.7-arm64)tynding_0.5.0.tar.gz(r-4.7-x86_64)tynding_0.5.0.tar.gz(r-4.6-arm64)tynding_0.5.0.tar.gz(r-4.6-x86_64)
tynding_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tynding/json (API)
| # Install 'tynding' in R: |
| install.packages('tynding', repos = c('https://y-sunflower.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/y-sunflower/tynding/issues
Pkgdown/docs site:https://y-sunflower.github.io
Last updated from:5c7735cf5f. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 576 | ||
| linux-devel-x86_64 | OK | 541 | ||
| source / vignettes | OK | 551 | ||
| linux-release-arm64 | OK | 550 | ||
| linux-release-x86_64 | OK | 547 | ||
| macos-release-arm64 | OK | 761 | ||
| macos-release-x86_64 | FAIL | 127 | ||
| macos-oldrel-arm64 | OK | 544 | ||
| macos-oldrel-x86_64 | OK | 1688 | ||
| windows-devel | OK | 978 | ||
| windows-release | OK | 1034 | ||
| windows-oldrel | OK | 1189 | ||
| wasm-release | OK | 527 |
Exports:is_valid_typsttypst_compiletypst_write
Dependencies:jsonlite
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Is valid Typst? | is_valid_typst |
| Compile a '.typ' file and return the output path. | typst_compile |
| Write a Typst file from a character vector | typst_write |