CRAN Package Check Results for Package tmuxr

Last updated on 2018-05-26 15:47:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.45 19.06 20.51 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 1.15 15.50 16.65 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 24.42 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 23.86 ERROR
r-patched-linux-x86_64 0.1.0 1.39 18.15 19.54 ERROR
r-release-linux-x86_64 0.1.0 1.23 18.04 19.27 ERROR
r-release-osx-x86_64 0.1.0 ERROR
r-oldrel-osx-x86_64 0.1.0 ERROR

Check Details

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tmuxr)
     >
     > test_check("tmuxr")
     ── 1. Error: a session can be renamed (@test-session.R#28) ────────────────────
     tmux: no current client
     1: expect_equal(rename_session(attach_session("foo"), "bar")$name, "bar") at testthat/test-session.R:28
     2: quasi_label(enquo(object), label)
     3: eval_bare(get_expr(quo), get_env(quo))
     4: rename_session(attach_session("foo"), "bar")
     5: tmux_rename_session("-t", session$name, as.character(new_name))
     6: stop(stringr::str_c("tmux: ", result, collapse = " "))
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 7 SKIPPED: 0 FAILED: 1
     1. Error: a session can be renamed (@test-session.R#28)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tmuxr)
     >
     > test_check("tmuxr")
     ── 1. Error: a session can be renamed (@test-session.R#28) ────────────────────
     tmux: no current client
     1: expect_equal(rename_session(attach_session("foo"), "bar")$name, "bar") at testthat/test-session.R:28
     2: quasi_label(enquo(object), label)
     3: eval_bare(get_expr(quo), get_env(quo))
     4: rename_session(attach_session("foo"), "bar")
     5: tmux_rename_session("-t", session$name, as.character(new_name))
     6: stop(stringr::str_c("tmux: ", result, collapse = " "))
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 7 SKIPPED: 0 FAILED: 1
     1. Error: a session can be renamed (@test-session.R#28)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/1s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     tmux not found
     1: stop("tmux not found") at testthat/test-server.R:3
    
     ── 3. Error: (unknown) (@test-session.R#3) ────────────────────────────────────
     tmux not found
     1: stop("tmux not found") at testthat/test-session.R:3
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 0 SKIPPED: 0 FAILED: 3
     1. Error: (unknown) (@test-pipe.R#3)
     2. Error: (unknown) (@test-server.R#3)
     3. Error: (unknown) (@test-session.R#3)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64