* using log directory ‘/Users/ripley/R/packages/tests-devel/dataversionr.Rcheck’ * using R Under development (unstable) (2023-09-11 r85126) * using platform: aarch64-apple-darwin22.6.0 * R was compiled by Apple clang version 15.0.0 (clang-1500.0.40.1) GNU Fortran (GCC) 12.2.0 * running under: macOS Ventura 13.5.2 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘dataversionr/DESCRIPTION’ ... OK * this is package ‘dataversionr’ version ‘0.9.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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘dataversionr’ can be installed ... OK * checking installed package size ... OK * checking package 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 loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * 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 examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [2s/122s] [2s/123s] ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dataversionr) > > test_check("dataversionr") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'tidyr' The following object is masked from 'package:testthat': matches Attaching package: 'arrow' The following object is masked from 'package:testthat': matches The following object is masked from 'package:utils': timestamp Attaching package: 'lubridate' The following object is masked from 'package:arrow': duration The following objects are masked from 'package:base': date, intersect, setdiff, union Committing diff to dataset... Verifying diff can be retrieved from dataset... A parquet file can be read from the target path... Remote diff is identical to local diff. Committing diff to dataset... Verifying diff can be retrieved from dataset... A parquet file can be read from the target path... Remote diff is identical to local diff. Checking that new_df can be diffed... Diff test passed. Checking that new_df can be diffed... Diff test passed. Checking that new_df can be diffed... Checking that new_df can be diffed... Diff test passed. Checking that new_df can be diffed... Diff test passed. destination parameter is a string. Coercing to local FileSystem. destination parameter is a string. Coercing to local FileSystem. [ FAIL 6 | WARN 19 | SKIP 0 | PASS 43 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-backup_ops.R:27:13'): local get backup ─────────────────────── { ... } (`actual`) not equal to `old_df` (`expected`). `class(actual)`: "tbl_df" "tbl" "data.frame" `class(expected)`: "data.frame" ── Failure ('test-backup_ops.R:161:13'): local read_dv_backup ────────────────── { ... } (`actual`) not equal to `old_df` (`expected`). `class(actual)`: "tbl_df" "tbl" "data.frame" `class(expected)`: "data.frame" ── Failure ('test-diff_ops.R:67:3'): local retrieve diff works ───────────────── ... %>% select(-diff_timestamp) (`actual`) not equal to `diff_df` (`expected`). `class(actual)`: "tbl_df" "tbl" "data.frame" `class(expected)`: "data.frame" ── Failure ('test-dv_ops.R:107:13'): local read_dv ───────────────────────────── { ... } (`actual`) not equal to `newer_df` (`expected`). `class(actual)`: "tbl_df" "tbl" "data.frame" `class(expected)`: "data.frame" ── Failure ('test-dv_ops.R:124:13'): local read_dv via backup ────────────────── { ... } (`actual`) not equal to new_df %>% select(sort(colnames(.))) (`expected`). `class(actual)`: "tbl_df" "tbl" "data.frame" `class(expected)`: "data.frame" ── Failure ('test-latest_ops.R:29:13'): local get latest ─────────────────────── { ... } (`actual`) not equal to `new_df` (`expected`). `class(actual)`: "tbl_df" "tbl" "data.frame" `class(expected)`: "data.frame" [ FAIL 6 | WARN 19 | SKIP 0 | PASS 43 ] Error: Test failures Execution halted * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/Users/ripley/R/packages/tests-devel/dataversionr.Rcheck/00check.log’ for details. 143.89 real 19.49 user 3.43 sys