R Under development (unstable) (2025-01-30 r87669 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(writer) > > test_check("writer") i Operation 'append': new_table v Operation 'append': new_table [75ms] i Operation 'create': new_table v Operation 'create': new_table [21ms] i Operation 'create': new_table v Operation 'create': new_table [20ms] i Operation 'insert': new_table v Operation 'insert': new_table [83ms] i Operation 'insert': new_table v Operation 'insert': new_table [118ms] i Operation 'create': new_table v Operation 'create': new_table [21ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [61ms] i Operation 'create': new_table v Operation 'create': new_table [24ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [51ms] i Operation 'create': new_table v Operation 'create': new_table [18ms] i Operation 'create': update_tbl v Operation 'create': update_tbl [19ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [39ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [59ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [52ms] i Operation 'patch': patch_table v Operation 'patch': patch_table [47ms] i Operation 'patch': patch_table v Operation 'patch': patch_table [35ms] i Operation 'delete': test_table Matching, by = "id" v Operation 'delete': test_table [51ms] i Operation 'delete': test_table Matching, by = "id" v Operation 'delete': test_table [37ms] i Operation 'overwrite': test_table v Operation 'overwrite': test_table [21ms] i Operation 'overwrite': test_table v Operation 'overwrite': test_table [32ms] i Operation 'overwrite_schema': test_table v Operation 'overwrite_schema': test_table [20ms] i Operation 'overwrite_schema': test_table v Operation 'overwrite_schema': test_table [24ms] i Operation 'overwrite_schema': test_table v Operation 'overwrite_schema': test_table [17ms] i Operation 'overwrite_schema': test_table v Operation 'overwrite_schema': test_table [22ms] [ FAIL 0 | WARN 0 | SKIP 2 | PASS 38 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'tests.R:35:1', 'tests.R:234:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 38 ] > > proc.time() user system elapsed 3.04 0.31 3.95