* using log directory 'd:/Rcompile/CRANpkg/local/3.6/huxtable.Rcheck' * using R version 3.6.3 (2020-02-29) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'huxtable/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'huxtable' version '5.3.0' * 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 'huxtable' can be installed ... OK * 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 ... 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 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 ... [32s] OK * checking Rd files ... 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 ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [47s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [54s] ERROR Running 'testthat.R' [53s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(huxtable) > > > we_are_in_R_CMD_check <- TRUE > test_check("huxtable") # weights: 9 (4 variable) initial value 35.155593 iter 10 value 23.131901 final value 23.129234 converged == Skipped tests =============================================================== * 0-length tables don't work in flextable yet (1) * Awaiting ftExtra improvements (1) * Couldn't unload dplyr namespace (2) * Not testing, code doesn't play well with R CMD check (3) * On CRAN (14) * On Windows (1) * rmarkdown::pandoc_available("2.0.0") is not TRUE (1) == Failed tests ================================================================ -- Failure (test-markdown.R:25:3): Output produced for basic types ------------- `to_screen(md_hux)` produced warnings. -- Error (test-markdown.R:28:3): Output produced for basic types --------------- Error: subscript out of bounds Backtrace: x 1. +-testthat::expect_silent(to_md(md_hux)) test-markdown.R:28:2 2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. | +-testthat:::.capture(...) 4. | | +-withr::with_output_sink(...) 5. | | | \-base::force(code) 6. | | +-base::withCallingHandlers(...) 7. | | \-base::withVisible(code) 8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. +-huxtable::to_md(md_hux) 10. \-huxtable:::to_md.huxtable(md_hux) 11. \-huxtable:::character_matrix(...) [ FAIL 2 | WARN 2 | SKIP 23 | PASS 1193 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [31s] OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR