CRAN Package Check Results for Package quarto

Last updated on 2026-09-25 06:51:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.1 5.20 211.94 217.14 OK
r-devel-linux-x86_64-debian-gcc 1.5.1 4.56 159.10 163.66 OK
r-devel-linux-x86_64-fedora-clang 1.5.1 145.55 ERROR
r-devel-linux-x86_64-fedora-gcc 1.5.1 150.01 OK
r-devel-windows-x86_64 1.5.1 8.00 260.00 268.00 OK
r-patched-linux-x86_64 1.5.1 5.43 202.72 208.15 OK
r-release-linux-x86_64 1.5.1 4.66 203.43 208.09 OK
r-release-macos-arm64 1.5.1 1.00 27.00 28.00 OK
r-release-macos-x86_64 1.5.1 4.00 97.00 101.00 OK
r-release-windows-x86_64 1.5.1 7.00 246.00 253.00 OK
r-oldrel-macos-arm64 1.5.1 OK
r-oldrel-macos-x86_64 1.5.1 4.00 97.00 101.00 OK
r-oldrel-windows-x86_64 1.5.1 10.00 295.00 305.00 OK

Check Details

Version: 1.5.1
Check: examples
Result: ERROR Running examples in ‘quarto-Ex.R’ failed The error most likely occurred in: > ### Name: check_newer_version > ### Title: Check for newer version of Quarto > ### Aliases: check_newer_version > > ### ** Examples > > ## Don't show: > if (quarto::quarto_available() && quarto:::has_internet("https://www.quarto.org")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + # Check current Quarto version + check_newer_version() + + # Check a specific version + check_newer_version("1.7.30") + + # Check development version (will skip check) + check_newer_version("99.9.9") + + # Check silently without messages + result <- check_newer_version(verbose = FALSE) + if (result) { + message("Update available!") + } + ## Don't show: + }) # examplesIf > check_newer_version() Warning in open.connection(con, "rb") : cannot open URL 'https://quarto.org/docs/download/_download.json': HTTP status was '500 Internal Server Error' Error in `default_infos()`: ! Failed to fetch latest versions: Caused by error in `open.connection()`: ! cannot open the connection to 'https://quarto.org/docs/download/_download.json' 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. └─quarto::check_newer_version() 7. └─quarto:::latest_available_version("stable") 8. └─quarto:::latest_available_infos(type) 9. ├─rlang::env_cache(the, type_name, default_infos(type)) 10. │ └─rlang::env_poke(env, nm, default) 11. └─quarto:::default_infos(type) 12. └─quarto:::get_latest_info(type) 13. └─base::tryCatch(...) 14. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 15. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 16. └─value[[3L]](cond) 17. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-fedora-clang