Package Details: r-arrow 17.0.0.1-1

Git Clone URL: https://aur.archlinux.org/r-arrow.git (read-only, click to copy)
Package Base: r-arrow
Description: Integration to 'Apache' 'Arrow'
Upstream URL: https://cran.r-project.org/package=arrow
Licenses: Apache
Submitter: BioArchLinuxBot
Maintainer: BioArchLinuxBot
Last Packager: BioArchLinuxBot
Votes: 1
Popularity: 0.018951
First Submitted: 2022-06-05 17:51 (UTC)
Last Updated: 2024-08-21 18:05 (UTC)

Dependencies (42)

Required by (18)

Sources (2)

Latest Comments

otreblan commented on 2024-05-11 17:42 (UTC)

check() fails.

══ Warnings ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
── Warning (test-dplyr-funcs-datetime.R:2318:5): parse_date_time's other formats ──
There were 2 warnings in `mutate()`.
The first warning was:
i In argument: `parsed_a = parse_date_time(string_a, orders = "%Y-%m-%d-%a")`.
Caused by warning:
! All formats failed to parse. No formats found.
i Run `dplyr::last_dplyr_warnings()` to see the 1 remaining warning.
Backtrace:
    ▆
 1. ├─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:2318:5
 2. │ └─rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = tbl))) at tests/testthat/helper-expectation.R:87:3
 3. ├─... %>% collect()
 4. ├─dplyr::collect(.)
 5. ├─dplyr::mutate(...)
 6. └─dplyr:::mutate.data.frame(...)
 7.   └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
 8.     └─dplyr:::signal_warnings(warnings_state, error_call)
── Warning (test-dplyr-funcs-datetime.R:2332:5): parse_date_time's other formats ──
There were 2 warnings in `mutate()`.
The first warning was:
i In argument: `parsed_a = parse_date_time(string_a, orders = "ymda")`.
Caused by warning:
! All formats failed to parse. No formats found.
i Run `dplyr::last_dplyr_warnings()` to see the 1 remaining warning.
Backtrace:
    ▆
 1. ├─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:2332:5
 2. │ └─rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = tbl))) at tests/testthat/helper-expectation.R:87:3
 3. ├─... %>% collect()
 4. ├─dplyr::collect(.)
 5. ├─dplyr::mutate(...)
 6. └─dplyr:::mutate.data.frame(...)
 7.   └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
 8.     └─dplyr:::signal_warnings(warnings_state, error_call)

══ Failed tests ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
── Failure (test-dplyr-funcs-datetime.R:242:3): strptime works for individual formats ──
`object` (`actual`) not equal to `expected` (`expected`).

actual vs expected
                  parsed_A   parsed_b   parsed_B
- actual[1, ]   2023-12-30 2023-12-30 2023-12-30
+ expected[1, ]         NA         NA         NA
  actual[2, ]           NA         NA         NA

`actual$parsed_A`:   "2023-12-30" NA
`expected$parsed_A`: NA           NA

`actual$parsed_b`:   "2023-12-30" NA
`expected$parsed_b`: NA           NA

`actual$parsed_B`:   "2023-12-30" NA
`expected$parsed_B`: NA           NA
Backtrace:
    ▆
 1. └─arrow:::expect_equal(...) at test-dplyr-funcs-datetime.R:242:3
 2.   └─testthat::expect_equal(...) at tests/testthat/helper-expectation.R:43:5
── Failure (test-dplyr-funcs-datetime.R:2318:5): parse_date_time's other formats ──
`object` (`actual`) not equal to `expected` (`expected`).

actual vs expected
                  parsed_A
- actual[1, ]   2023-12-30
+ expected[1, ]         NA
  actual[2, ]           NA

`actual$parsed_A`:   "2023-12-30" NA
`expected$parsed_A`: NA           NA
Backtrace:
    ▆
 1. └─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:2318:5
 2.   └─arrow:::expect_equal(via_table, expected, ...) at tests/testthat/helper-expectation.R:102:3
 3.     └─testthat::expect_equal(...) at tests/testthat/helper-expectation.R:43:5
── Failure (test-dplyr-funcs-datetime.R:2332:5): parse_date_time's other formats ──
`object` (`actual`) not equal to `expected` (`expected`).

actual vs expected
                  parsed_A
- actual[1, ]   2023-12-30
+ expected[1, ]         NA
  actual[2, ]           NA

`actual$parsed_A`:   "2023-12-30" NA
`expected$parsed_A`: NA           NA
Backtrace:
    ▆
 1. └─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-datetime.R:2332:5
 2.   └─arrow:::expect_equal(via_table, expected, ...) at tests/testthat/helper-expectation.R:102:3
 3.     └─testthat::expect_equal(...) at tests/testthat/helper-expectation.R:43:5

[ FAIL 3 | WARN 2 | SKIP 37 | PASS 8126 ]
Error: Test failures
Execution halted
==> ERROR: Se produjo un fallo en check().
    Cancelando...