* using log directory 'd:/Rcompile/CRANpkg/local/4.6/symphony.Rcheck' * using R Under development (unstable) (2025-06-11 r88304 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'symphony/DESCRIPTION' ... OK * this is package 'symphony' version '0.1.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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'symphony' can be installed ... OK * used C++ compiler: 'g++.exe (GCC) 14.2.0' * checking C++ specification ... NOTE Specified C++11: please drop specification unless essential * 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 ... [3s] OK * checking whether the package can be loaded with stated dependencies ... [2s] OK * checking whether the package can be unloaded cleanly ... [2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [3s] 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 ... [8s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [2s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... NONE * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [12s] ERROR Error(s) in re-building vignettes: --- re-building 'quickstart_tutorial.Rmd' using rmarkdown 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Quitting from quickstart_tutorial.Rmd:197-201 [unnamed-chunk-16] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `Cairo::Cairo()`: ! Graphics API version mismatch --- Backtrace: ▆ 1. ├─tools::buildVignettes(...) 2. │ ├─base::tryCatch(...) 3. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 6. │ └─engine$weave(file, quiet = quiet, encoding = enc) 7. │ └─knitr:::vweave_rmarkdown(...) 8. │ └─rmarkdown::render(...) 9. │ └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 10. │ └─knitr:::process_file(text, output) 11. │ ├─xfun:::handle_error(...) 12. │ ├─base::withCallingHandlers(...) 13. │ └─knitr:::process_group(group) 14. │ └─knitr:::call_block(x) 15. │ └─knitr:::block_exec(params) 16. │ └─knitr:::eng_r(options) 17. │ ├─knitr:::in_input_dir(...) 18. │ │ └─knitr:::in_dir(input_dir(), expr) 19. │ └─knitr (local) evaluate(...) 20. │ └─evaluate::evaluate(...) 21. │ ├─base::withRestarts(...) 22. │ │ └─base (local) withRestartList(expr, restarts) 23. │ │ ├─base (local) withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]]) 24. │ │ │ └─base (local) doWithOneRestart(return(expr), restart) 25. │ │ └─base (local) withRestartList(expr, restarts[-nr]) 26. │ │ └─base (local) withOneRestart(expr, restarts[[1L]]) 27. │ │ └─base (local) doWithOneRestart(return(expr), restart) 28. │ ├─evaluate:::with_handlers(...) 29. │ │ ├─base::eval(call) 30. │ │ │ └─base::eval(call) 31. │ │ └─base::withCallingHandlers(...) 32. │ └─watcher$print_value(ev$value, ev$visible, envir) 33. │ ├─base::withVisible(handle_value(handler, value, visible, envir)) 34. │ └─evaluate:::handle_value(handler, value, visible, envir) 35. │ └─handler$value(value, visible) 36. │ └─knitr (local) fun(x, options = options) 37. │ ├─base::withVisible(knit_print(x, ...)) 38. │ ├─knitr::knit_print(x, ...) 39. │ └─knitr:::knit_print.default(x, ...) 40. │ └─knitr::normal_print(x) 41. │ ├─base::print(x) 42. │ └─ggplot2:::print.ggplot(x) 43. │ ├─grid::grid.draw(gtable) 44. │ └─grid:::grid.draw.gTree(gtable) 45. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 46. ├─grid:::drawGTree(x) 47. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE) 48. │ └─grid:::grid.draw.gTree(x$children[[i]], recording = FALSE) 49. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 50. ├─grid:::drawGTree(x) 51. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE) 52. │ └─grid:::grid.draw.gTree(x$children[[i]], recording = FALSE) 53. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 54. ├─grid:::drawGTree(x) 55. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE) 56. │ └─grid:::grid.draw.grob(x$children[[i]], recording = FALSE) 57. │ └─grDevices::recordGraphics(drawGrob(x), list(x = x), getNamespace("grid")) 58. └─grid:::drawGrob(x) 59. ├─grid:::preDraw(x) 60. └─grid:::preDraw.grob(x) 61. ├─grid::makeContext(x) 62. └─ggrastr:::makeContext.rasteriser(x) 63. └─Cairo::Cairo(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'quickstart_tutorial.Rmd' failed with diagnostics: Graphics API version mismatch --- failed re-building 'quickstart_tutorial.Rmd' SUMMARY: processing the following file failed: 'quickstart_tutorial.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [3s] OK * DONE Status: 1 ERROR, 1 NOTE