CRAN Package Check Results for Package logger

Last updated on 2024-10-19 02:49:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 2.92 53.11 56.03 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.0 2.19 40.64 42.83 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 91.56 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.0 63.75 ERROR
r-devel-windows-x86_64 0.3.0 7.00 89.00 96.00 ERROR
r-patched-linux-x86_64 0.3.0 ERROR
r-release-linux-x86_64 0.3.0 2.68 50.85 53.53 ERROR
r-release-macos-arm64 0.3.0 41.00 OK
r-release-macos-x86_64 0.3.0 65.00 OK
r-release-windows-x86_64 0.3.0 5.00 100.00 105.00 ERROR
r-oldrel-macos-arm64 0.3.0 74.00 OK
r-oldrel-macos-x86_64 0.3.0 98.00 OK
r-oldrel-windows-x86_64 0.3.0 7.00 95.00 102.00 ERROR

Check Details

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-18 00:58:08] Running 'sum(1:10)' as 'FunDoesNotExist(1:10)' failed: 'could not find function "FunDoesNotExist"' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-18 16:03:29] Running 'sum(1:10)' as 'FunDoesNotExist(1:10)' failed: 'could not find function "FunDoesNotExist"' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-13 13:22:21] Running 'sum(1:10)' as 'FunDoesNotExist(1:10)' failed: 'could not find function "FunDoesNotExist"' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-12 07:31:47] Running 'sum(1:10)' as 'FunDoesNotExist(1:10)' failed: 'could not find function "FunDoesNotExist"' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-18 16:03:21] Running "sum(1:10)" as "FunDoesNotExist(1:10)" failed: "could not find function \"FunDoesNotExist\"" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-16 00:50:37] Running 'sum(1:10)' as 'FunDoesNotExist(1:10)' failed: 'could not find function "FunDoesNotExist"' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-17 00:35:11] Running 'sum(1:10)' as 'FunDoesNotExist(1:10)' failed: 'could not find function "FunDoesNotExist"' [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.3.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: 'rsyslog' Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.3.0
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-17 14:03:15] Running "sum(1:10)" as "FunDoesNotExist(1:10)" failed: "could not find function \"FunDoesNotExist\"" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.3.0
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(logger) > > if (identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check('logger') + } else { + test_check('logger', filter = '^[a-z]*$') + } WARN [2024-10-18 14:36:55] Running "sum(1:10)" as "FunDoesNotExist(1:10)" failed: "could not find function \"FunDoesNotExist\"" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-logger.R:153:5'): providing log_level() args to wrappers diretly is OK ── Error in `value[[3L]](cond)`: `glue` failed in `formatter_glue` on: chr "{Sepal.Length}" Raw error message: is.environment(.envir) is not TRUE Please consider using another `log_formatter` or `skip_formatter` on strings with curly braces. Backtrace: ▆ 1. ├─testthat::expect_silent(log_info("{Sepal.Length}", .topenv = iris)) at test-logger.R:153:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─logger::log_info("{Sepal.Length}", .topenv = iris) 10. └─logger::log_level(...) 11. └─base::lapply(...) 12. └─logger (local) FUN(X[[i]], ...) 13. ├─base::structure(do.call(log_fun, log_arg), class = "logger") 14. ├─base::do.call(log_fun, log_arg) 15. └─logger (local) `<fn>`(...) 16. ├─base::do.call(...) 17. └─logger (local) `<fn>`(...) 18. └─base::tryCatch(...) 19. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 20. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 228 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64