CRAN Package Check Results for Package tidyinftheo

Last updated on 2018-02-24 09:51:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.56 37.83 40.39 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 2.01 30.55 32.56 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 49.51 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 48.36 ERROR
r-devel-windows-ix86+x86_64 0.2.1 9.00 88.00 97.00 ERROR
r-patched-linux-x86_64 0.2.1 2.07 40.39 42.46 ERROR
r-patched-solaris-x86 0.2.1 64.40 NOTE
r-release-linux-x86_64 0.2.1 2.06 40.27 42.33 ERROR
r-release-windows-ix86+x86_64 0.2.1 10.00 85.00 95.00 ERROR
r-release-osx-x86_64 0.2.1 NOTE
r-oldrel-windows-ix86+x86_64 0.2.1 6.00 57.00 63.00 OK
r-oldrel-osx-x86_64 0.2.1 NOTE

Check Details

Version: 0.2.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidyinftheo)
     >
     > test_check("tidyinftheo")
     ── 1. Error: right number of columns given (@test-errors.R#10) ────────────────
     argument "expr" is missing, with no default
     1: expect_length(tab %>% select(vs) %>% shannon_entropy(), 1) at testthat/test-errors.R:10
     2: quasi_label(enquo(object))
     3: eval_bare(get_expr(quo), get_env(quo))
     4: tab %>% select(vs) %>% shannon_entropy()
     5: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
     6: eval(quote(`_fseq`(`_lhs`)), env, env)
     7: eval(quote(`_fseq`(`_lhs`)), env, env)
     8: `_fseq`(`_lhs`)
     9: freduce(value, `_function_list`)
     10: withVisible(function_list[[k]](value))
     11: function_list[[k]](value)
     12: shannon_entropy(.)
     13: reduce_data(.data, !(!enquo(X)), numvars = 1, na.rm = na.rm)
     14: tidyselect::vars_select(names(reduced_tab), !(!(!quos(...))))
     15: vars_select_eval(.vars, quos)
     16: map_lgl(quos, quo_is_helper)
     17: .f(.x[[i]], ...)
     18: extract_expr(quo)
     19: is_lang(expr, paren_sym)
     20: is_call(x, name, n, ns)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 37 SKIPPED: 0 FAILED: 1
     1. Error: right number of columns given (@test-errors.R#10)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘tibble’ ‘tidyverse’
     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: 0.2.1
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidyinftheo)
     >
     > test_check("tidyinftheo")
     ── 1. Error: right number of columns given (@test-errors.R#10) ────────────────
     argument "expr" is missing, with no default
     1: expect_length(tab %>% select(vs) %>% shannon_entropy(), 1) at testthat/test-errors.R:10
     2: quasi_label(enquo(object))
     3: eval_bare(get_expr(quo), get_env(quo))
     4: tab %>% select(vs) %>% shannon_entropy()
     5: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
     6: eval(quote(`_fseq`(`_lhs`)), env, env)
     7: eval(quote(`_fseq`(`_lhs`)), env, env)
     8: `_fseq`(`_lhs`)
     9: freduce(value, `_function_list`)
     10: withVisible(function_list[[k]](value))
     11: function_list[[k]](value)
     12: shannon_entropy(.)
     13: reduce_data(.data, !(!enquo(X)), numvars = 1, na.rm = na.rm)
     14: tidyselect::vars_select(names(reduced_tab), !(!(!quos(...))))
     15: vars_select_eval(.vars, quos)
     16: map_lgl(quos, quo_is_helper)
     17: .f(.x[[i]], ...)
     18: extract_expr(quo)
     19: is_lang(expr, paren_sym)
     20: is_call(x, name, n, ns)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 37 SKIPPED: 0 FAILED: 1
     1. Error: right number of columns given (@test-errors.R#10)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.1
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     13: reduce_data(.data, !(!enquo(X)), numvars = 1, na.rm = na.rm)
     14: tidyselect::vars_select(names(reduced_tab), !(!(!quos(...))))
     15: vars_select_eval(.vars, quos)
     16: map_lgl(quos, quo_is_helper)
     17: .f(.x[[i]], ...)
     18: extract_expr(quo)
     19: is_lang(expr, paren_sym)
     20: is_call(x, name, n, ns)
    
     == testthat results ===========================================================
     OK: 37 SKIPPED: 0 FAILED: 1
     1. Error: right number of columns given (@test-errors.R#10)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.2.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidyinftheo)
     >
     > test_check("tidyinftheo")
     ── 1. Error: right number of columns given (@test-errors.R#10) ────────────────
     argument "expr" is missing, with no default
     1: expect_length(tab %>% select(vs) %>% shannon_entropy(), 1) at testthat/test-errors.R:10
     2: quasi_label(enquo(object))
     3: eval_bare(get_expr(quo), get_env(quo))
     4: tab %>% select(vs) %>% shannon_entropy()
     5: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
     6: eval(quote(`_fseq`(`_lhs`)), env, env)
     7: eval(quote(`_fseq`(`_lhs`)), env, env)
     8: `_fseq`(`_lhs`)
     9: freduce(value, `_function_list`)
     10: withVisible(function_list[[k]](value))
     11: function_list[[k]](value)
     12: shannon_entropy(.)
     13: reduce_data(.data, !(!enquo(X)), numvars = 1, na.rm = na.rm)
     14: tidyselect::vars_select(names(reduced_tab), !(!(!quos(...))))
     15: vars_select_eval(.vars, quos)
     16: map_lgl(quos, quo_is_helper)
     17: .f(.x[[i]], ...)
     18: extract_expr(quo)
     19: is_lang(expr, paren_sym)
     20: is_call(x, name, n, ns)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 37 SKIPPED: 0 FAILED: 1
     1. Error: right number of columns given (@test-errors.R#10)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.1
Check: tests
Result: ERROR
     Running 'testthat.R' [4s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     13: reduce_data(.data, !(!enquo(X)), numvars = 1, na.rm = na.rm)
     14: tidyselect::vars_select(names(reduced_tab), !(!(!quos(...))))
     15: vars_select_eval(.vars, quos)
     16: map_lgl(quos, quo_is_helper)
     17: .f(.x[[i]], ...)
     18: extract_expr(quo)
     19: is_lang(expr, paren_sym)
     20: is_call(x, name, n, ns)
    
     == testthat results ===========================================================
     OK: 37 SKIPPED: 0 FAILED: 1
     1. Error: right number of columns given (@test-errors.R#10)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64