- using R version 4.3.3 (2024-02-29)
- using platform: aarch64-apple-darwin20 (64-bit)
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
- running under: macOS Ventura 13.4
- using session charset: UTF-8
- checking for file ‘surveytable/DESCRIPTION’ ... OK
- this is package ‘surveytable’ version ‘0.9.6’
- 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 ‘surveytable’ can be installed ... [4s/4s] 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 R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking startup messages can be suppressed ... [1s/1s] 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 ... [3s/3s] OK
- checking Rd files ... [0s/0s] 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 ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [8s/8s] OK
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in ‘inst/doc’ ... OK
- checking re-building of vignette outputs ... [56s/53s] ERROR
Error(s) in re-building vignettes:
--- re-building ‘Advanced-topics.Rmd’ using rmarkdown
--- finished re-building ‘Advanced-topics.Rmd’
--- re-building ‘Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.Rmd’ using rmarkdown
--- finished re-building ‘Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.Rmd’
--- re-building ‘Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.Rmd’ using rmarkdown
--- finished re-building ‘Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.Rmd’
--- re-building ‘Printing-HTML.Rmd’ using rmarkdown
Quitting from Printing-HTML.Rmd:155-157 [unnamed-chunk-16]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `assert_package()`:
! `as_object` requires the "kableExtra" package. To install, type:
install.packages("kableExtra")
---
Backtrace:
▆
1. ├─tools:::.buildOneVignette(...)
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. │ ├─huxtable:::knit_print.data.frame(x, ...)
40. │ ├─base::NextMethod()
41. │ └─knitr:::knit_print.default(x, ...)
42. │ └─knitr::normal_print(x)
43. │ ├─base::print(x)
44. │ └─surveytable:::print.surveytable_table(x)
45. │ └─surveytable::as_object(x, ...)
46. │ └─getOption("surveytable.output_object") %>% ...
47. ├─base::do.call(., list(x, ...))
48. └─surveytable:::.as_object_kableextra(`<srvytbl_[,10]>`)
49. └─surveytable:::assert_package("as_object", "kableExtra")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Printing-HTML.Rmd' failed with diagnostics:
`as_object` requires the "kableExtra" package. To install, type:
install.packages("kableExtra")
--- failed re-building ‘Printing-HTML.Rmd’
--- re-building ‘Printing-PDF.Rmd’ using rmarkdown
Quitting from Printing-PDF.Rmd:31-35 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `assert_package()`:
! `as_object` requires the "kableExtra" package. To install, type:
install.packages("kableExtra")
---
Backtrace:
x
1. +-tools:::.buildOneVignette(...)
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. | \-rmarkdown:::knit_print.data.frame(x, ...)
40. | +-context$df_print(x)
41. | \-surveytable:::print.surveytable_table(x)
42. | \-surveytable::as_object(x, ...)
43. | \-getOption("surveytable.output_object") %>% ...
44. +-base::do.call(., list(x, ...))
45. \-surveytable:::.as_object_kableextra(`<srvytbl_[,3]>`)
46. \-surveytable:::assert_package("as_object", "kableExtra")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Printing-PDF.Rmd' failed with diagnostics:
`as_object` requires the "kableExtra" package. To install, type:
install.packages("kableExtra")
--- failed re-building ‘Printing-PDF.Rmd’
--- re-building ‘surveytable.Rmd’ using rmarkdown
--- finished re-building ‘surveytable.Rmd’
SUMMARY: processing the following files failed:
‘Printing-HTML.Rmd’ ‘Printing-PDF.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [4s/5s] OK
- DONE
Status: 1 ERROR
- using check arguments '--no-clean-on-error '