R Under development (unstable) (2025-12-07 r89119 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(blockr.dplyr) > > test_check("blockr.dplyr") Starting 2 test processes. > test-arrange.R: Loading required package: shiny > test-bind.R: Loading required package: shiny > test-bind.R: New names: > test-bind.R: * `id` -> `id...1` > test-bind.R: * `id` -> `id...3` > test-multi-kvexpr.R: > test-multi-kvexpr.R: Attaching package: 'dplyr' > test-multi-kvexpr.R: > test-multi-kvexpr.R: The following objects are masked from 'package:stats': > test-multi-kvexpr.R: > test-multi-kvexpr.R: filter, lag > test-multi-kvexpr.R: > test-multi-kvexpr.R: The following objects are masked from 'package:base': > test-multi-kvexpr.R: > test-multi-kvexpr.R: intersect, setdiff, setequal, union > test-multi-kvexpr.R: > test-rename.R: [ERROR][2025-12-08 11:46:39][blockr.core] Can't rename columns that don't > test-rename.R: [ERROR][2025-12-08 11:46:39][blockr.core] exist. > test-rename.R: [ERROR][2025-12-08 11:46:39][blockr.core] x Column `nonexistent_column` doesn't > test-rename.R: [ERROR][2025-12-08 11:46:39][blockr.core] exist. > test-summarize_expr.R: Error in parse(text = text) : :1:35: unexpected symbol > test-summarize_expr.R: 1: dplyr::summarize(data, bad = this is > test-summarize_expr.R: ^ > test-summarize_expr.R: Error in dplyr::summarize(data, bad = undefined_function(mpg)) : > test-summarize_expr.R: i In argument: `bad = undefined_function(mpg)`. > test-summarize_expr.R: Caused by error in `undefined_function()`: > test-summarize_expr.R: ! could not find function "undefined_function" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1167 ] > > proc.time() user system elapsed 3.57 0.46 38.18