Back to Build/check report for BioC 3.18:   simplified   long
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-06-06 11:00:29 -0000 (Tue, 06 Jun 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.3.0 (2023-04-21) -- "Already Tomorrow" 4366
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for DelayedMatrixStats on kunpeng2


To the developers/maintainers of the DelayedMatrixStats package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DelayedMatrixStats.git to reflect on this report. See Troubleshooting Build Report for more information.

- Use the following Renviron settings to reproduce errors and warnings.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 513/2199HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DelayedMatrixStats 1.23.0  (landing page)
Peter Hickey
Snapshot Date: 2023-06-05 06:35:06 -0000 (Mon, 05 Jun 2023)
git_url: https://git.bioconductor.org/packages/DelayedMatrixStats
git_branch: devel
git_last_commit: 1664201
git_last_commit_date: 2023-04-25 14:57:28 -0000 (Tue, 25 Apr 2023)
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  

Summary

Package: DelayedMatrixStats
Version: 1.23.0
Command: /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:DelayedMatrixStats.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings DelayedMatrixStats_1.23.0.tar.gz
StartedAt: 2023-06-05 21:01:12 -0000 (Mon, 05 Jun 2023)
EndedAt: 2023-06-05 21:21:04 -0000 (Mon, 05 Jun 2023)
EllapsedTime: 1191.7 seconds
RetCode: 1
Status:   ERROR  
CheckDir: DelayedMatrixStats.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:DelayedMatrixStats.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings DelayedMatrixStats_1.23.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/DelayedMatrixStats.Rcheck’
* using R version 4.3.0 (2023-04-21)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (GCC) 10.3.1
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* checking for file ‘DelayedMatrixStats/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DelayedMatrixStats’ version ‘1.23.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 for sufficient/correct file permissions ... OK
* checking whether package ‘DelayedMatrixStats’ 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 dependencies in R code ... NOTE
Missing object imported by a ':::' call: ‘DelayedArray:::.reduce_array_dimensions’
Unexported objects imported by ':::' calls:
  ‘DelayedArray:::.get_ans_type’ ‘DelayedArray:::RleArraySeed’
  ‘DelayedArray:::get_Nindex_lengths’ ‘DelayedArray:::set_dim’
  ‘DelayedArray:::set_dimnames’ ‘DelayedArray:::subset_by_Nindex’
  ‘DelayedArray:::to_linear_index’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... 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 files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
   1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
   2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
   3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
  ── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
  c(0, -1) not equal to c(R3 = 0, R2 = -1).
  names for current but not for target
  Backtrace:
      ▆
   1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
   2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
   3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
  
  [ FAIL 8496 | WARN 13241 | SKIP 0 | PASS 6236 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘DelayedMatrixStatsOverview.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.18-bioc/meat/DelayedMatrixStats.Rcheck/00check.log’
for details.


Installation output

DelayedMatrixStats.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.0/bin/R CMD INSTALL DelayedMatrixStats
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.3.0/site-library’
* installing *source* package ‘DelayedMatrixStats’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (DelayedMatrixStats)

Tests output

DelayedMatrixStats.Rcheck/tests/testthat.Rout.fail


R version 4.3.0 (2023-04-21) -- "Already Tomorrow"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu (64-bit)

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.

> library(testthat)
> library(DelayedMatrixStats)
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: DelayedArray
Loading required package: stats4
Loading required package: Matrix
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following objects are masked from 'package:Matrix':

    expand, unname

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: S4Arrays

Attaching package: 'S4Arrays'

The following object is masked from 'package:base':

    rowsum

Loading required package: SparseArray

Attaching package: 'DelayedArray'

The following objects are masked from 'package:base':

    apply, scale, sweep


Attaching package: 'DelayedMatrixStats'

The following objects are masked from 'package:matrixStats':

    colAnyMissings, rowAnyMissings

> 
> test_check("DelayedMatrixStats")
Loading required package: rhdf5

Attaching package: 'HDF5Array'

The following object is masked from 'package:rhdf5':

    h5ls

[ FAIL 8496 | WARN 13241 | SKIP 0 | PASS 6236 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, FALSE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = FALSE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE, FALSE) not equal to c(C1 = FALSE, C2 = FALSE, C3 = FALSE, C4 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(C1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(C1 = FALSE, C3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE, TRUE) not equal to c(C1 = TRUE, C2 = TRUE, C3 = TRUE, C4 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(C1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA, NA) not equal to c(C1 = NA, C2 = NA, C3 = NA, C4 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(C1 = TRUE, C3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 1L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 1L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(C1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L, 0L) not equal to c(C1 = 0L, C2 = 0L, C3 = 0L, C4 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3L, C2 = 2L, C3 = 3L, C4 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(C1 = 0L, C3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2L, C3 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NaN, NaN, NA, NA, NA, NaN, NaN, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...) not equal to structure(c(Inf, Inf, Inf, -Inf, Inf, Inf, Inf, Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L)) not equal to structure(c(-3L, -3L, 3L, 3L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -3, 3, 3), dim = c(2L, 2L)) not equal to structure(c(-3, -3, 3, 3), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NaN, NaN, NA, NA, NA, NaN, NaN, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...) not equal to structure(c(-5L, -5L, -5L, -2L, -2L, -2L, 1L, 1L, 1L, 4L, 4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4) not equal to structure(c(-5, -5, -5, -2, -2, -2, 1, 1, 1, 4, 4, 4), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...) not equal to structure(c(-5L, 20L, -60L, -2L, 2L, 0L, 1L, 2L, 6L, 4L, 20L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4) not equal to structure(c(-5, 20, -60, -2, 2, 0, 1, 2, 6, 4, 20, 120), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(-Inf, Inf, -Inf, -Inf, Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, -Inf, -Inf, -Inf, Inf, Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L)) not equal to structure(c(-3L, 12L, 3L, 6L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, 12, 3, 6), dim = c(2L, 2L)) not equal to structure(c(-3, 12, 3, 6), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...) not equal to structure(c(-5L, -9L, -12L, -2L, -3L, -3L, 1L, 3L, 6L, 4L, 9L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4) not equal to structure(c(-5, -9, -12, -2, -3, -3, 1, 3, 6, 4, 9, 15), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...) not equal to structure(c(Inf, NaN, NaN, -Inf, NaN, NaN, Inf, NaN, NaN, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4) not equal to structure(c(NA, NA, NA, NaN, NA, NA, NA, NA, NA, NaN, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L)) not equal to structure(c(-3L, -7L, 3L, 5L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -7, 3, 5), dim = c(2L, 2L)) not equal to structure(c(-3, -7, 3, 5), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1L, -1L), dim = 1:2) not equal to structure(c(-1L, -1L), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-1, -1), dim = 1:2) not equal to structure(c(-1, -1), dim = 1:2, dimnames = list("R2", c("C1", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0.5, 0.5) not equal to c(C1 = 0.5, C3 = 0.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(C1 = 0, C3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1.4826, 1.4826, 1.4826, 1.4826) not equal to c(C1 = 1.4826, C2 = 1.4826, C3 = 1.4826, C4 = 1.4826).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(C1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3L, 0L, 3L, 6L) not equal to c(C1 = -3L, C2 = 0L, C3 = 3L, C4 = 6L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-3, 0, 3, 6) not equal to c(C1 = -3, C2 = 0, C3 = 3, C4 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0.666666666666667, 1, 1) not equal to c(C1 = 1, C2 = 0.666666666666667, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5L, -2L, 1L, 4L) not equal to c(C1 = -5L, C2 = -2L, C3 = 1L, C4 = 4L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_integer_, C2 = NA_integer_, C3 = NA_integer_, C4 = NA_integer_...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -2, 1, 4) not equal to c(C1 = -5, C2 = -2, C3 = 1, C4 = 4).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-60, 0, 6, 120) not equal to c(C1 = -60, C2 = 0, C3 = 6, C4 = 120).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, Inf, -Inf, Inf) not equal to c(C1 = -Inf, C2 = Inf, C3 = -Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA, NaN) not equal to c(C1 = NA, C2 = NaN, C3 = NA, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 0, 1, 1) not equal to c(C1 = 1, C2 = 0, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(12, 6) not equal to c(C1 = 12, C3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(C1 = 1, C3 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...) not equal to structure(c(-5L, -2L, 1L, 4L, -3L, 0L, 3L, 6L), dim = c(4L, 2L...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L)) not equal to structure(c(-5, -2, 1, 4, -3, 0, 3, 6), dim = c(4L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("C1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, Inf, Inf, Inf, Inf), dim = c(4L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("C1", "R1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3) not equal to structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3) not equal to structure(c(3L, 2L, 3L, 2L, 1L, 3L, 1L, 3L, 3L, 2L, 3L, 2L), dim = 4:3, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L)) not equal to structure(c(2L, 2L, 1L, 1L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12L, -3L, 6L, 15L) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3L, 2L, 3L, 3L) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_, NA_integer_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-12, -3, 6, 15) not equal to c(C1 = -12, C2 = -3, C3 = 6, C4 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3, 2, 3, 3) not equal to c(C1 = 3, C2 = 2, C3 = 3, C4 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(C1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7L, 5L) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-7, 5) not equal to c(C1 = -7, C3 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(C1 = 2, C3 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 1, 1) not equal to c(C1 = 1, C2 = 1, C3 = 1, C4 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(C1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN, NaN) not equal to c(C1 = NaN, C2 = NaN, C3 = NaN, C4 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-4, -1, 2, 5) not equal to c(C1 = -4, C2 = -1, C3 = 2, C4 = 5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(C1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf, Inf) not equal to c(C1 = Inf, C2 = Inf, C3 = Inf, C4 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf, -Inf) not equal to c(C1 = -Inf, C2 = -Inf, C3 = -Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, -Inf, Inf, -Inf) not equal to c(C1 = Inf, C2 = -Inf, C3 = Inf, C4 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_, NA_real_) not equal to c(C1 = NA_real_, C2 = NA_real_, C3 = NA_real_, C4 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-3.5, 2.5) not equal to c(C1 = -3.5, C3 = 2.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, FALSE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(FALSE, FALSE, FALSE) not equal to c(R1 = FALSE, R2 = FALSE, R3 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
FALSE not equal to c(R1 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(FALSE, FALSE) not equal to c(R3 = FALSE, R2 = FALSE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(TRUE, TRUE, TRUE) not equal to c(R1 = TRUE, R2 = TRUE, R3 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
TRUE not equal to c(R1 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NA, NA) not equal to c(R1 = NA, R2 = NA, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(TRUE, TRUE) not equal to c(R3 = TRUE, R2 = TRUE).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1L, 0L, 0L) not equal to c(R1 = 1L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0L not equal to c(R1 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(0L, 0L, 0L) not equal to c(R1 = 0L, R2 = 0L, R3 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4L, 4L, 3L) not equal to c(R1 = 4L, R2 = 4L, R3 = 3L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1L not equal to c(R1 = 1L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0L, 0L) not equal to c(R3 = 0L, R2 = 0L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2L, 2L) not equal to c(R3 = 2L, R2 = 2L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NaN, NA, NA, NaN, NA, NA, NaN, NA...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5:6, dim = 3:4) not equal to structure(-5:6, dim = 3:4, dimnames = list(c("R1", "R2", "R3"...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, -Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 3L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 3, 2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 3, 2), dim = c(2L, 2L), dimnames = list(c("R3", ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NaN, NA, NA, NaN, NA, NA, NaN, NA...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...) not equal to structure(c(-5L, -4L, -3L, -5L, -4L, -3L, -5L, -4L, -3L, -5L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4) not equal to structure(c(-5, -4, -3, -5, -4, -3, -5, -4, -3, -5, -4, -3), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -3L, -4L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -3, -4), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -3, -4), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...) not equal to structure(c(-5L, -4L, -3L, 10L, 4L, 0L, 10L, 8L, 0L, 40L, 40L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4) not equal to structure(c(-5, -4, -3, 10, 4, 0, 10, 8, 0, 40, 40, 0), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...) not equal to structure(c(Inf, -Inf, Inf, -Inf, -Inf, -Inf, -Inf, Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, -9L, -8L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, -9, -8), dim = c(2L, 2L)) not equal to structure(c(-3, -4, -9, -8), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...) not equal to structure(c(-5L, -4L, -3L, -7L, -5L, -3L, -6L, -3L, 0L, -2L, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5L, dim = c(1L, 1L)) not equal to structure(-5L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4) not equal to structure(c(-5, -4, -3, -7, -5, -3, -6, -3, 0, -2, 2, 6), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(-5, dim = c(1L, 1L)) not equal to structure(-5, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, -Inf, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...) not equal to structure(c(Inf, -Inf, Inf, NaN, NaN, NaN, NaN, NaN, NaN, NaN, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4) not equal to structure(c(NA, NaN, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L)) not equal to structure(c(-3L, -4L, 0L, -2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(-3, -4, 0, -2), dim = c(2L, 2L)) not equal to structure(c(-3, -4, 0, -2), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6L, 6L), dim = 2:1) not equal to structure(c(6L, 6L), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(6, 6), dim = 2:1) not equal to structure(c(6, 6), dim = 2:1, dimnames = list(c("R3", "R2"), ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(3, 3) not equal to c(R3 = 3, R2 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, 0) not equal to c(R3 = 0, R2 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4.4478, 4.4478, 4.4478) not equal to c(R1 = 4.4478, R2 = 4.4478, R3 = 4.4478).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
0 not equal to c(R1 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
4:6 not equal to structure(4:6, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 5, 6) not equal to c(R1 = 4, R2 = 5, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0.75) not equal to c(R1 = 1, R2 = 1, R3 = 0.75).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5:-3 not equal to structure(-5:-3, names = c("R1", "R2", "R3")).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5L not equal to c(R1 = -5L).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_integer_, NA_integer_, NA_integer_) not equal to c(R1 = NA_integer_, R2 = NA_integer_, R3 = NA_integer_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-5, -4, -3) not equal to c(R1 = -5, R2 = -4, R3 = -3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(40, 40, 0) not equal to c(R1 = 40, R2 = 40, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA, R2 = NaN, R3 = NA).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(1, 1, 0) not equal to c(R1 = 1, R2 = 1, R3 = 0).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(-9, -8) not equal to c(R3 = -9, R2 = -8).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(1, 1) not equal to c(R3 = 1, R2 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2) not equal to structure(c(-5L, -4L, -3L, 4L, 5L, 6L), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5L, -5L), dim = 1:2) not equal to structure(c(-5L, -5L), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2) not equal to structure(c(-5, -4, -3, 4, 5, 6), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-5, -5), dim = 1:2) not equal to structure(c(-5, -5), dim = 1:2, dimnames = list("R1", NULL)).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2) not equal to structure(c(NaN, NaN, NaN, NaN, NaN, NaN), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(Inf, Inf, Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, -Inf, -Inf, -Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2) not equal to structure(c(-Inf, -Inf, -Inf, Inf, Inf, Inf), dim = 3:2, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...) not equal to structure(c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(1L, dim = c(1L, 1L)) not equal to structure(1L, dim = c(1L, 1L), dimnames = list("R1", "C1")).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4) not equal to structure(c(4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4) not equal to structure(c(4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L, 4L, 2L), dim = 3:4, dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...) not equal to structure(c(NA_integer_, NA_integer_, NA_integer_, NA_integer_, ...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L)) not equal to structure(c(1L, 1L, 2L, 2L), dim = c(2L, 2L), dimnames = list(...).
Attributes: < Length mismatch: comparison on first 1 components >
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NaN not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NaN not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(3.87298334620742, 3.87298334620742, 3.87298334620742) not equal to c(R1 = 3.87298334620742, R2 = 3.87298334620742, R3 = 3.87298334620742...).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-2, 2, 6) not equal to c(R1 = -2, R2 = 2, R3 = 6).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(4, 4, 3) not equal to c(R1 = 4, R2 = 4, R3 = 3).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
1 not equal to c(R1 = 1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[273L]], dots[[2L]][[21L]], check.attributes = dots[[3L]][[273L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -2) not equal to c(R3 = 0, R2 = -2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(2, 2) not equal to c(R3 = 2, R2 = 2).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[39L]], dots[[2L]][[3L]], check.attributes = dots[[3L]][[39L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NaN not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NaN not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA, NaN, NA) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(15, 15, 15) not equal to c(R1 = 15, R2 = 15, R3 = 15).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
NA_real_ not equal to c(R1 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-0.5, 0.5, 1.5) not equal to c(R1 = -0.5, R2 = 0.5, R3 = 1.5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
-5 not equal to c(R1 = -5).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(Inf, Inf, Inf) not equal to c(R1 = Inf, R2 = Inf, R3 = Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(-Inf, -Inf, -Inf) not equal to c(R1 = -Inf, R2 = -Inf, R3 = -Inf).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NaN, NaN, NaN) not equal to c(R1 = NaN, R2 = NaN, R3 = NaN).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:49:5'): Default arguments ────────────
c(NA_real_, NA_real_, NA_real_) not equal to c(R1 = NA_real_, R2 = NA_real_, R3 = NA_real_).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:49:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[195L]], dots[[2L]][[15L]], check.attributes = dots[[3L]][[195L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])
── Failure ('test_row_and_col_functions.R:72:5'): Non-NULL rows and cols ───────
c(0, -1) not equal to c(R3 = 0, R2 = -1).
names for current but not for target
Backtrace:
    ▆
 1. └─base::Map(expect_equal, observeds, expecteds, check.attributes = check.attributes) at test_row_and_col_functions.R:72:4
 2.   └─base::mapply(FUN = f, ..., SIMPLIFY = FALSE)
 3.     └─testthat (local) `<fn>`(dots[[1L]][[26L]], dots[[2L]][[2L]], check.attributes = dots[[3L]][[26L]])

[ FAIL 8496 | WARN 13241 | SKIP 0 | PASS 6236 ]
Error: Test failures
Execution halted

Example timings

DelayedMatrixStats.Rcheck/DelayedMatrixStats-Ex.timings

nameusersystemelapsed
colAlls0.0820.0000.082
colAnyNAs1.0590.0161.077
colAvgsPerRowSet0.2220.0080.230
colCollapse0.1280.0080.136
colCounts0.6580.0120.671
colCummaxs0.1250.0000.125
colDiffs0.1250.0000.125
colIQRDiffs0.1240.0040.128
colIQRs0.0070.0000.008
colLogSumExps0.0240.0000.025
colMads0.1010.0000.101
colMeans20.0270.0000.027
colMedians0.0240.0000.024
colOrderStats0.0460.0000.046
colProds0.0810.0080.090
colQuantiles0.0250.0040.029
colRanks0.0220.0040.027
colSums20.0100.0080.018
colTabulates0.1310.0200.151
colVars0.0830.0040.087
colWeightedMads0.0060.0000.006
colWeightedMeans0.0450.0040.049
colWeightedMedians0.0210.0040.025
colWeightedVars0.0890.0120.101