CRAN Package Check Results for Maintainer ‘David Ranzolin <daranzolin at gmail.com>’

Last updated on 2025-03-12 08:53:22 CET.

Package ERROR NOTE OK
hacksaw 5 8 2
sqltargets 15
ViewPipeSteps 2 13

Package hacksaw

Current CRAN status: ERROR: 5, NOTE: 8, OK: 2

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

Package sqltargets

Current CRAN status: OK: 15

Package ViewPipeSteps

Current CRAN status: NOTE: 2, OK: 13

Version: 0.1.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘dplyr’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc