CRAN Package Check Results for Package dataversionr

Last updated on 2023-09-18 13:56:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 7.20 80.77 87.97 ERROR
r-devel-linux-x86_64-debian-gcc 0.9.0 6.32 58.51 64.83 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.0 108.46 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.0 123.05 ERROR
r-devel-windows-x86_64 0.9.0 9.00 204.00 213.00 ERROR
r-patched-linux-x86_64 0.9.0 7.38 75.91 83.29 ERROR
r-release-linux-x86_64 0.9.0 5.10 76.86 81.96 ERROR
r-release-macos-arm64 0.9.0 156.00 OK
r-release-macos-x86_64 0.9.0 178.00 OK
r-release-windows-x86_64 0.9.0 10.00 216.00 226.00 ERROR
r-oldrel-macos-arm64 0.9.0 148.00 OK
r-oldrel-macos-x86_64 0.9.0 168.00 OK
r-oldrel-windows-x86_64 0.9.0 11.00 219.00 230.00 ERROR

Additional issues

M1mac

Check Details

Version: 0.9.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [11s/133s]
    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
    
     Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
    
     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
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 0.9.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/131s]
    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
    
     Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
    
     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
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [13s/136s]
    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
    
     Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
    
     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
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [14s/166s]
    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
    
     Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
    
     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
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.9.0
Check: tests
Result: ERROR
     Running 'testthat.R' [131s]
    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
Flavor: r-devel-windows-x86_64

Version: 0.9.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [10s/132s]
    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
    
     Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
    
     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
Flavor: r-patched-linux-x86_64

Version: 0.9.0
Check: tests
Result: ERROR
     Running 'testthat.R' [133s]
    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
Flavor: r-release-windows-x86_64

Version: 0.9.0
Check: tests
Result: ERROR
     Running 'testthat.R' [134s]
    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
Flavor: r-oldrel-windows-x86_64