Last updated on 2023-02-04 12:57:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.6.5 | 10.05 | 132.14 | 142.19 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.6.5 | 8.46 | 96.51 | 104.97 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.6.5 | 177.85 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.6.5 | 185.05 | ERROR | |||
r-devel-windows-x86_64 | 2.6.5 | 196.00 | 192.00 | 388.00 | ERROR | |
r-patched-linux-x86_64 | 2.6.5 | 11.12 | 123.21 | 134.33 | ERROR | |
r-release-linux-x86_64 | 2.6.5 | 9.14 | 112.12 | 121.26 | ERROR | |
r-release-macos-arm64 | 2.6.5 | 51.00 | OK | |||
r-release-macos-x86_64 | 2.6.5 | 65.00 | OK | |||
r-release-windows-x86_64 | 2.6.5 | 153.00 | 191.00 | 344.00 | OK | |
r-oldrel-macos-arm64 | 2.6.5 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 2.6.5 | 72.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.6.5 | 21.00 | 159.00 | 180.00 | ERROR |
Version: 2.6.5
Check: examples
Result: ERROR
Running examples in ‘IPEDSuploadables-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: produce_gr_report
> ### Title: Shortcut function with all steps to provide a Graduation Rates
> ### report
> ### Aliases: produce_gr_report
>
> ### ** Examples
>
> ## Don't show:
> #set temp directory for this example (not necessary for users)
> .old_wd <- setwd(tempdir())
> ## End(Don't show)
>
> #entire report
> produce_gr_report(gr_students)
Error in `dplyr::union_all()`:
! `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─IPEDSuploadables::produce_gr_report(gr_students)
2. │ ├─IPEDSuploadables::write_report(...)
3. │ └─IPEDSuploadables::make_gr_part_E(df, ugender)
4. │ └─... %>% ...
5. ├─dplyr::transmute(...)
6. ├─dplyr::mutate(...)
7. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
8. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::check_compatible(x, y)
10. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
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: 2.6.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [30s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-part-outputs.R:67'): GR parts produce expected dfs ─────────────
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. │ └─... %>% ...
6. ├─dplyr::transmute(...)
7. ├─dplyr::mutate(...)
8. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. └─dplyr:::check_compatible(x, y)
11. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.6.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/30s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-part-outputs.R:67'): GR parts produce expected dfs ─────────────
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. │ └─... %>% ...
6. ├─dplyr::transmute(...)
7. ├─dplyr::mutate(...)
8. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. └─dplyr:::check_compatible(x, y)
11. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.6.5
Check: examples
Result: ERROR
Running examples in ‘IPEDSuploadables-Ex.R’ failed
The error most likely occurred in:
> ### Name: produce_gr_report
> ### Title: Shortcut function with all steps to provide a Graduation Rates
> ### report
> ### Aliases: produce_gr_report
>
> ### ** Examples
>
> ## Don't show:
> #set temp directory for this example (not necessary for users)
> .old_wd <- setwd(tempdir())
> ## End(Don't show)
>
> #entire report
> produce_gr_report(gr_students)
Error in `dplyr::union_all()`:
! `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─IPEDSuploadables::produce_gr_report(gr_students)
2. │ ├─IPEDSuploadables::write_report(...)
3. │ └─IPEDSuploadables::make_gr_part_E(df, ugender)
4. │ └─... %>% ...
5. ├─dplyr::transmute(...)
6. ├─dplyr::mutate(...)
7. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
8. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::check_compatible(x, y)
10. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 2.6.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [34s/56s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-part-outputs.R:67'): GR parts produce expected dfs ─────────────
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. │ └─... %>% ...
6. ├─dplyr::transmute(...)
7. ├─dplyr::mutate(...)
8. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. └─dplyr:::check_compatible(x, y)
11. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.6.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [33s/76s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-part-outputs.R:67'): GR parts produce expected dfs ─────────────
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. │ └─... %>% ...
6. ├─dplyr::transmute(...)
7. ├─dplyr::mutate(...)
8. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. └─dplyr:::check_compatible(x, y)
11. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.6.5
Check: tests
Result: ERROR
Running 'testthat.R' [27s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-part-outputs.R:67'): GR parts produce expected dfs ─────────────
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. │ └─... %>% ...
6. ├─dplyr::transmute(...)
7. ├─dplyr::mutate(...)
8. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. └─dplyr:::check_compatible(x, y)
11. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 2.6.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-part-outputs.R:67'): GR parts produce expected dfs ─────────────
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. │ └─... %>% ...
6. ├─dplyr::transmute(...)
7. ├─dplyr::mutate(...)
8. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. └─dplyr:::check_compatible(x, y)
11. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 2.6.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/29s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-part-outputs.R:67'): GR parts produce expected dfs ─────────────
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
✖ Different number of columns: 5 vs 2.
Backtrace:
▆
1. ├─testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. │ └─... %>% ...
6. ├─dplyr::transmute(...)
7. ├─dplyr::mutate(...)
8. ├─dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. └─dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. └─dplyr:::check_compatible(x, y)
11. └─rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 2.6.5
Check: examples
Result: ERROR
Running examples in 'IPEDSuploadables-Ex.R' failed
The error most likely occurred in:
> ### Name: produce_gr_report
> ### Title: Shortcut function with all steps to provide a Graduation Rates
> ### report
> ### Aliases: produce_gr_report
>
> ### ** Examples
>
> ## Don't show:
> #set temp directory for this example (not necessary for users)
> .old_wd <- setwd(tempdir())
> ## End(Don't show)
>
> #entire report
> produce_gr_report(gr_students)
Error in `dplyr::union_all()`:
! `x` and `y` are not compatible.
x Different number of columns: 5 vs 2.
Backtrace:
x
1. +-IPEDSuploadables::produce_gr_report(gr_students)
2. | +-IPEDSuploadables::write_report(...)
3. | \-IPEDSuploadables::make_gr_part_E(df, ugender)
4. | \-... %>% ...
5. +-dplyr::transmute(...)
6. +-dplyr::mutate(...)
7. +-dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
8. \-dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. \-dplyr:::check_compatible(x, y)
10. \-rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 2.6.5
Check: tests
Result: ERROR
Running 'testthat.R' [31s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(IPEDSuploadables)
This version of IPEDSuploadables has been updated for
FALL & WINTER collection of the 2022-2023 reporting cycle.
Spring updates coming soon.
If you are in a later cycle or want to capture any bug fixes,
please update the package.
>
> test_check("IPEDSuploadables")
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
== Failed tests ================================================================
-- Error ('test-part-outputs.R:67'): GR parts produce expected dfs -------------
Error in `dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))`: `x` and `y` are not compatible.
x Different number of columns: 5 vs 2.
Backtrace:
x
1. +-testthat::expect_equal(make_gr_part_E(gr_students, TRUE), part_outputs$gr_partE) at test-part-outputs.R:67:2
2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
3. | \-rlang::eval_bare(expr, quo_get_env(quo))
4. +-IPEDSuploadables::make_gr_part_E(gr_students, TRUE)
5. | \-... %>% ...
6. +-dplyr::transmute(...)
7. +-dplyr::mutate(...)
8. +-dplyr::union_all(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
9. \-dplyr:::union_all.data.frame(., data.frame(GRGU011 = integer(), GRGU012 = integer()))
10. \-dplyr:::check_compatible(x, y)
11. \-rlang::abort(c("`x` and `y` are not compatible.", compat), call = error_call)
[ FAIL 1 | WARN 71 | SKIP 0 | PASS 62 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64