Last updated on 2025-11-04 11:52:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 1.83 | 53.03 | 54.86 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 1.39 | 44.83 | 46.22 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 71.00 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 68.17 | OK | |||
| r-devel-windows-x86_64 | 0.0.4 | 3.00 | 50.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 1.89 | 46.33 | 48.22 | ERROR | |
| r-release-linux-x86_64 | 0.0.4 | 1.26 | 50.83 | 52.09 | OK | |
| r-release-macos-arm64 | 0.0.4 | 1.00 | 15.00 | 16.00 | OK | |
| r-release-macos-x86_64 | 0.0.4 | 3.00 | 28.00 | 31.00 | OK | |
| r-release-windows-x86_64 | 0.0.4 | 3.00 | 69.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.4 | 1.00 | 19.00 | 20.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.4 | 2.00 | 36.00 | 38.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.4 | 4.00 | 58.00 | 62.00 | OK | 
Version: 0.0.4
Check: examples
Result: ERROR
  Running examples in ‘typr-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### 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:
  ! 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-patched-linux-x86_64
Version: 0.0.4
Check: tests
Result: ERROR
    Running ‘testthat.R’ [17s/23s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > # This file is part of the standard setup for testthat.
    > # It is recommended that you do not modify it.
    > #
    > # Where should you do additional test configuration?
    > # Learn more about the roles of various files in:
    > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
    > # * https://testthat.r-lib.org/articles/special-files.html
    > 
    > library(testthat)
    > library(typr)
    > 
    > test_check('typr')
    
    Typst watch process started.
    Run `typr_watch_stop()` to stop the process.
    Stopping previous Typst watch process...
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 14 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-init.R:7:3'): typr_init works ──────────────────────────────────
    Error in `typr_run(args = c("init", template, dir, typst_args))`: Problem running `typst`.
    Caused by error:
    ! System command 'quarto' failed
    Backtrace:
        ▆
     1. └─typr::typr_init(...) at test-init.R:7:3
     2.   └─typr:::typr_run(args = c("init", template, dir, typst_args))
     3.     └─base::tryCatch(...)
     4.       └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5.         └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6.           └─value[[3L]](cond)
     7.             └─cli::cli_abort("Problem running `typst`.", parent = e)
     8.               └─rlang::abort(...)
    
    [ FAIL 1 | WARN 0 | SKIP 0 | PASS 14 ]
    Error: Test failures
    Execution halted
Flavor: r-patched-linux-x86_64