CRAN Package Check Results for Package strapgod

Last updated on 2020-06-15 08:53:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.4 4.77 53.70 58.47 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.4 3.78 40.84 44.62 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.4 76.23 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.4 68.13 ERROR
r-devel-windows-ix86+x86_64 0.0.4 23.00 96.00 119.00 ERROR
r-patched-linux-x86_64 0.0.4 4.73 51.84 56.57 ERROR
r-patched-solaris-x86 0.0.4 103.20 ERROR
r-release-linux-x86_64 0.0.4 4.39 53.36 57.75 ERROR
r-release-osx-x86_64 0.0.4 OK
r-release-windows-ix86+x86_64 0.0.4 20.00 68.00 88.00 ERROR
r-oldrel-osx-x86_64 0.0.4 OK
r-oldrel-windows-ix86+x86_64 0.0.4 16.00 88.00 104.00 ERROR

Check Details

Version: 0.0.4
Check: tests
Result: ERROR
     Running 'testthat.R' [7s/10s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     -- 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) -------------
     `bind_rows(x, iris)` did not throw an error.
    
     -- 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) -------------------
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     -- 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) -------------------
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     -- 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ---------------------
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     -- 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ----------------------
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.813333
     Component 1: Component 2: Mean relative difference: 0.468578
     Component 1: Component 3: Mean relative difference: 0.6329305
     Component 1: Component 4: Mean relative difference: 0.6870002
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.931667
     Component 2: Component 2: Mean relative difference: 0.4758385
     ...
    
     -- 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) --------------------
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.9823583
     Component 2: Mean relative difference: 0.4756543
     Component 3: Mean relative difference: 0.6515001
     Component 4: Mean relative difference: 0.6789492
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     == testthat results ===========================================================
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.0.4
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'dplyr-support.Rmd' using rmarkdown
    
    Attaching package: 'strapgod'
    
    The following object is masked from 'package:stats':
    
     filter
    
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    Quitting from lines 127-137 (dplyr-support.Rmd)
    Error: processing vignette 'dplyr-support.Rmd' failed with diagnostics:
    The returned data frame cannot contain the original grouping variables: .bootstrap.
    --- failed re-building 'dplyr-support.Rmd'
    
    --- re-building 'virtual-bootstraps.Rmd' using rmarkdown
    
    Attaching package: 'strapgod'
    
    The following object is masked from 'package:stats':
    
     filter
    
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    --- finished re-building 'virtual-bootstraps.Rmd'
    
    SUMMARY: processing the following file failed:
     'dplyr-support.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     ── 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) ─────────────
     `bind_rows(x, iris)` did not throw an error.
    
     ── 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) ───────────────────
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     ── 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) ───────────────────
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     ── 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ─────────────────────
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     ── 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ──────────────────────
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.918667
     Component 1: Component 2: Mean relative difference: 0.4897499
     Component 1: Component 3: Mean relative difference: 0.6631347
     Component 1: Component 4: Mean relative difference: 0.6818336
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.910667
     Component 2: Component 2: Mean relative difference: 0.4812185
     ...
    
     ── 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) ────────────────────
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.9658314
     Component 2: Mean relative difference: 0.4749839
     Component 3: Mean relative difference: 0.659687
     Component 4: Mean relative difference: 0.6823159
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/10s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     ── 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) ─────────────
     `bind_rows(x, iris)` did not throw an error.
    
     ── 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) ───────────────────
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     ── 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) ───────────────────
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     ── 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ─────────────────────
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     ── 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ──────────────────────
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.952667
     Component 1: Component 2: Mean relative difference: 0.4882966
     Component 1: Component 3: Mean relative difference: 0.6913986
     Component 1: Component 4: Mean relative difference: 0.684618
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.944
     Component 2: Component 2: Mean relative difference: 0.4809783
     ...
    
     ── 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) ────────────────────
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.9822573
     Component 2: Mean relative difference: 0.4819725
     Component 3: Mean relative difference: 0.6673958
     Component 4: Mean relative difference: 0.6775438
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.0.4
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘dplyr-support.Rmd’ using rmarkdown
    
    Attaching package: 'strapgod'
    
    The following object is masked from 'package:stats':
    
     filter
    
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    Quitting from lines 127-137 (dplyr-support.Rmd)
    Error: processing vignette 'dplyr-support.Rmd' failed with diagnostics:
    The returned data frame cannot contain the original grouping variables: .bootstrap.
    --- failed re-building ‘dplyr-support.Rmd’
    
    --- re-building ‘virtual-bootstraps.Rmd’ using rmarkdown
    
    Attaching package: 'strapgod'
    
    The following object is masked from 'package:stats':
    
     filter
    
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    --- finished re-building ‘virtual-bootstraps.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘dplyr-support.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/11s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     ── 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) ─────────────
     `bind_rows(x, iris)` did not throw an error.
    
     ── 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) ───────────────────
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     ── 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) ───────────────────
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     ── 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ─────────────────────
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     ── 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ──────────────────────
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.848
     Component 1: Component 2: Mean relative difference: 0.4898541
     Component 1: Component 3: Mean relative difference: 0.68
     Component 1: Component 4: Mean relative difference: 0.6793308
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.949333
     Component 2: Component 2: Mean relative difference: 0.4875678
     ...
    
     ── 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) ────────────────────
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.9790433
     Component 2: Mean relative difference: 0.4820239
     Component 3: Mean relative difference: 0.6608385
     Component 4: Mean relative difference: 0.6823612
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.0.4
Check: tests
Result: ERROR
     Running 'testthat.R' [9s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     -- 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) -------------
     `bind_rows(x, iris)` did not throw an error.
    
     -- 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) -------------------
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     -- 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) -------------------
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     -- 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ---------------------
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     -- 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ----------------------
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.842667
     Component 1: Component 2: Mean relative difference: 0.4706755
     Component 1: Component 3: Mean relative difference: 0.6796723
     Component 1: Component 4: Mean relative difference: 0.6881406
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.888333
     Component 2: Component 2: Mean relative difference: 0.4769763
     ...
    
     -- 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) --------------------
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.9741553
     Component 2: Mean relative difference: 0.476233
     Component 3: Mean relative difference: 0.6548456
     Component 4: Mean relative difference: 0.6797321
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     == testthat results ===========================================================
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     ── 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) ─────────────
     `bind_rows(x, iris)` did not throw an error.
    
     ── 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) ───────────────────
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     ── 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) ───────────────────
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     ── 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ─────────────────────
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     ── 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ──────────────────────
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.826
     Component 1: Component 2: Mean relative difference: 0.4724797
     Component 1: Component 3: Mean relative difference: 0.6550976
     Component 1: Component 4: Mean relative difference: 0.6873188
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.932
     Component 2: Component 2: Mean relative difference: 0.4835152
     ...
    
     ── 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) ────────────────────
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.9600452
     Component 2: Mean relative difference: 0.4730353
     Component 3: Mean relative difference: 0.6476713
     Component 4: Mean relative difference: 0.6829872
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [10s/12s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     ── 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) ─────────────
     `bind_rows(x, iris)` did not throw an error.
    
     ── 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) ───────────────────
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     ── 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) ───────────────────
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     ── 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ─────────────────────
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     ── 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ──────────────────────
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.964667
     Component 1: Component 2: Mean relative difference: 0.490779
     Component 1: Component 3: Mean relative difference: 0.6725198
     Component 1: Component 4: Mean relative difference: 0.6702057
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.868333
     Component 2: Component 2: Mean relative difference: 0.470308
     ...
    
     ── 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) ────────────────────
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.967236
     Component 2: Mean relative difference: 0.4815566
     Component 3: Mean relative difference: 0.6486486
     Component 4: Mean relative difference: 0.6782654
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.4
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘dplyr-support.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    Attaching package: 'strapgod'
    
    The following object is masked from 'package:stats':
    
     filter
    
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    Quitting from lines 127-137 (dplyr-support.Rmd)
    Error: processing vignette 'dplyr-support.Rmd' failed with diagnostics:
    The returned data frame cannot contain the original grouping variables: .bootstrap.
    --- failed re-building ‘dplyr-support.Rmd’
    
    --- re-building ‘virtual-bootstraps.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    Attaching package: 'strapgod'
    
    The following object is masked from 'package:stats':
    
     filter
    
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    --- finished re-building ‘virtual-bootstraps.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘dplyr-support.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     ── 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) ─────────────
     `bind_rows(x, iris)` did not throw an error.
    
     ── 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) ───────────────────
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     ── 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) ───────────────────
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     ── 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ─────────────────────
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     ── 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ──────────────────────
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.924667
     Component 1: Component 2: Mean relative difference: 0.4768763
     Component 1: Component 3: Mean relative difference: 0.67735
     Component 1: Component 4: Mean relative difference: 0.6827088
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.929
     Component 2: Component 2: Mean relative difference: 0.4736543
     ...
    
     ── 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) ────────────────────
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.968656
     Component 2: Mean relative difference: 0.4779671
     Component 3: Mean relative difference: 0.6577458
     Component 4: Mean relative difference: 0.681561
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.0.4
Check: tests
Result: ERROR
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     -- 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) -------------
     `bind_rows(x, iris)` did not throw an error.
    
     -- 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) -------------------
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     -- 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) -------------------
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     -- 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ---------------------
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     -- 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ----------------------
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.779333
     Component 1: Component 2: Mean relative difference: 0.4689122
     Component 1: Component 3: Mean relative difference: 0.6342311
     Component 1: Component 4: Mean relative difference: 0.6731634
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.865333
     Component 2: Component 2: Mean relative difference: 0.4597487
     ...
    
     -- 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) --------------------
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.978322
     Component 2: Mean relative difference: 0.4858306
     Component 3: Mean relative difference: 0.6669616
     Component 4: Mean relative difference: 0.6799517
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     == testthat results ===========================================================
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.0.4
Check: tests
Result: ERROR
     Running 'testthat.R' [8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(strapgod)
    
     Attaching package: 'strapgod'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("strapgod")
     -- 1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341) -------------
     `bind_rows(x, iris)` did not throw an error.
    
     -- 2. Failure: bind_cols() works (@test-dplyr-compat.R#354) -------------------
     `x_bc_1` inherits from `tbl_df/tbl/data.frame` not `resampled_df`.
    
     -- 3. Failure: bind_cols() works (@test-dplyr-compat.R#366) -------------------
     nrow(collect(x_bc_1)) not equal to 300.
     1/1 mismatches
     [1] 150 - 300 == -150
    
     -- 4. Error: group_modify() (@test-dplyr-group-funs.R#43) ---------------------
     The returned data frame cannot contain the original grouping variables: .bootstrap.
     Backtrace:
     1. testthat::expect_equal(group_modify(x, ~.x), collect(x))
     5. dplyr:::group_modify.grouped_df(x, ~.x)
     7. dplyr:::group_map.data.frame(.data, fun, .keep = .keep)
     8. dplyr:::map2(chunks, group_keys, .f, ...)
     9. base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
    
     -- 5. Failure: group_map() (@test-dplyr-group-funs.R#66) ----------------------
     group_map(x, ~.x) not equivalent to group_split(x, keep = FALSE).
     Component 1: Length mismatch: comparison on first 5 components
     Component 1: Component 1: Mean relative difference: 4.875333
     Component 1: Component 2: Mean relative difference: 0.4848519
     Component 1: Component 3: Mean relative difference: 0.672467
     Component 1: Component 4: Mean relative difference: 0.6764756
     Component 1: Component 5: target is numeric, current is factor
     Component 2: Length mismatch: comparison on first 5 components
     Component 2: Component 1: Mean relative difference: 1.939
     Component 2: Component 2: Mean relative difference: 0.4780538
     ...
    
     -- 6. Failure: group_walk() (@test-dplyr-group-funs.R#106) --------------------
     `res` not equal to select(ungroup(collect(x)), -.bootstrap).
     Names: 5 string mismatches
     Length mismatch: comparison on first 5 components
     Component 1: Mean relative difference: 0.9643991
     Component 2: Mean relative difference: 0.4745374
     Component 3: Mean relative difference: 0.6512196
     Component 4: Mean relative difference: 0.6808807
     Component 5: Attributes: < target is NULL, current is list >
     Component 5: target is numeric, current is factor
    
     == testthat results ===========================================================
     [ OK: 147 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 6 ]
     1. Failure: bind_rows() fails sadly (@test-dplyr-compat.R#341)
     2. Failure: bind_cols() works (@test-dplyr-compat.R#354)
     3. Failure: bind_cols() works (@test-dplyr-compat.R#366)
     4. Error: group_modify() (@test-dplyr-group-funs.R#43)
     5. Failure: group_map() (@test-dplyr-group-funs.R#66)
     6. Failure: group_walk() (@test-dplyr-group-funs.R#106)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64