- using R version 3.4.4 (2018-03-15)
- using platform: x86_64-w64-mingw32 (64-bit)
- using session charset: ISO8859-1
- checking for file 'dplyr/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'dplyr' version '0.7.4'
- 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 whether package 'dplyr' can be installed ... OK
- checking installed package size ... NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
libs 5.1Mb
- 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
- loading checks for arch 'i386'
- 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
- loading checks for arch 'x64'
- 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 ... [10s] 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 contents of 'data' directory ... OK
- checking data for non-ASCII characters ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking compiled code ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ...
- running examples for arch 'i386' ... [29s] OK
- running examples for arch 'x64' ... [34s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ...
- running tests for arch 'i386' ... [13s] ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr)
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
>
> test_check("dplyr")
-- 1. Error: mutate() supports unquoted values (@test-mutate.r#721) -----------
Column `out` must be length 2 (the group size) or one, not 5
1: expect_identical(mutate(gdf, out = !(!1:5)), group_by(mutate(df, out = 1:5), g)) at testthat/test-mutate.r:721
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: mutate(gdf, out = 1:5)
5: mutate.tbl_df(gdf, out = 1:5)
6: mutate_impl(.data, dots)
-- 2. Failure: summarise() supports unquoted values (@test-summarise.r#980) ---
`summarise(df, out = 1:2)` threw an error with unexpected message.
Expected match: "must be length 1 (the number of groups)"
Actual message: "Column `out` must be length 1 (a summary value), not 2"
-- 3. Error: summarise() supports unquoted values (@test-summarise.r#985) -----
Column `out` must be length 1 (a summary value), not 2
1: expect_identical(summarise(gdf, out = !(!1:2)), tibble(g = c(1, 2), out = 1:2)) at testthat/test-summarise.r:985
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: summarise(gdf, out = 1:2)
5: summarise.tbl_df(gdf, out = 1:2)
6: summarise_impl(.data, dots)
== testthat results ===========================================================
OK: 2875 SKIPPED: 6 FAILED: 3
1. Error: mutate() supports unquoted values (@test-mutate.r#721)
2. Failure: summarise() supports unquoted values (@test-summarise.r#980)
3. Error: summarise() supports unquoted values (@test-summarise.r#985)
Error: testthat unit tests failed
In addition: Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
- running tests for arch 'x64' ... [14s] ERROR
Running 'testthat.R' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr)
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
>
> test_check("dplyr")
-- 1. Error: mutate() supports unquoted values (@test-mutate.r#721) -----------
Column `out` must be length 2 (the group size) or one, not 5
1: expect_identical(mutate(gdf, out = !(!1:5)), group_by(mutate(df, out = 1:5), g)) at testthat/test-mutate.r:721
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: mutate(gdf, out = 1:5)
5: mutate.tbl_df(gdf, out = 1:5)
6: mutate_impl(.data, dots)
-- 2. Failure: summarise() supports unquoted values (@test-summarise.r#980) ---
`summarise(df, out = 1:2)` threw an error with unexpected message.
Expected match: "must be length 1 (the number of groups)"
Actual message: "Column `out` must be length 1 (a summary value), not 2"
-- 3. Error: summarise() supports unquoted values (@test-summarise.r#985) -----
Column `out` must be length 1 (a summary value), not 2
1: expect_identical(summarise(gdf, out = !(!1:2)), tibble(g = c(1, 2), out = 1:2)) at testthat/test-summarise.r:985
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: summarise(gdf, out = 1:2)
5: summarise.tbl_df(gdf, out = 1:2)
6: summarise_impl(.data, dots)
== testthat results ===========================================================
OK: 2875 SKIPPED: 6 FAILED: 3
1. Error: mutate() supports unquoted values (@test-mutate.r#721)
2. Failure: summarise() supports unquoted values (@test-summarise.r#980)
3. Error: summarise() supports unquoted values (@test-summarise.r#985)
Error: testthat unit tests failed
In addition: Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in 'inst/doc' ... OK
- checking re-building of vignette outputs ... [29s] OK
- checking PDF version of manual ... OK
- DONE
Status: 2 ERRORs, 1 NOTE