CRAN Package Check Results for Package exampletestr

Last updated on 2018-10-19 01:46:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 3.80 62.05 65.85 OK
r-devel-linux-x86_64-debian-gcc 1.4.0 2.68 49.01 51.69 OK
r-devel-linux-x86_64-fedora-clang 1.4.0 74.86 OK
r-devel-linux-x86_64-fedora-gcc 1.4.0 72.89 OK
r-devel-windows-ix86+x86_64 1.4.0 8.00 101.00 109.00 OK
r-patched-linux-x86_64 1.4.0 3.35 58.14 61.49 OK
r-patched-solaris-x86 1.4.0 99.00 OK
r-release-linux-x86_64 1.4.0 2.97 57.96 60.93 OK
r-release-windows-ix86+x86_64 1.4.0 7.00 116.00 123.00 OK
r-release-osx-x86_64 1.4.0 ERROR
r-oldrel-windows-ix86+x86_64 1.4.0 8.00 116.00 124.00 OK
r-oldrel-osx-x86_64 1.4.0 ERROR

Check Details

Version: 1.4.0
Check: examples
Result: ERROR
    Running examples in ‘exampletestr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: make-test-shells
    > ### Title: Create test shells.
    > ### Aliases: make-test-shells make_test_shell_fun make_tests_shells_file
    > ### make_tests_shells_pkg
    >
    > ### ** Examples
    >
    > usethis::create_package(tempdir(), open = FALSE)
    Error: '/tmp' is not a directory.
    Execution halted
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.4.0
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/0s]
     Running ‘testthat.R’ [5s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     6: withVisible(eval(expr, pf))
     7: eval(expr, pf)
     8: eval(expr, pf)
     9: usethis::create_package(tempdir(), open = FALSE)
     10: create_directory(path_dir(path), name)
     11: stop_glue("{value(base_path)} is not a directory.")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 3
     1. Error: `extract_examples()` works (@test-exemplar.R#7)
     2. Error: `make_test_shell()` works (@test-exemplar.R#47)
     3. Error: `make_tests_shell_fun()` works (@test-exemplar.R#96)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-osx-x86_64

Version: 1.4.0
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/0s]
     Running ‘testthat.R’ [7s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     6: withVisible(eval(expr, pf))
     7: eval(expr, pf)
     8: eval(expr, pf)
     9: usethis::create_package(tempdir(), open = FALSE)
     10: create_directory(path_dir(path), name)
     11: stop_glue("{value(base_path)} is not a directory.")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 13 SKIPPED: 0 FAILED: 3
     1. Error: `extract_examples()` works (@test-exemplar.R#7)
     2. Error: `make_test_shell()` works (@test-exemplar.R#47)
     3. Error: `make_tests_shell_fun()` works (@test-exemplar.R#96)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-osx-x86_64