Last updated on 2019-01-20 10:46:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.22 | 30.38 | 32.60 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.78 | 23.86 | 25.64 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 38.34 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 35.63 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 8.00 | 67.00 | 75.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.1 | 1.93 | 27.66 | 29.59 | ERROR | |
r-patched-solaris-x86 | 0.1.1 | 57.80 | ERROR | |||
r-release-linux-x86_64 | 0.1.1 | 2.00 | 27.78 | 29.78 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1.1 | 7.00 | 64.00 | 71.00 | ERROR | |
r-release-osx-x86_64 | 0.1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 6.00 | 46.00 | 52.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.1.1 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘frequencies-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: freq_two_vects
> ### Title: freq_two_vects
> ### Aliases: freq_two_vects
>
> ### ** Examples
>
> # Sample data frame to demo the freq_two_vects function.
> df <- data.frame(gender = sample(c('m','f'), 200, replace = TRUE),
+ ethnicity = sample(c('african american', 'asian', 'caucasian',
+ 'hispanic', 'other'),
+ 200, replace = TRUE),
+ stringsAsFactors = FALSE)
>
> freq_two_vects(df, gender, ethnicity, FALSE)
Error in grouped_df_impl(data, unname(vars), drop) :
Column `get.col1.` is unknown
Calls: freq_two_vects ... group_by.data.frame -> grouped_df -> grouped_df_impl
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.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(frequencies)
>
> test_check("frequencies")
── 1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, numbers, letters, FALSE)[1:5, ], check_numbers_letters_f) at testthat/test_freq_two_vects.R:44
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, numbers, letters, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
── 2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, dates, logicals, FALSE)[1:5, ], check_dates_logicals_f) at testthat/test_freq_two_vects.R:77
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, dates, logicals, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 24 SKIPPED: 0 FAILED: 2
1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.R#44)
2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R#77)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(frequencies)
>
> test_check("frequencies")
── 1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, numbers, letters, FALSE)[1:5, ], check_numbers_letters_f) at testthat/test_freq_two_vects.R:44
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, numbers, letters, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
── 2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, dates, logicals, FALSE)[1:5, ], check_dates_logicals_f) at testthat/test_freq_two_vects.R:77
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, dates, logicals, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 24 SKIPPED: 0 FAILED: 2
1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.R#44)
2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R#77)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘frequencies-Ex.R’ failed
The error most likely occurred in:
> ### Name: freq_two_vects
> ### Title: freq_two_vects
> ### Aliases: freq_two_vects
>
> ### ** Examples
>
> # Sample data frame to demo the freq_two_vects function.
> df <- data.frame(gender = sample(c('m','f'), 200, replace = TRUE),
+ ethnicity = sample(c('african american', 'asian', 'caucasian',
+ 'hispanic', 'other'),
+ 200, replace = TRUE),
+ stringsAsFactors = FALSE)
>
> freq_two_vects(df, gender, ethnicity, FALSE)
Error in grouped_df_impl(data, unname(vars), drop) :
Column `get.col1.` is unknown
Calls: freq_two_vects ... group_by.data.frame -> grouped_df -> grouped_df_impl
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(frequencies)
>
> test_check("frequencies")
── 1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, numbers, letters, FALSE)[1:5, ], check_numbers_letters_f) at testthat/test_freq_two_vects.R:44
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, numbers, letters, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
── 2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, dates, logicals, FALSE)[1:5, ], check_dates_logicals_f) at testthat/test_freq_two_vects.R:77
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, dates, logicals, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 24 SKIPPED: 0 FAILED: 2
1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.R#44)
2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R#77)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(frequencies)
>
> test_check("frequencies")
-- 1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, numbers, letters, FALSE)[1:5, ], check_numbers_letters_f) at testthat/test_freq_two_vects.R:44
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, numbers, letters, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
-- 2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, dates, logicals, FALSE)[1:5, ], check_dates_logicals_f) at testthat/test_freq_two_vects.R:77
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, dates, logicals, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
== testthat results ===========================================================
OK: 24 SKIPPED: 0 FAILED: 2
1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.R#44)
2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R#77)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in 'frequencies-Ex.R' failed
The error most likely occurred in:
> ### Name: freq_two_vects
> ### Title: freq_two_vects
> ### Aliases: freq_two_vects
>
> ### ** Examples
>
> # Sample data frame to demo the freq_two_vects function.
> df <- data.frame(gender = sample(c('m','f'), 200, replace = TRUE),
+ ethnicity = sample(c('african american', 'asian', 'caucasian',
+ 'hispanic', 'other'),
+ 200, replace = TRUE),
+ stringsAsFactors = FALSE)
>
> freq_two_vects(df, gender, ethnicity, FALSE)
Error in grouped_df_impl(data, unname(vars), drop) :
Column `get.col1.` is unknown
Calls: freq_two_vects ... group_by.data.frame -> grouped_df -> grouped_df_impl -> .Call
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(frequencies)
>
> test_check("frequencies")
-- 1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, numbers, letters, FALSE)[1:5, ], check_numbers_letters_f) at testthat/test_freq_two_vects.R:44
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, numbers, letters, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
-- 2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R
Column `get.col1.` is unknown
1: expect_equal(freq_two_vects(tbl, dates, logicals, FALSE)[1:5, ], check_dates_logicals_f) at testthat/test_freq_two_vects.R:77
2: quasi_label(enquo(object), label)
3: eval_bare(get_expr(quo), get_env(quo))
4: freq_two_vects(tbl, dates, logicals, FALSE)
5: with(df, xtabs(~get(col1) + get(col2))) %>% dplyr::as_data_frame(.) %>% dplyr::group_by(get.col1.) %>%
dplyr::mutate(Percentage = round(n * 100/sum(n), 1)) %>% dplyr::ungroup() %>%
dplyr::arrange(get.col1.)
6: withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
7: eval(quote(`_fseq`(`_lhs`)), env, env)
8: eval(quote(`_fseq`(`_lhs`)), env, env)
9: `_fseq`(`_lhs`)
10: freduce(value, `_function_list`)
11: function_list[[i]](value)
12: dplyr::group_by(., get.col1.)
13: group_by.data.frame(., get.col1.)
14: grouped_df(groups$data, groups$group_names)
15: grouped_df_impl(data, unname(vars), drop)
== testthat results ===========================================================
OK: 24 SKIPPED: 0 FAILED: 2
1. Error: numbers and letters aggregations are correct (@test_freq_two_vects.R#44)
2. Error: dates and logicals aggregations are correct (@test_freq_two_vects.R#77)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64