Last updated on 2025-03-01 06:51:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 1.86 | 21.58 | 23.44 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.38 | 16.72 | 18.10 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 38.12 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 38.48 | ERROR | |||
r-devel-macos-arm64 | 0.0.2 | 17.00 | OK | |||
r-devel-macos-x86_64 | 0.0.2 | 28.00 | OK | |||
r-devel-windows-x86_64 | 0.0.2 | 3.00 | 52.00 | 55.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 1.86 | 21.13 | 22.99 | NOTE | |
r-release-linux-x86_64 | 0.0.2 | 1.74 | 20.86 | 22.60 | NOTE | |
r-release-macos-arm64 | 0.0.2 | 17.00 | NOTE | |||
r-release-macos-x86_64 | 0.0.2 | 24.00 | NOTE | |||
r-release-windows-x86_64 | 0.0.2 | 3.00 | 45.00 | 48.00 | NOTE | |
r-oldrel-macos-arm64 | 0.0.2 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.0.2 | 24.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.0.2 | 3.00 | 47.00 | 50.00 | NOTE |
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘hacksaw-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: keep_pattern
> ### Title: Grep, keep or discard a list or vector by pattern
> ### Aliases: keep_pattern discard_pattern
>
> ### ** Examples
>
> l <- list("David", "Daniel", "Damien", "Eric", "Jared", "Zach")
> l %>% keep_pattern("^D")
Error in `purrr::keep()`:
ℹ In index: 1.
Caused by error in `grepl()`:
! NA in coercion to Rboolean
Backtrace:
▆
1. ├─l %>% keep_pattern("^D")
2. ├─hacksaw::keep_pattern(., "^D")
3. │ └─purrr::keep(x, ~grepl(pattern = pattern, x = .x, ...))
4. │ └─purrr:::where_if(.x, .p, ...)
5. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
6. │ ├─purrr:::with_indexed_errors(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ ├─purrr:::call_with_cleanup(...)
9. │ └─purrr (local) .f(.x[[i]], ...)
10. │ └─hacksaw (local) .fn(...)
11. │ └─base::grepl(pattern = pattern, x = .x, ...)
12. └─base::.handleSimpleError(...)
13. └─purrr (local) h(simpleError(msg, call))
14. └─cli::cli_abort(...)
15. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘hacksaw-Ex.R’ failed
The error most likely occurred in:
> ### Name: keep_pattern
> ### Title: Grep, keep or discard a list or vector by pattern
> ### Aliases: keep_pattern discard_pattern
>
> ### ** Examples
>
> l <- list("David", "Daniel", "Damien", "Eric", "Jared", "Zach")
> l %>% keep_pattern("^D")
Error in `purrr::keep()`:
ℹ In index: 1.
Caused by error in `grepl()`:
! NA in coercion to bool
Backtrace:
▆
1. ├─l %>% keep_pattern("^D")
2. ├─hacksaw::keep_pattern(., "^D")
3. │ └─purrr::keep(x, ~grepl(pattern = pattern, x = .x, ...))
4. │ └─purrr:::where_if(.x, .p, ...)
5. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
6. │ ├─purrr:::with_indexed_errors(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ ├─purrr:::call_with_cleanup(...)
9. │ └─purrr (local) .f(.x[[i]], ...)
10. │ └─hacksaw (local) .fn(...)
11. │ └─base::grepl(pattern = pattern, x = .x, ...)
12. └─base::.handleSimpleError(...)
13. └─purrr (local) h(simpleError(msg, call))
14. └─cli::cli_abort(...)
15. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘hacksaw-Ex.R’ failed
The error most likely occurred in:
> ### Name: keep_pattern
> ### Title: Grep, keep or discard a list or vector by pattern
> ### Aliases: keep_pattern discard_pattern
>
> ### ** Examples
>
> l <- list("David", "Daniel", "Damien", "Eric", "Jared", "Zach")
> l %>% keep_pattern("^D")
Error in `purrr::keep()`:
ℹ In index: 1.
Caused by error in `grepl()`:
! NA in coercion to Rboolean
Backtrace:
▆
1. ├─l %>% keep_pattern("^D")
2. ├─hacksaw::keep_pattern(., "^D")
3. │ └─purrr::keep(x, ~grepl(pattern = pattern, x = .x, ...))
4. │ └─purrr:::where_if(.x, .p, ...)
5. │ └─purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call)
6. │ ├─purrr:::with_indexed_errors(...)
7. │ │ └─base::withCallingHandlers(...)
8. │ ├─purrr:::call_with_cleanup(...)
9. │ └─purrr (local) .f(.x[[i]], ...)
10. │ └─hacksaw (local) .fn(...)
11. │ └─base::grepl(pattern = pattern, x = .x, ...)
12. └─base::.handleSimpleError(...)
13. └─purrr (local) h(simpleError(msg, call))
14. └─cli::cli_abort(...)
15. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0.2
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64