Last updated on 2026-05-15 05:53:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 1.27 | 57.78 | 59.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 1.48 | 46.42 | 47.90 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 94.28 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 90.57 | OK | |||
| r-devel-windows-x86_64 | 0.0.4 | 3.00 | 77.00 | 80.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 1.58 | 53.99 | 55.57 | OK | |
| r-release-linux-x86_64 | 0.0.4 | 1.72 | 53.94 | 55.66 | OK | |
| r-release-macos-arm64 | 0.0.4 | 1.00 | 9.00 | 10.00 | OK | |
| r-release-macos-x86_64 | 0.0.4 | 2.00 | 29.00 | 31.00 | OK | |
| r-release-windows-x86_64 | 0.0.4 | 3.00 | 76.00 | 79.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.0.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.4 | 1.00 | 30.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.4 | 4.00 | 92.00 | 96.00 | OK |
Version: 0.0.4
Check: examples
Result: ERROR
Running examples in 'typr-Ex.R' failed
The error most likely occurred in:
> ### Name: typr_init
> ### Title: Create a project from a template
> ### Aliases: typr_init
>
> ### ** Examples
>
> ## Don't show:
> if (has_any_typst()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ typr_init('charged-ieee', dir = paste0(tempdir(), '/typr_example'))
+ ## Don't show:
+ }) # examplesIf
> typr_init("charged-ieee", dir = paste0(tempdir(), "/typr_example"))
Error in `typr_run()`:
! Problem running `typst`.
Caused by error in `processx::run()`:
! System command 'quarto' failed
Backtrace:
▆
1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...)
2. │ └─base::source(...)
3. │ ├─base::withVisible(eval(ei, envir))
4. │ └─base::eval(ei, envir)
5. │ └─base::eval(ei, envir)
6. └─typr::typr_init("charged-ieee", dir = paste0(tempdir(), "/typr_example"))
7. └─typr:::typr_run(args = c("init", template, dir, typst_args))
8. └─base::tryCatch(...)
9. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. └─value[[3L]](cond)
12. └─cli::cli_abort("Problem running `typst`.", parent = e)
13. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64