CRAN Package Check Results for Package dbplyr

Last updated on 2017-09-26 01:47:15.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 1.95 51.94 53.88 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 2.03 51.08 53.10 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 98.88 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.0 101.38 NOTE
r-devel-windows-ix86+x86_64 1.1.0 6.00 89.00 95.00 OK
r-patched-linux-x86_64 1.1.0 1.89 49.83 51.72 OK
r-patched-solaris-x86 1.1.0 133.30 NOTE
r-release-linux-x86_64 1.1.0 1.82 50.84 52.66 OK
r-release-windows-ix86+x86_64 1.1.0 6.00 96.00 102.00 OK
r-release-osx-x86_64 1.1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.1.0 7.00 85.00 92.00 OK
r-oldrel-osx-x86_64 1.1.0 NOTE

Check Details

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [9s/9s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(dbplyr)
     >
     > test_check("dbplyr")
     Registering testing src: df OK
     Registering testing src: sqlite OK
     Registering testing src: mysql
     * Failed to connect to database: Error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")
    
     Registering testing src: postgres
     * RS-DBI driver: (could not connect hornik@localhost:5432 on dbname "test": could not connect to server: Connection refused
     Is the server running on host "localhost" (127.0.0.1) and accepting
     TCP/IP connections on port 5432?
     )
     1. Failure: filter calls windowed versions of sql functions (@test-filter.r#51)
     df not equal to `ref`.
     Rows in x but not y: 2, 1. Rows in y but not x: 2, 1.
    
    
     2. Failure: mutate calls windowed versions of sql functions (@test-mutate.r#49)
     out$df$r not equal to c(1, 2, 1, 2).
     2/4 mismatches (average diff: 1)
     [1] 2 - 1 == 1
     [2] 1 - 2 == -1
    
    
     testthat results ================================================================
     OK: 385 SKIPPED: 10 FAILED: 2
     1. Failure: filter calls windowed versions of sql functions (@test-filter.r#51)
     2. Failure: mutate calls windowed versions of sql functions (@test-mutate.r#49)
    
     Error: testthat unit tests failed
     In addition: Warning message:
     call dbDisconnect() when finished working with a connection
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.0
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘tibble’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [17s/22s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(dbplyr)
     >
     > test_check("dbplyr")
     Registering testing src: df OK
     Registering testing src: sqlite OK
     Registering testing src: mysql OK
     Registering testing src: postgres
     * RS-DBI driver: (could not connect ripley@localhost:5432 on dbname "test": FATAL: Ident authentication failed for user "ripley"
     )
     1. Failure: filter calls windowed versions of sql functions (@test-filter.r#51)
     df not equal to `ref`.
     Rows in x but not y: 4, 2. Rows in y but not x: 4, 1.
    
    
     2. Failure: mutate calls windowed versions of sql functions (@test-mutate.r#49)
     out$df$r not equal to c(1, 2, 1, 2).
     4/4 mismatches (average diff: 1)
     [1] 2 - 1 == 1
     [2] 1 - 2 == -1
     [3] 2 - 1 == 1
     [4] 1 - 2 == -1
    
    
     testthat results ================================================================
     OK: 420 SKIPPED: 6 FAILED: 2
     1. Failure: filter calls windowed versions of sql functions (@test-filter.r#51)
     2. Failure: mutate calls windowed versions of sql functions (@test-mutate.r#49)
    
     Error: testthat unit tests failed
     In addition: Warning message:
     call dbDisconnect() when finished working with a connection
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘RMySQL’
Flavor: r-patched-solaris-x86