CRAN Package Check Results for Package dbplyr

Last updated on 2018-02-25 00:48:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 9.62 75.93 85.55 OK
r-devel-linux-x86_64-debian-gcc 1.2.1 6.55 58.96 65.51 OK
r-devel-linux-x86_64-fedora-clang 1.2.1 107.40 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.1 103.59 NOTE
r-devel-windows-ix86+x86_64 1.2.1 16.00 127.00 143.00 OK
r-patched-linux-x86_64 1.2.1 2.44 86.78 89.22 OK
r-patched-solaris-x86 1.2.1 130.90 NOTE
r-release-linux-x86_64 1.2.1 2.61 84.80 87.41 OK
r-release-windows-ix86+x86_64 1.2.1 12.00 133.00 145.00 OK
r-release-osx-x86_64 1.2.1 NOTE
r-oldrel-windows-ix86+x86_64 1.2.1 7.00 89.00 96.00 ERROR
r-oldrel-osx-x86_64 1.2.0 ERROR

Check Details

Version: 1.2.1
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

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

Version: 1.2.1
Check: tests
Result: ERROR
     Running 'testthat.R' [17s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     "stack"), class = "Rcpp_stack_trace")), .Names = c("message", "call", "cppstack"
     ), class = c("Rcpp::exception", "C++Error", "error", "condition")))
    
     Error in stop(list(message = "Failed to connect: Can't connect to MySQL server on 'localhost' (0)", :
     no function to return from, jumping to top level
     Calls: <Anonymous> ... <Anonymous> -> .local -> connection_create -> .Call
     == testthat results ===========================================================
     OK: 537 SKIPPED: 11 FAILED: 4
     1. Error: tbl_dbi support colwise variants (@test-colwise.R#4)
     2. Error: (unknown) (@test-colwise.R#3)
     3. Error: tbl_dbi support colwise variants (@test-colwise.R#4)
     4. Error: (unknown) (@test-colwise.R#3)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.2.0
Check: package dependencies
Result: ERROR
    Package required and available but unsuitable version: ‘tibble’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-oldrel-osx-x86_64