- using R Under development (unstable) (2026-09-22 r90584)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 23.1.1
flang version 23.1.1
- running under: Fedora Linux 44 (Server Edition)
- using session charset: UTF-8
* current time: 2026-09-23 23:16:04 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘quarto/DESCRIPTION’ ... OK
- this is package ‘quarto’ version ‘1.5.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘quarto’ can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... INFO
Undeclared package ‘here’ in Rd xrefs
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [68s/66s] OK
Running ‘testthat.R’ [68s/65s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [33s/32s] OK
- checking PDF version of manual ... OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR