Last updated on 2021-03-06 23:48:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.2 | 6.84 | 82.71 | 89.55 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.2 | 4.81 | 65.12 | 69.93 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.2 | 124.47 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.2 | 117.83 | ERROR | |||
r-devel-windows-ix86+x86_64 | 2.1.2 | 13.00 | 94.00 | 107.00 | OK | |
r-patched-linux-x86_64 | 2.1.2 | 6.22 | 84.61 | 90.83 | ERROR | |
r-patched-solaris-x86 | 2.1.2 | 151.50 | ERROR | |||
r-release-linux-x86_64 | 2.1.2 | 5.12 | 83.98 | 89.10 | ERROR | |
r-release-macos-x86_64 | 2.1.2 | OK | ||||
r-release-windows-ix86+x86_64 | 2.1.2 | 12.00 | 78.00 | 90.00 | OK | |
r-oldrel-macos-x86_64 | 2.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.1.2 | 9.00 | 74.00 | 83.00 | OK |
Version: 2.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(skimr)
Attaching package: 'skimr'
The following object is masked from 'package:testthat':
matches
>
> test_check("skimr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● Temporary skip due to issues with crayon support on some platforms (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-dplyr.R:32:3): dplyr::mutate works as expected ────────────────
Results have changed from known value recorded in 'dplyr/mutate-no-skim.txt'.
old vs new
"# A tibble: 5 x 14"
- " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_coun… numeric.mean"
+ " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_counts numeric.mean"
- "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
+ "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
- "1 factor 0 1 FALSE 3 set: 50, ver: 5… NA "
+ "1 factor 0 1 FALSE 3 set: 50, ver: 50, v… NA "
- "2 numeric 0 1 NA NA <NA> 5.84"
+ "2 numeric 0 1 NA NA <NA> 5.84"
- "3 numeric 0 1 NA NA <NA> 3.06"
+ "3 numeric 0 1 NA NA <NA> 3.06"
- "4 numeric 0 1 NA NA <NA> 3.76"
+ "4 numeric 0 1 NA NA <NA> 3.76"
- "5 numeric 0 1 NA NA <NA> 1.20"
+ "5 numeric 0 1 NA NA <NA> 1.20"
"# … with 7 more variables: numeric.sd <dbl>, numeric.p0 <dbl>, numeric.p25 <dbl>,"
"# numeric.p50 <dbl>, numeric.p75 <dbl>, numeric.p100 <dbl>, numeric.hist <chr>"
Backtrace:
█
1. └─skimr:::expect_print_matches_file(no_variable, "dplyr/mutate-no-skim.txt") test-dplyr.R:32:2
2. ├─withr::with_options(...) helper-expectations.R:37:2
3. │ └─base::force(code)
4. └─testthat::expect_known_output(...) helper-expectations.R:38:4
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 602 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/48s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(skimr)
Attaching package: 'skimr'
The following object is masked from 'package:testthat':
matches
>
> test_check("skimr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● Temporary skip due to issues with crayon support on some platforms (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-dplyr.R:32:3): dplyr::mutate works as expected ────────────────
Results have changed from known value recorded in 'dplyr/mutate-no-skim.txt'.
old vs new
"# A tibble: 5 x 14"
- " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_coun… numeric.mean"
+ " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_counts numeric.mean"
- "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
+ "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
- "1 factor 0 1 FALSE 3 set: 50, ver: 5… NA "
+ "1 factor 0 1 FALSE 3 set: 50, ver: 50, v… NA "
- "2 numeric 0 1 NA NA <NA> 5.84"
+ "2 numeric 0 1 NA NA <NA> 5.84"
- "3 numeric 0 1 NA NA <NA> 3.06"
+ "3 numeric 0 1 NA NA <NA> 3.06"
- "4 numeric 0 1 NA NA <NA> 3.76"
+ "4 numeric 0 1 NA NA <NA> 3.76"
- "5 numeric 0 1 NA NA <NA> 1.20"
+ "5 numeric 0 1 NA NA <NA> 1.20"
"# … with 7 more variables: numeric.sd <dbl>, numeric.p0 <dbl>, numeric.p25 <dbl>,"
"# numeric.p50 <dbl>, numeric.p75 <dbl>, numeric.p100 <dbl>, numeric.hist <chr>"
Backtrace:
█
1. └─skimr:::expect_print_matches_file(no_variable, "dplyr/mutate-no-skim.txt") test-dplyr.R:32:2
2. ├─withr::with_options(...) helper-expectations.R:37:2
3. │ └─base::force(code)
4. └─testthat::expect_known_output(...) helper-expectations.R:38:4
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 602 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(skimr)
Attaching package: 'skimr'
The following object is masked from 'package:testthat':
matches
>
> test_check("skimr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● Temporary skip due to issues with crayon support on some platforms (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-dplyr.R:32:3): dplyr::mutate works as expected ────────────────
Results have changed from known value recorded in 'dplyr/mutate-no-skim.txt'.
old vs new
"# A tibble: 5 x 14"
- " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_coun… numeric.mean"
+ " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_counts numeric.mean"
- "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
+ "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
- "1 factor 0 1 FALSE 3 set: 50, ver: 5… NA "
+ "1 factor 0 1 FALSE 3 set: 50, ver: 50, v… NA "
- "2 numeric 0 1 NA NA <NA> 5.84"
+ "2 numeric 0 1 NA NA <NA> 5.84"
- "3 numeric 0 1 NA NA <NA> 3.06"
+ "3 numeric 0 1 NA NA <NA> 3.06"
- "4 numeric 0 1 NA NA <NA> 3.76"
+ "4 numeric 0 1 NA NA <NA> 3.76"
- "5 numeric 0 1 NA NA <NA> 1.20"
+ "5 numeric 0 1 NA NA <NA> 1.20"
"# … with 7 more variables: numeric.sd <dbl>, numeric.p0 <dbl>, numeric.p25 <dbl>,"
"# numeric.p50 <dbl>, numeric.p75 <dbl>, numeric.p100 <dbl>, numeric.hist <chr>"
Backtrace:
█
1. └─skimr:::expect_print_matches_file(no_variable, "dplyr/mutate-no-skim.txt") test-dplyr.R:32:2
2. ├─withr::with_options(...) helper-expectations.R:37:2
3. │ └─base::force(code)
4. └─testthat::expect_known_output(...) helper-expectations.R:38:4
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 602 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(skimr)
Attaching package: 'skimr'
The following object is masked from 'package:testthat':
matches
>
> test_check("skimr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● Temporary skip due to issues with crayon support on some platforms (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-dplyr.R:32:3): dplyr::mutate works as expected ────────────────
Results have changed from known value recorded in 'dplyr/mutate-no-skim.txt'.
old vs new
"# A tibble: 5 x 14"
- " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_coun… numeric.mean"
+ " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_counts numeric.mean"
- "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
+ "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
- "1 factor 0 1 FALSE 3 set: 50, ver: 5… NA "
+ "1 factor 0 1 FALSE 3 set: 50, ver: 50, v… NA "
- "2 numeric 0 1 NA NA <NA> 5.84"
+ "2 numeric 0 1 NA NA <NA> 5.84"
- "3 numeric 0 1 NA NA <NA> 3.06"
+ "3 numeric 0 1 NA NA <NA> 3.06"
- "4 numeric 0 1 NA NA <NA> 3.76"
+ "4 numeric 0 1 NA NA <NA> 3.76"
- "5 numeric 0 1 NA NA <NA> 1.20"
+ "5 numeric 0 1 NA NA <NA> 1.20"
"# … with 7 more variables: numeric.sd <dbl>, numeric.p0 <dbl>, numeric.p25 <dbl>,"
"# numeric.p50 <dbl>, numeric.p75 <dbl>, numeric.p100 <dbl>, numeric.hist <chr>"
Backtrace:
█
1. └─skimr:::expect_print_matches_file(no_variable, "dplyr/mutate-no-skim.txt") test-dplyr.R:32:2
2. ├─withr::with_options(...) helper-expectations.R:37:2
3. │ └─base::force(code)
4. └─testthat::expect_known_output(...) helper-expectations.R:38:4
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 602 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 2.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [24s/29s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(skimr)
Attaching package: 'skimr'
The following object is masked from 'package:testthat':
matches
>
> test_check("skimr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● Temporary skip due to issues with crayon support on some platforms (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-dplyr.R:32:3): dplyr::mutate works as expected ────────────────
Results have changed from known value recorded in 'dplyr/mutate-no-skim.txt'.
old vs new
"# A tibble: 5 x 14"
- " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_coun… numeric.mean"
+ " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_counts numeric.mean"
- "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
+ "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
- "1 factor 0 1 FALSE 3 set: 50, ver: 5… NA "
+ "1 factor 0 1 FALSE 3 set: 50, ver: 50, v… NA "
- "2 numeric 0 1 NA NA <NA> 5.84"
+ "2 numeric 0 1 NA NA <NA> 5.84"
- "3 numeric 0 1 NA NA <NA> 3.06"
+ "3 numeric 0 1 NA NA <NA> 3.06"
- "4 numeric 0 1 NA NA <NA> 3.76"
+ "4 numeric 0 1 NA NA <NA> 3.76"
- "5 numeric 0 1 NA NA <NA> 1.20"
+ "5 numeric 0 1 NA NA <NA> 1.20"
"# … with 7 more variables: numeric.sd <dbl>, numeric.p0 <dbl>, numeric.p25 <dbl>,"
"# numeric.p50 <dbl>, numeric.p75 <dbl>, numeric.p100 <dbl>, numeric.hist <chr>"
Backtrace:
█
1. └─skimr:::expect_print_matches_file(no_variable, "dplyr/mutate-no-skim.txt") test-dplyr.R:32:2
2. ├─withr::with_options(...) helper-expectations.R:37:2
3. │ └─base::force(code)
4. └─testthat::expect_known_output(...) helper-expectations.R:38:4
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 602 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 2.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(skimr)
Attaching package: 'skimr'
The following object is masked from 'package:testthat':
matches
>
> test_check("skimr")
══ Skipped tests ═══════════════════════════════════════════════════════════════
● Temporary skip due to issues with crayon support on some platforms (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-dplyr.R:32:3): dplyr::mutate works as expected ────────────────
Results have changed from known value recorded in 'dplyr/mutate-no-skim.txt'.
old vs new
"# A tibble: 5 x 14"
- " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_coun… numeric.mean"
+ " skim_type n_missing complete_rate factor.ordered factor.n_unique factor.top_counts numeric.mean"
- "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
+ "* <chr> <int> <dbl> <lgl> <int> <chr> <dbl>"
- "1 factor 0 1 FALSE 3 set: 50, ver: 5… NA "
+ "1 factor 0 1 FALSE 3 set: 50, ver: 50, v… NA "
- "2 numeric 0 1 NA NA <NA> 5.84"
+ "2 numeric 0 1 NA NA <NA> 5.84"
- "3 numeric 0 1 NA NA <NA> 3.06"
+ "3 numeric 0 1 NA NA <NA> 3.06"
- "4 numeric 0 1 NA NA <NA> 3.76"
+ "4 numeric 0 1 NA NA <NA> 3.76"
- "5 numeric 0 1 NA NA <NA> 1.20"
+ "5 numeric 0 1 NA NA <NA> 1.20"
"# … with 7 more variables: numeric.sd <dbl>, numeric.p0 <dbl>, numeric.p25 <dbl>,"
"# numeric.p50 <dbl>, numeric.p75 <dbl>, numeric.p100 <dbl>, numeric.hist <chr>"
Backtrace:
█
1. └─skimr:::expect_print_matches_file(no_variable, "dplyr/mutate-no-skim.txt") test-dplyr.R:32:2
2. ├─withr::with_options(...) helper-expectations.R:37:2
3. │ └─base::force(code)
4. └─testthat::expect_known_output(...) helper-expectations.R:38:4
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 602 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64