CRAN Package Check Results for Package D4TAlink.light

Last updated on 2026-07-11 00:51:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.21 15.81 165.19 181.00 OK
r-devel-linux-x86_64-debian-gcc 2.1.21 11.59 108.36 119.95 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.21 14.00 124.45 138.45 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.21 14.00 130.16 144.16 ERROR
r-devel-windows-x86_64 2.1.21 17.00 175.00 192.00 OK
r-patched-linux-x86_64 2.1.21 15.90 152.83 168.73 OK
r-release-linux-x86_64 2.1.21 13.05 156.19 169.24 OK
r-release-macos-arm64 2.1.21 4.00 43.00 47.00 ERROR
r-release-macos-x86_64 2.1.21 11.00 165.00 176.00 ERROR
r-release-windows-x86_64 2.1.21 17.00 180.00 197.00 OK
r-oldrel-macos-arm64 2.1.21 4.00 50.00 54.00 ERROR
r-oldrel-macos-x86_64 2.1.21 11.00 170.00 181.00 ERROR
r-oldrel-windows-x86_64 2.1.21 24.00 225.00 249.00 OK

Check Details

Version: 2.1.21
Check: Rd contents
Result: NOTE Rd files without \usage: ‘D4TAlink-common-args.Rd’ \arguments should not be documented without \usage. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.21
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # See https://github.com/tidyverse/dplyr/blob/main/tests/ > library(testthat) > library(D4TAlink.light) Loading required package: rjson Loading required package: DBI Loading required package: RSQLite Loading required package: openssl Linking to: OpenSSL 3.6.3 9 Jun 2026 > > test_check("D4TAlink.light") processing file: 20260710_myTask.Rmd Quitting from 20260710_myTask.Rmd:152-154 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (converted from warning) Replacing special names '.Names' is deprecated; use 'names' instead. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Quitting from 20260710_myTask.Rmd:152-154 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ structure(list(package_dir = package_dir), .Names = c("package_dir"), , class = "rdocx") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.R:56:3'): (code run outside of `test_that()`) ──────────────── Error in `structure(list(package_dir = package_dir), .Names = c("package_dir"), class = "rdocx")`: (converted from warning) Replacing special names '.Names' is deprecated; use 'names' instead. Backtrace: ▆ 1. └─testthat::test_check("D4TAlink.light") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_serial(...) 5. ├─testthat::with_reporter(...) 6. │ └─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─base::lapply(...) 11. └─testthat (local) FUN(X[[i]], ...) 12. └─testthat::source_file(...) 13. └─testthat:::test_code(...) 14. ├─base::withRestarts(...) 15. │ └─base (local) withOneRestart(expr, restarts[[1L]]) 16. │ └─base (local) doWithOneRestart(return(expr), restart) 17. ├─base::tryCatch(...) 18. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 19. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 20. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 21. ├─base::withCallingHandlers(...) 22. └─base::eval(code, test_env) 23. └─base::eval(code, test_env) 24. └─D4TAlink.light::renderTaskRmd(task) at test01.R:56:3 25. └─rmarkdown::render(...) 26. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 27. └─knitr:::process_file(text, output) 28. ├─xfun:::handle_error(...) 29. ├─knitr:::with_options(...) 30. ├─base::withCallingHandlers(...) 31. └─knitr:::process_group(group) 32. └─knitr:::call_block(x) 33. └─knitr:::block_exec(params) 34. └─knitr:::eng_r(options) 35. ├─base::unlist(sew(res, options)) 36. ├─knitr::sew(res, options) 37. └─knitr:::sew.list(res, options) 38. └─base::lapply(x, sew, options, ...) 39. ├─knitr (local) FUN(X[[i]], ...) 40. └─knitr:::sew.recordedplot(X[[i]], ...) 41. ├─knitr:::in_base_dir(run_hook_plot(files[[1]], reduce_plot_opts(options))) 42. │ └─knitr:::in_dir(d, expr) 43. └─knitr:::run_hook_plot(files[[1]], reduce_plot_opts(options)) 44. └─officedown (local) hook(x, options) 45. ├─officedown:::get_reference_rdocx() 46. │ ├─base::withVisible(eval(mc, parent.frame())) 47. │ └─base::eval(mc, parent.frame()) 48. │ └─base::eval(mc, parent.frame()) 49. └─officedown (local) `<fn>`() 50. └─officer::read_docx(get_reference_value(format = "docx")) 51. └─base::structure(...) 52. └─base::.Deprecated(...) 53. └─base::warning(...) 54. └─base::withRestarts(...) 55. └─base (local) withOneRestart(expr, restarts[[1L]]) 56. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.21
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > # See https://github.com/tidyverse/dplyr/blob/main/tests/ > library(testthat) > library(D4TAlink.light) Loading required package: rjson Loading required package: DBI Loading required package: RSQLite Loading required package: openssl Linking to: OpenSSL 3.2.6 30 Sep 2025 > > test_check("D4TAlink.light") processing file: 20260710_myTask.Rmd Quitting from 20260710_myTask.Rmd:152-154 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (converted from warning) Replacing special names '.Names' is deprecated; use 'names' instead. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Quitting from 20260710_myTask.Rmd:152-154 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ structure(list(package_dir = package_dir), .Names = c("package_dir"), , class = "rdocx") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.R:56:3'): (code run outside of `test_that()`) ──────────────── Error in `structure(list(package_dir = package_dir), .Names = c("package_dir"), class = "rdocx")`: (converted from warning) Replacing special names '.Names' is deprecated; use 'names' instead. Backtrace: ▆ 1. └─testthat::test_check("D4TAlink.light") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_serial(...) 5. ├─testthat::with_reporter(...) 6. │ └─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─base::lapply(...) 11. └─testthat (local) FUN(X[[i]], ...) 12. └─testthat::source_file(...) 13. └─testthat:::test_code(...) 14. ├─base::withRestarts(...) 15. │ └─base (local) withOneRestart(expr, restarts[[1L]]) 16. │ └─base (local) doWithOneRestart(return(expr), restart) 17. ├─base::tryCatch(...) 18. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 19. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 20. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 21. ├─base::withCallingHandlers(...) 22. └─base::eval(code, test_env) 23. └─base::eval(code, test_env) 24. └─D4TAlink.light::renderTaskRmd(task) at test01.R:56:3 25. └─rmarkdown::render(...) 26. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 27. └─knitr:::process_file(text, output) 28. ├─xfun:::handle_error(...) 29. ├─knitr:::with_options(...) 30. ├─base::withCallingHandlers(...) 31. └─knitr:::process_group(group) 32. └─knitr:::call_block(x) 33. └─knitr:::block_exec(params) 34. └─knitr:::eng_r(options) 35. ├─base::unlist(sew(res, options)) 36. ├─knitr::sew(res, options) 37. └─knitr:::sew.list(res, options) 38. └─base::lapply(x, sew, options, ...) 39. ├─knitr (local) FUN(X[[i]], ...) 40. └─knitr:::sew.recordedplot(X[[i]], ...) 41. ├─knitr:::in_base_dir(run_hook_plot(files[[1]], reduce_plot_opts(options))) 42. │ └─knitr:::in_dir(d, expr) 43. └─knitr:::run_hook_plot(files[[1]], reduce_plot_opts(options)) 44. └─officedown (local) hook(x, options) 45. ├─officedown:::get_reference_rdocx() 46. │ ├─base::withVisible(eval(mc, parent.frame())) 47. │ └─base::eval(mc, parent.frame()) 48. │ └─base::eval(mc, parent.frame()) 49. └─officedown (local) `<fn>`() 50. └─officer::read_docx(get_reference_value(format = "docx")) 51. └─base::structure(...) 52. └─base::.Deprecated(...) 53. └─base::warning(...) 54. └─base::withRestarts(...) 55. └─base (local) withOneRestart(expr, restarts[[1L]]) 56. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.1.21
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # See https://github.com/tidyverse/dplyr/blob/main/tests/ > library(testthat) > library(D4TAlink.light) Loading required package: rjson Loading required package: DBI Loading required package: RSQLite Loading required package: openssl Linking to: OpenSSL 3.2.6 30 Sep 2025 > > test_check("D4TAlink.light") processing file: 20260710_myTask.Rmd Quitting from 20260710_myTask.Rmd:152-154 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (converted from warning) Replacing special names '.Names' is deprecated; use 'names' instead. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Quitting from 20260710_myTask.Rmd:152-154 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ structure(list(package_dir = package_dir), .Names = c("package_dir"), , class = "rdocx") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.R:56:3'): (code run outside of `test_that()`) ──────────────── Error in `structure(list(package_dir = package_dir), .Names = c("package_dir"), class = "rdocx")`: (converted from warning) Replacing special names '.Names' is deprecated; use 'names' instead. Backtrace: ▆ 1. └─testthat::test_check("D4TAlink.light") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_serial(...) 5. ├─testthat::with_reporter(...) 6. │ └─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─base::lapply(...) 11. └─testthat (local) FUN(X[[i]], ...) 12. └─testthat::source_file(...) 13. └─testthat:::test_code(...) 14. ├─base::withRestarts(...) 15. │ └─base (local) withOneRestart(expr, restarts[[1L]]) 16. │ └─base (local) doWithOneRestart(return(expr), restart) 17. ├─base::tryCatch(...) 18. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 19. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 20. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 21. ├─base::withCallingHandlers(...) 22. └─base::eval(code, test_env) 23. └─base::eval(code, test_env) 24. └─D4TAlink.light::renderTaskRmd(task) at test01.R:56:3 25. └─rmarkdown::render(...) 26. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 27. └─knitr:::process_file(text, output) 28. ├─xfun:::handle_error(...) 29. ├─knitr:::with_options(...) 30. ├─base::withCallingHandlers(...) 31. └─knitr:::process_group(group) 32. └─knitr:::call_block(x) 33. └─knitr:::block_exec(params) 34. └─knitr:::eng_r(options) 35. ├─base::unlist(sew(res, options)) 36. ├─knitr::sew(res, options) 37. └─knitr:::sew.list(res, options) 38. └─base::lapply(x, sew, options, ...) 39. ├─knitr (local) FUN(X[[i]], ...) 40. └─knitr:::sew.recordedplot(X[[i]], ...) 41. ├─knitr:::in_base_dir(run_hook_plot(files[[1]], reduce_plot_opts(options))) 42. │ └─knitr:::in_dir(d, expr) 43. └─knitr:::run_hook_plot(files[[1]], reduce_plot_opts(options)) 44. └─officedown (local) hook(x, options) 45. ├─officedown:::get_reference_rdocx() 46. │ ├─base::withVisible(eval(mc, parent.frame())) 47. │ └─base::eval(mc, parent.frame()) 48. │ └─base::eval(mc, parent.frame()) 49. └─officedown (local) `<fn>`() 50. └─officer::read_docx(get_reference_value(format = "docx")) 51. └─base::structure(...) 52. └─base::.Deprecated(...) 53. └─base::warning(...) 54. └─base::withRestarts(...) 55. └─base (local) withOneRestart(expr, restarts[[1L]]) 56. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.1.21
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # See https://github.com/tidyverse/dplyr/blob/main/tests/ > library(testthat) > library(D4TAlink.light) Loading required package: rjson Loading required package: DBI Loading required package: RSQLite Loading required package: openssl Linking to: OpenSSL 3.5.4 30 Sep 2025 > > test_check("D4TAlink.light") processing file: 20260328_myTask.Rmd output file: 20260328_myTask.knit.md /opt/R/arm64/bin/pandoc +RTS -K512m -RTS 20260328_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/Rtmp9fvfb1/file1250613f2131d/MySponsor/myProject/myPackage/docs/20260328_myTask.docx --lua-filter /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/officedown/examples/bookdown/template.docx --extract-media /Volumes/Temp/tmp/Rtmp9fvfb1/file1250613f2131d/MySponsor/myProject/myPackage/docs/20260328_myTask_files Output created: /Volumes/Temp/tmp/Rtmp9fvfb1/file1250613f2131d/MySponsor/myProject/myPackage/docs/20260328_myTask.docx processing file: 20260328_myTask.Rmd output file: 20260328_myTask.knit.md /opt/R/arm64/bin/pandoc +RTS -K512m -RTS 20260328_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/Rtmp9fvfb1/file1250613f2131d/MySponsor/myProject/myPackage/docs/20260328_myTask.docx --lua-filter /Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/sonoma-arm64/results/4.6/D4TAlink.light.Rcheck/D4TAlink.light/template/SQU4REtemplate.docx --extract-media /Volumes/Temp/tmp/Rtmp9fvfb1/file1250613f2131d/MySponsor/myProject/myPackage/docs/20260328_myTask_files Output created: /Volumes/Temp/tmp/Rtmp9fvfb1/file1250613f2131d/MySponsor/myProject/myPackage/docs/20260328_myTask.docx updating: word/footer1.xml zip warning: Local Entry CRC does not match CD: word/footer1.xml (deflated 75%) updating: word/header1.xml (deflated 88%) Saving _problems/test01-68.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.R:68:3'): (code run outside of `test_that()`) ──────────────── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─D4TAlink.light::renderTaskQmd(task) at test01.R:68:3 2. └─quarto::quarto_render(...) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-arm64

Version: 2.1.21
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # See https://github.com/tidyverse/dplyr/blob/main/tests/ > library(testthat) > library(D4TAlink.light) Loading required package: rjson Loading required package: DBI Loading required package: RSQLite Loading required package: openssl Linking to: OpenSSL 3.6.1 27 Jan 2026 > > test_check("D4TAlink.light") processing file: 20260430_myTask.Rmd output file: 20260430_myTask.knit.md /opt/R/x86_64/bin/pandoc +RTS -K512m -RTS 20260430_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/RtmpYofhma/filef973135dbe73/MySponsor/myProject/myPackage/docs/20260430_myTask.docx --lua-filter /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/officedown/examples/bookdown/template.docx --extract-media /Volumes/Temp/tmp/RtmpYofhma/filef973135dbe73/MySponsor/myProject/myPackage/docs/20260430_myTask_files Output created: /Volumes/Temp/tmp/RtmpYofhma/filef973135dbe73/MySponsor/myProject/myPackage/docs/20260430_myTask.docx processing file: 20260430_myTask.Rmd output file: 20260430_myTask.knit.md /opt/R/x86_64/bin/pandoc +RTS -K512m -RTS 20260430_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/RtmpYofhma/filef973135dbe73/MySponsor/myProject/myPackage/docs/20260430_myTask.docx --lua-filter /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/big-sur-x86_64/results/4.6/D4TAlink.light.Rcheck/D4TAlink.light/template/SQU4REtemplate.docx --extract-media /Volumes/Temp/tmp/RtmpYofhma/filef973135dbe73/MySponsor/myProject/myPackage/docs/20260430_myTask_files Output created: /Volumes/Temp/tmp/RtmpYofhma/filef973135dbe73/MySponsor/myProject/myPackage/docs/20260430_myTask.docx updating: word/footer1.xml zip warning: Local Entry CRC does not match CD: word/footer1.xml (deflated 75%) updating: word/header1.xml (deflated 88%) Saving _problems/test01-68.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.R:68:3'): (code run outside of `test_that()`) ──────────────── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─D4TAlink.light::renderTaskQmd(task) at test01.R:68:3 2. └─quarto::quarto_render(...) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-x86_64

Version: 2.1.21
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # See https://github.com/tidyverse/dplyr/blob/main/tests/ > library(testthat) > library(D4TAlink.light) Loading required package: rjson Loading required package: DBI Loading required package: RSQLite Loading required package: openssl Linking to: OpenSSL 3.5.4 30 Sep 2025 > > test_check("D4TAlink.light") processing file: 20260711_myTask.Rmd 2026-07-11 09:34:12.063 R[76243:472447] XType: Using static font registry. output file: 20260711_myTask.knit.md /opt/R/arm64/bin/pandoc +RTS -K512m -RTS 20260711_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/RtmpbofEDk/file129d35d30163c/MySponsor/myProject/myPackage/docs/20260711_myTask.docx --lua-filter /Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/officedown/examples/bookdown/template.docx --extract-media /Volumes/Temp/tmp/RtmpbofEDk/file129d35d30163c/MySponsor/myProject/myPackage/docs/20260711_myTask_files Output created: /Volumes/Temp/tmp/RtmpbofEDk/file129d35d30163c/MySponsor/myProject/myPackage/docs/20260711_myTask.docx processing file: 20260711_myTask.Rmd output file: 20260711_myTask.knit.md /opt/R/arm64/bin/pandoc +RTS -K512m -RTS 20260711_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/RtmpbofEDk/file129d35d30163c/MySponsor/myProject/myPackage/docs/20260711_myTask.docx --lua-filter /Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/big-sur-arm64/results/4.5/D4TAlink.light.Rcheck/D4TAlink.light/template/SQU4REtemplate.docx --extract-media /Volumes/Temp/tmp/RtmpbofEDk/file129d35d30163c/MySponsor/myProject/myPackage/docs/20260711_myTask_files Output created: /Volumes/Temp/tmp/RtmpbofEDk/file129d35d30163c/MySponsor/myProject/myPackage/docs/20260711_myTask.docx updating: word/footer1.xml zip warning: Local Entry CRC does not match CD: word/footer1.xml (deflated 75%) updating: word/header1.xml (deflated 88%) Saving _problems/test01-68.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.R:68:3'): (code run outside of `test_that()`) ──────────────── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─D4TAlink.light::renderTaskQmd(task) at test01.R:68:3 2. └─quarto::quarto_render(...) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64

Version: 2.1.21
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/24s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # See https://github.com/tidyverse/dplyr/blob/main/tests/ > library(testthat) > library(D4TAlink.light) Loading required package: rjson Loading required package: DBI Loading required package: RSQLite Loading required package: openssl Linking to: OpenSSL 3.6.1 27 Jan 2026 > > test_check("D4TAlink.light") processing file: 20260710_myTask.Rmd output file: 20260710_myTask.knit.md /opt/R/x86_64/bin/pandoc +RTS -K512m -RTS 20260710_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/Rtmpq4JRky/filef6ef4c1b3892/MySponsor/myProject/myPackage/docs/20260710_myTask.docx --lua-filter /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/officedown/examples/bookdown/template.docx --extract-media /Volumes/Temp/tmp/Rtmpq4JRky/filef6ef4c1b3892/MySponsor/myProject/myPackage/docs/20260710_myTask_files Output created: /Volumes/Temp/tmp/Rtmpq4JRky/filef6ef4c1b3892/MySponsor/myProject/myPackage/docs/20260710_myTask.docx processing file: 20260710_myTask.Rmd output file: 20260710_myTask.knit.md /opt/R/x86_64/bin/pandoc +RTS -K512m -RTS 20260710_myTask.knit.md --to docx --from markdown+autolink_bare_uris+tex_math_single_backslash --output /Volumes/Temp/tmp/Rtmpq4JRky/filef6ef4c1b3892/MySponsor/myProject/myPackage/docs/20260710_myTask.docx --lua-filter /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/rmarkdown/rmarkdown/lua/pagebreak.lua --table-of-contents --toc-depth 3 --highlight-style tango --reference-doc /Volumes/Builds/packages/big-sur-x86_64/results/4.5/D4TAlink.light.Rcheck/D4TAlink.light/template/SQU4REtemplate.docx --extract-media /Volumes/Temp/tmp/Rtmpq4JRky/filef6ef4c1b3892/MySponsor/myProject/myPackage/docs/20260710_myTask_files Output created: /Volumes/Temp/tmp/Rtmpq4JRky/filef6ef4c1b3892/MySponsor/myProject/myPackage/docs/20260710_myTask.docx updating: word/footer1.xml zip warning: Local Entry CRC does not match CD: word/footer1.xml (deflated 75%) updating: word/header1.xml (deflated 88%) Saving _problems/test01-68.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test01.R:68:3'): (code run outside of `test_that()`) ──────────────── Error in `find_quarto()`: Quarto command-line tools path not found! Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable. Backtrace: ▆ 1. └─D4TAlink.light::renderTaskQmd(task) at test01.R:68:3 2. └─quarto::quarto_render(...) 3. └─quarto:::find_quarto() 4. └─cli::cli_abort(quarto_not_found_msg) 5. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-x86_64