Last updated on 2025-03-09 07:53:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 1.18 | 21.63 | 22.81 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.58 | 17.37 | 18.95 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 41.48 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 38.59 | 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 | 4.00 | 44.00 | 48.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.2 | 1.89 | 20.99 | 22.88 | NOTE | |
r-release-linux-x86_64 | 0.0.2 | 1.67 | 21.13 | 22.80 | 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 | 44.00 | 47.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 | 4.00 | 47.00 | 51.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 boolean
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 boolean
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-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
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