Package: arkdb Check: tests New result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [78s/71s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(arkdb) > > test_check("arkdb") [1] "Testing using backend duckdb_connection" Saving _problems/test-streamable-44.R [ FAIL 1 | WARN 6 | SKIP 8 | PASS 53 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-arkdb.R:287:3', 'test-bulk-import.R:6:3', 'test-bulk-import.R:72:3', 'test-errors.R:12:3', 'test-errors.R:34:3', 'test-errors.R:53:3' • {MonetDBLite} is not installed (2): 'test-arkdb.R:132:3', 'test-local_db.R:24:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-streamable.R:44:3'): streamable_vroom ────────────────────────── Error in `write_tsv(x = x, path = path, append = omit_header)`: unused argument (path = path) Backtrace: ▆ 1. └─arkdb (local) test_stream(streamable_vroom()) at test-streamable.R:44:3 2. └─stream$write(data, con, omit_header = FALSE) at test-streamable.R:12:3 [ FAIL 1 | WARN 6 | SKIP 8 | PASS 53 ] Error: ! Test failures. Execution halted Package: FORTLS Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘plot_design_optimization.Rmd’ using rmarkdown Warning in in_dir(input_dir(), expr) : You changed the working directory to /home/hornik/tmp/CRAN_recheck/FORTLS.Rcheck/FORTLS/data (probably via setwd()). It will be restored to /home/hornik/tmp/CRAN_recheck/FORTLS.Rcheck/vign_test/FORTLS/vignettes. See the Note section in ?knitr::knit [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘plot_design_optimization.Rmd’ --- re-building ‘stand_level.Rmd’ using rmarkdown Warning in in_dir(input_dir(), expr) : You changed the working directory to /home/hornik/tmp/CRAN_recheck/FORTLS.Rcheck/FORTLS/data (probably via setwd()). It will be restored to /home/hornik/tmp/CRAN_recheck/FORTLS.Rcheck/vign_test/FORTLS/vignettes. See the Note section in ?knitr::knit [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘stand_level.Rmd’ --- re-building ‘tree_level.Rmd’ using rmarkdown trying URL 'https://www.dropbox.com/s/17yl25pbrapat52/PinusRadiata.laz?dl=1' Content type 'application/binary' length 61527072 bytes (58.7 MB) ================================================== downloaded 58.7 MB trying URL 'https://www.dropbox.com/scl/fi/es5pfj87wj0g6y8414dpo/PiceaAbies.laz?rlkey=ayt21mbndc6i6fyiz2e7z6oap&dl=1' Content type 'application/binary' length 12898220 bytes (12.3 MB) ================================================== downloaded 12.3 MB Quitting from tree_level.Rmd:54-61 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `vroom::vroom_write()`: ! unused argument (path = file.path(dir.result, .data.red$file[1])) --- Backtrace: ▆ 1. └─FORTLS::normalize(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'tree_level.Rmd' failed with diagnostics: unused argument (path = file.path(dir.result, .data.red$file[1])) --- failed re-building ‘tree_level.Rmd’ SUMMARY: processing the following file failed: ‘tree_level.Rmd’ Error: Vignette re-building failed. Execution halted Package: readr Check: tests New result: ERROR Running ‘first_edition.R’ [8s/9s] Running ‘second_edition.R’ [9s/10s] Running ‘spelling.R’ [0s/0s] Running the tests in ‘tests/second_edition.R’ failed. Complete output: > library(testthat) > library(readr) Attaching package: 'readr' The following objects are masked from 'package:testthat': edition_get, local_edition > > test_check("readr") Saving _problems/test-write-196.R [ FAIL 1 | WARN 0 | SKIP 37 | PASS 713 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-col-spec.R:161:1', 'test-col-spec.R:165:1', 'test-col-spec.R:169:1', 'test-col-spec.R:176:1', 'test-col-spec.R:188:1', 'test-col-spec.R:194:1', 'test-col-spec.R:204:1', 'test-col-spec.R:213:1', 'test-col-spec.R:218:1', 'test-col-spec.R:227:1', 'test-col-spec.R:237:1', 'test-col-spec.R:244:1', 'test-col-spec.R:263:1', 'test-col-spec.R:281:1', 'test-melt-csv.R:86:3', 'test-parsing-datetime.R:225:3', 'test-parsing-datetime.R:264:3', 'test-read-csv.R:100:3', 'test-read-csv.R:254:1', 'test-read-file.R:51:3', 'test-read-file.R:58:3', 'test-utils.R:1:1' • edition_first() is not TRUE (15): 'test-problems.R:31:3', 'test-read-csv.R:93:3', 'test-read-csv.R:113:3', 'test-read-csv.R:140:3', 'test-read-csv.R:177:3', 'test-read-csv.R:194:3', 'test-read-csv.R:416:3', 'test-read-fwf.R:71:3', 'test-read-fwf.R:109:3', 'test-read-fwf.R:117:3', 'test-read-fwf.R:142:3', 'test-read-fwf.R:174:3', 'test-read-fwf.R:184:3', 'test-read-lines.R:89:3', 'test-write.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-write.R:196:3'): Can change the escape behavior for quotes ───── Error in `vroom::vroom_format(x, delim = delim, eol = eol, col_names = col_names, na = na, quote = quote, escape = escape)`: `escape` must be one of "double", "backslash", or "none", not "invalid". Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-write.R:196:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─readr::format_delim(df, "\t", escape = "invalid") 8. │ └─vroom::vroom_format(escape = escape) 9. │ └─rlang::arg_match(escape) 10. │ └─rlang::arg_match0(arg, values, error_arg, error_call = error_call) 11. └─rlang:::stop_arg_match(w, values = x, error_arg = y, error_call = z) 12. └─rlang::abort(msg, call = error_call, arg = error_arg) [ FAIL 1 | WARN 0 | SKIP 37 | PASS 713 ] Error: ! Test failures. Execution halted