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 [97ms] i Operation 'create': new_table v Operation 'create': new_table [32ms] i Operation 'create': new_table v Operation 'create': new_table [29ms] i Operation 'insert': new_table v Operation 'insert': new_table [123ms] i Operation 'insert': new_table v Operation 'insert': new_table [171ms] i Operation 'create': new_table v Operation 'create': new_table [23ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [90ms] i Operation 'create': new_table v Operation 'create': new_table [35ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [88ms] i Operation 'create': new_table v Operation 'create': new_table [28ms] i Operation 'create': update_tbl v Operation 'create': update_tbl [29ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [71ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [89ms] i Operation 'update': new_table Matching, by = "id" v Operation 'update': new_table [96ms] i Operation 'patch': patch_table v Operation 'patch': patch_table [68ms] i Operation 'patch': patch_table v Operation 'patch': patch_table [44ms] i Operation 'delete': test_table Matching, by = "id" v Operation 'delete': test_table [84ms] i Operation 'delete': test_table Matching, by = "id" v Operation 'delete': test_table [64ms] i Operation 'overwrite': test_table v Operation 'overwrite': test_table [31ms] i Operation 'overwrite': test_table v Operation 'overwrite': test_table [33ms] i Operation 'overwrite_schema': test_table v Operation 'overwrite_schema': test_table [30ms] i Operation 'overwrite_schema': test_table v Operation 'overwrite_schema': test_table [28ms] 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 [33ms] [ 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 4.40 0.54 4.87