Last updated on 2024-09-16 03:48:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 112.71 | 152.68 | 265.39 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 75.35 | 93.50 | 168.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 456.61 | ERROR | |||
r-devel-windows-x86_64 | 0.2 | 128.00 | 188.00 | 316.00 | ERROR | |
r-patched-linux-x86_64 | 0.2 | 117.40 | 139.65 | 257.05 | ERROR | |
r-release-linux-x86_64 | 0.2 | 115.16 | 140.64 | 255.80 | ERROR | |
r-release-macos-arm64 | 0.2.1 | 132.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 198.00 | OK | |||
r-release-windows-x86_64 | 0.2 | 113.00 | 191.00 | 304.00 | ERROR | |
r-oldrel-macos-arm64 | 0.2.1 | 157.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 249.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.1 | 97.00 | 127.00 | 224.00 | OK |
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [51s/77s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BrazilCrime)
>
> test_check("BrazilCrime")
Error downloading file. Try again later.
Query completed.
Error downloading file. Try again later.
Query completed.
[1] "Test data type"
Query completed.
[1] "Test state argument"
Query completed.
[1] "Test city argument"
[1] "Test city and state arguments"
Query completed.
[1] "Test category argument"
Query completed.
[1] "Test typology argument"
Query completed.
[1] "Test granularity argument"
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_sinesp_data.R:7:3'): get_sinesp_data downloads and processes data correctly ──
is.data.frame(dados) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-get_sinesp_data.R:10:3'): get_sinesp_data downloads and processes data correctly ──
all(expected_columns %in% colnames(dados)) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-get_sinesp_data.R:12:3'): get_sinesp_data downloads and processes data correctly ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "function"
Backtrace:
▆
1. └─BrazilCrime::get_sinesp_data(state = "SP") at test-get_sinesp_data.R:12:3
2. └─dplyr::filter(df, tolower(uf_abrev) %in% tolower(state))
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [86s/95s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BrazilCrime)
>
> test_check("BrazilCrime")
Error downloading file. Try again later.
Query completed.
Error downloading file. Try again later.
Query completed.
[1] "Test data type"
Query completed.
[1] "Test state argument"
Query completed.
[1] "Test city argument"
[1] "Test city and state arguments"
Query completed.
[1] "Test category argument"
Query completed.
[1] "Test typology argument"
Query completed.
[1] "Test granularity argument"
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_sinesp_data.R:7:3'): get_sinesp_data downloads and processes data correctly ──
is.data.frame(dados) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-get_sinesp_data.R:10:3'): get_sinesp_data downloads and processes data correctly ──
all(expected_columns %in% colnames(dados)) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-get_sinesp_data.R:12:3'): get_sinesp_data downloads and processes data correctly ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "function"
Backtrace:
▆
1. └─BrazilCrime::get_sinesp_data(state = "SP") at test-get_sinesp_data.R:12:3
2. └─dplyr::filter(df, tolower(uf_abrev) %in% tolower(state))
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2
Check: tests
Result: ERROR
Running 'testthat.R' [65s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BrazilCrime)
>
> test_check("BrazilCrime")
Error downloading file. Try again later.
Query completed.
Error downloading file. Try again later.
Query completed.
[1] "Test data type"
Query completed.
[1] "Test state argument"
Query completed.
[1] "Test city argument"
[1] "Test city and state arguments"
Query completed.
[1] "Test category argument"
Query completed.
[1] "Test typology argument"
Query completed.
[1] "Test granularity argument"
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_sinesp_data.R:7:3'): get_sinesp_data downloads and processes data correctly ──
is.data.frame(dados) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-get_sinesp_data.R:10:3'): get_sinesp_data downloads and processes data correctly ──
all(expected_columns %in% colnames(dados)) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-get_sinesp_data.R:12:3'): get_sinesp_data downloads and processes data correctly ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "function"
Backtrace:
▆
1. └─BrazilCrime::get_sinesp_data(state = "SP") at test-get_sinesp_data.R:12:3
2. └─dplyr::filter(df, tolower(uf_abrev) %in% tolower(state))
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [48s/69s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BrazilCrime)
>
> test_check("BrazilCrime")
Error downloading file. Try again later.
Query completed.
Error downloading file. Try again later.
Query completed.
[1] "Test data type"
Query completed.
[1] "Test state argument"
Query completed.
[1] "Test city argument"
[1] "Test city and state arguments"
Query completed.
[1] "Test category argument"
Query completed.
[1] "Test typology argument"
Query completed.
[1] "Test granularity argument"
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_sinesp_data.R:7:3'): get_sinesp_data downloads and processes data correctly ──
is.data.frame(dados) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-get_sinesp_data.R:10:3'): get_sinesp_data downloads and processes data correctly ──
all(expected_columns %in% colnames(dados)) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-get_sinesp_data.R:12:3'): get_sinesp_data downloads and processes data correctly ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "function"
Backtrace:
▆
1. └─BrazilCrime::get_sinesp_data(state = "SP") at test-get_sinesp_data.R:12:3
2. └─dplyr::filter(df, tolower(uf_abrev) %in% tolower(state))
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [47s/66s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BrazilCrime)
>
> test_check("BrazilCrime")
Error downloading file. Try again later.
Query completed.
Error downloading file. Try again later.
Query completed.
[1] "Test data type"
Query completed.
[1] "Test state argument"
Query completed.
[1] "Test city argument"
[1] "Test city and state arguments"
Query completed.
[1] "Test category argument"
Query completed.
[1] "Test typology argument"
Query completed.
[1] "Test granularity argument"
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_sinesp_data.R:7:3'): get_sinesp_data downloads and processes data correctly ──
is.data.frame(dados) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-get_sinesp_data.R:10:3'): get_sinesp_data downloads and processes data correctly ──
all(expected_columns %in% colnames(dados)) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-get_sinesp_data.R:12:3'): get_sinesp_data downloads and processes data correctly ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "function"
Backtrace:
▆
1. └─BrazilCrime::get_sinesp_data(state = "SP") at test-get_sinesp_data.R:12:3
2. └─dplyr::filter(df, tolower(uf_abrev) %in% tolower(state))
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.2
Check: tests
Result: ERROR
Running 'testthat.R' [63s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BrazilCrime)
>
> test_check("BrazilCrime")
Error downloading file. Try again later.
Query completed.
Error downloading file. Try again later.
Query completed.
[1] "Test data type"
Query completed.
[1] "Test state argument"
Query completed.
[1] "Test city argument"
[1] "Test city and state arguments"
Query completed.
[1] "Test category argument"
Query completed.
[1] "Test typology argument"
Query completed.
[1] "Test granularity argument"
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_sinesp_data.R:7:3'): get_sinesp_data downloads and processes data correctly ──
is.data.frame(dados) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-get_sinesp_data.R:10:3'): get_sinesp_data downloads and processes data correctly ──
all(expected_columns %in% colnames(dados)) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-get_sinesp_data.R:12:3'): get_sinesp_data downloads and processes data correctly ──
Error in `UseMethod("filter")`: no applicable method for 'filter' applied to an object of class "function"
Backtrace:
▆
1. └─BrazilCrime::get_sinesp_data(state = "SP") at test-get_sinesp_data.R:12:3
2. └─dplyr::filter(df, tolower(uf_abrev) %in% tolower(state))
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64