Last updated on 2023-02-03 09:55:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 15.59 | 133.38 | 148.97 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 12.86 | 103.79 | 116.65 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 193.96 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 200.16 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 32.00 | 160.00 | 192.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.3 | 21.26 | 129.05 | 150.31 | ERROR | |
r-release-linux-x86_64 | 0.1.4 | 17.09 | 133.64 | 150.73 | OK | |
r-release-macos-arm64 | 0.1.4 | 45.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 85.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 23.00 | 159.00 | 182.00 | OK | |
r-oldrel-macos-arm64 | 0.1.4 | 49.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 84.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.4 | 29.00 | 156.00 | 185.00 | OK |
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘ndi-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: powell_wiley
> ### Title: Neighborhood Deprivation Index based on Andrews et al. (2020)
> ### and Slotman et al. (2022)
> ### Aliases: powell_wiley
>
> ### ** Examples
>
>
> powell_wiley(df = DCtracts2020[ , -c(3:10)])
Error in `dplyr::left_join()`:
! `...` must be empty.
✖ Problematic argument:
• all.x = TRUE
Backtrace:
▆
1. └─ndi::powell_wiley(df = DCtracts2020[, -c(3:10)])
2. ├─dplyr::left_join(...)
3. └─dplyr:::left_join.data.frame(...)
4. └─rlang::check_dots_empty0(...)
5. └─rlang::check_dots_empty(call = call)
6. └─rlang:::action_dots(...)
7. ├─base (local) try_dots(...)
8. └─rlang (local) action(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [6s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ndi)
Welcome to {ndi} version 0.1.3
> help("ndi") # for documentation
> citation("ndi") # for how to cite
>
> test_check("ndi")
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 22 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Sys.getenv("CENSUS_API_KEY") == "" is TRUE (13)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-powell_wiley.R:31'): powell_wiley works ────────────────────────
<rlib_error_dots_nonempty/rlib_error_dots/rlang_error/error/condition>
Error in `dplyr::left_join(ndi_vars[, c("GEOID", "TotalPop")], ndi_vars_NA[,
c("GEOID", "NDI")], by = "GEOID", all.x = TRUE)`: `...` must be empty.
✖ Problematic argument:
• all.x = TRUE
Backtrace:
▆
1. ├─testthat::expect_message(powell_wiley(df = DCtracts2020[, -c(3:10)])) at test-powell_wiley.R:31:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─ndi::powell_wiley(df = DCtracts2020[, -c(3:10)])
7. ├─dplyr::left_join(...)
8. └─dplyr:::left_join.data.frame(...)
9. └─rlang::check_dots_empty0(...)
10. └─rlang::check_dots_empty(call = call)
11. └─rlang:::action_dots(...)
12. ├─base (local) try_dots(...)
13. └─rlang (local) action(...)
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 22 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.4
Check: Rd cross-references
Result: NOTE
Undeclared package ‘DescTools’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in 'ndi-Ex.R' failed
The error most likely occurred in:
> ### Name: powell_wiley
> ### Title: Neighborhood Deprivation Index based on Andrews et al. (2020)
> ### and Slotman et al. (2022)
> ### Aliases: powell_wiley
>
> ### ** Examples
>
>
> powell_wiley(df = DCtracts2020[ , -c(3:10)])
Error in `dplyr::left_join()`:
! `...` must be empty.
✖ Problematic argument:
• all.x = TRUE
Backtrace:
▆
1. └─ndi::powell_wiley(df = DCtracts2020[, -c(3:10)])
2. ├─dplyr::left_join(...)
3. └─dplyr:::left_join.data.frame(...)
4. └─rlang::check_dots_empty0(...)
5. └─rlang::check_dots_empty(call = call)
6. └─rlang:::action_dots(...)
7. ├─base (local) try_dots(...)
8. └─rlang (local) action(...)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running 'spelling.R' [1s]
Running 'testthat.R' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(ndi)
Welcome to {ndi} version 0.1.3
> help("ndi") # for documentation
> citation("ndi") # for how to cite
>
> test_check("ndi")
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 22 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Sys.getenv("CENSUS_API_KEY") == "" is TRUE (13)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-powell_wiley.R:31'): powell_wiley works ────────────────────────
<rlib_error_dots_nonempty/rlib_error_dots/rlang_error/error/condition>
Error in `dplyr::left_join(ndi_vars[, c("GEOID", "TotalPop")], ndi_vars_NA[,
c("GEOID", "NDI")], by = "GEOID", all.x = TRUE)`: `...` must be empty.
✖ Problematic argument:
• all.x = TRUE
Backtrace:
▆
1. ├─testthat::expect_message(powell_wiley(df = DCtracts2020[, -c(3:10)])) at test-powell_wiley.R:31:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─ndi::powell_wiley(df = DCtracts2020[, -c(3:10)])
7. ├─dplyr::left_join(...)
8. └─dplyr:::left_join.data.frame(...)
9. └─rlang::check_dots_empty0(...)
10. └─rlang::check_dots_empty(call = call)
11. └─rlang:::action_dots(...)
12. ├─base (local) try_dots(...)
13. └─rlang (local) action(...)
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 22 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ndi)
Welcome to {ndi} version 0.1.3
> help("ndi") # for documentation
> citation("ndi") # for how to cite
>
> test_check("ndi")
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 22 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Sys.getenv("CENSUS_API_KEY") == "" is TRUE (13)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-powell_wiley.R:31'): powell_wiley works ────────────────────────
<rlib_error_dots_nonempty/rlib_error_dots/rlang_error/error/condition>
Error in `dplyr::left_join(ndi_vars[, c("GEOID", "TotalPop")], ndi_vars_NA[,
c("GEOID", "NDI")], by = "GEOID", all.x = TRUE)`: `...` must be empty.
✖ Problematic argument:
• all.x = TRUE
Backtrace:
▆
1. ├─testthat::expect_message(powell_wiley(df = DCtracts2020[, -c(3:10)])) at test-powell_wiley.R:31:2
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─ndi::powell_wiley(df = DCtracts2020[, -c(3:10)])
7. ├─dplyr::left_join(...)
8. └─dplyr:::left_join.data.frame(...)
9. └─rlang::check_dots_empty0(...)
10. └─rlang::check_dots_empty(call = call)
11. └─rlang:::action_dots(...)
12. ├─base (local) try_dots(...)
13. └─rlang (local) action(...)
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 22 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64