CRAN Package Check Results for Package wyz.code.testthat

Last updated on 2019-08-26 12:48:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.5 2.49 28.18 30.67 OK
r-devel-linux-x86_64-debian-gcc 1.1.5 2.29 22.50 24.79 OK
r-devel-linux-x86_64-fedora-clang 1.1.5 36.70 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.5 40.29 NOTE
r-devel-windows-ix86+x86_64 1.1.5 13.00 69.00 82.00 OK
r-patched-linux-x86_64 1.1.5 2.46 27.30 29.76 OK
r-patched-solaris-x86 1.1.5 57.20 NOTE
r-release-linux-x86_64 1.1.5 2.19 28.13 30.32 OK
r-release-windows-ix86+x86_64 1.1.5 10.00 118.00 128.00 OK
r-release-osx-x86_64 1.1.5 ERROR
r-oldrel-windows-ix86+x86_64 1.1.5 6.00 57.00 63.00 OK
r-oldrel-osx-x86_64 1.1.5 ERROR

Check Details

Version: 1.1.5
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘lubridate’ ‘tidyr’
     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.5
Check: examples
Result: ERROR
    Running examples in ‘wyz.code.testthat-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: generateUnitTestFile
    > ### Title: Generate 'testthat' Unit Test File
    > ### Aliases: generateUnitTestFile
    > ### Keywords: utilities
    >
    > ### ** Examples
    >
    > ##---- typical example ----
    > fn <- file.path(tempdir(), 'myFile')
    > fn <- generateUnitTestFile("~/tmp/myFile", c("# a comment", "x <- 2"))
    Warning in file(con, "w") :
     cannot open file '/Users/urbanek/tmp/test_myFile.R': No such file or directory
    Error in file(con, "w") : cannot open the connection
    Calls: generateUnitTestFile -> writeLines -> file
    Execution halted
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64