CRAN Package Check Results for Package baseballDBR

Last updated on 2019-01-19 00:46:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 3.88 45.34 49.22 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 3.40 38.42 41.82 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 55.98 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 60.14 OK
r-devel-windows-ix86+x86_64 0.1.2 11.00 120.00 131.00 OK
r-patched-linux-x86_64 0.1.2 3.89 40.15 44.04 NOTE
r-patched-solaris-x86 0.1.2 83.70 OK
r-release-linux-x86_64 0.1.2 3.98 39.13 43.11 NOTE
r-release-windows-ix86+x86_64 0.1.2 11.00 108.00 119.00 ERROR
r-release-osx-x86_64 0.1.2 OK
r-oldrel-windows-ix86+x86_64 0.1.2 10.00 81.00 91.00 ERROR
r-oldrel-osx-x86_64 0.1.2 OK

Check Details

Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE
    Dependence on R version ‘3.3.3’ not with patchlevel 0
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [7s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(baseballDBR)
     >
     > test_check("baseballDBR")
     -- 1. Failure: (unknown) (@test-check_urls.R#25) ------------------------------
     urlExists("http://www.fangraphs.com/guts.aspx?type=cn") isn't true.
    
     == testthat results ===========================================================
     OK: 2 SKIPPED: 0 FAILED: 1
     1. Failure: (unknown) (@test-check_urls.R#25)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'testthat.R' [4s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(baseballDBR)
     >
     > test_check("baseballDBR")
     -- 1. Failure: (unknown) (@test-check_urls.R#25) ------------------------------
     urlExists("http://www.fangraphs.com/guts.aspx?type=cn") isn't true.
    
     == testthat results ===========================================================
     OK: 2 SKIPPED: 0 FAILED: 1
     1. Failure: (unknown) (@test-check_urls.R#25)
    
     Error: testthat unit tests failed
     In addition: Warning message:
     In expr :
     closing unused connection 3 (http://www.fangraphs.com/guts.aspx?type=cn)
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64