Last updated on 2025-04-03 17:49:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 1.73 | 21.63 | 23.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.57 | 17.26 | 18.83 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 37.93 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 36.60 | ERROR | |||
r-devel-macos-arm64 | 0.0.2 | 21.00 | ERROR | |||
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.92 | 20.99 | 22.91 | ERROR | |
r-release-linux-x86_64 | 0.0.2 | 1.79 | 21.94 | 23.73 | 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 | 4.00 | 44.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 | 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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
casting 1.011 0.083 7.692
Flavor: r-devel-linux-x86_64-debian-clang
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-gcc, r-patched-linux-x86_64
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-macos-arm64, r-devel-windows-x86_64
Version: 0.0.2
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: 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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.