CRAN Package Check Results for Package tryCatchLog

Last updated on 2025-11-19 13:50:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 1.69 37.22 38.91 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.1 1.55 30.23 31.78 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.1 61.27 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.1 11.00 65.22 76.22 ERROR
r-devel-windows-x86_64 1.3.1 4.00 57.00 61.00 NOTE
r-patched-linux-x86_64 1.3.1 2.14 34.74 36.88 NOTE
r-release-linux-x86_64 1.3.1 1.91 35.06 36.97 ERROR
r-release-macos-arm64 1.3.1 NOTE
r-release-macos-x86_64 1.3.1 2.00 89.00 91.00 NOTE
r-release-windows-x86_64 1.3.1 3.00 57.00 60.00 NOTE
r-oldrel-macos-arm64 1.3.1 NOTE
r-oldrel-macos-x86_64 1.3.1 2.00 68.00 70.00 NOTE
r-oldrel-windows-x86_64 1.3.1 4.00 67.00 71.00 NOTE

Check Details

Version: 1.3.1
Check: dependencies in R code
Result: NOTE There are ::: calls to the package's namespace in its code. A package almost never needs to use ::: for its own objects: ‘log2console’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, 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

Version: 1.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tryCatchLog) Using futile.logger for logging... > > > > # Set to something like [1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/de_DE.UTF-8" > # to ensure english error messages > # DISABLED - DOES NOT WORK (AT LEAST NOT ON OSX)! > # Sys.setlocale("LC_ALL", "en_US.UTF-8") > # Sys.getlocale() > > # https://stackoverflow.com/questions/47977951/how-to-ensure-english-error-messages-in-testthat-unit-tests > Sys.setenv("LANGUAGE" = "EN") # work-around to always create english R (error) messages > > > > test_check("tryCatchLog") Saving _problems/test_build_log_output-139.R Saving _problems/test_is_windows-22.R Saving _problems/test_namespace_hooks-45.R Saving _problems/test_platform_functions-42.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] ══ Failed tests ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════ ── Error ('test_build_log_output.R:132:3'): platform-specific newline works ───────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_build_log_output.R:132:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_is_windows.R:17:3'): conflict in Windows OS recognition throws a warning ──────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_is_windows.R:17:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_namespace_hooks.R:36:3'): internal package state is initialized ───────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_namespace_hooks.R:36:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_platform_functions.R:37:3'): OS-specific newlines work ────────────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_platform_functions.R:37:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/7s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tryCatchLog) Using futile.logger for logging... > > > > # Set to something like [1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/de_DE.UTF-8" > # to ensure english error messages > # DISABLED - DOES NOT WORK (AT LEAST NOT ON OSX)! > # Sys.setlocale("LC_ALL", "en_US.UTF-8") > # Sys.getlocale() > > # https://stackoverflow.com/questions/47977951/how-to-ensure-english-error-messages-in-testthat-unit-tests > Sys.setenv("LANGUAGE" = "EN") # work-around to always create english R (error) messages > > > > test_check("tryCatchLog") Saving _problems/test_build_log_output-139.R Saving _problems/test_is_windows-22.R Saving _problems/test_namespace_hooks-45.R Saving _problems/test_platform_functions-42.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] ══ Failed tests ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════ ── Error ('test_build_log_output.R:132:3'): platform-specific newline works ───────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_build_log_output.R:132:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_is_windows.R:17:3'): conflict in Windows OS recognition throws a warning ──────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_is_windows.R:17:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_namespace_hooks.R:36:3'): internal package state is initialized ───────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_namespace_hooks.R:36:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_platform_functions.R:37:3'): OS-specific newlines work ────────────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_platform_functions.R:37:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tryCatchLog) Using futile.logger for logging... > > > > # Set to something like [1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/de_DE.UTF-8" > # to ensure english error messages > # DISABLED - DOES NOT WORK (AT LEAST NOT ON OSX)! > # Sys.setlocale("LC_ALL", "en_US.UTF-8") > # Sys.getlocale() > > # https://stackoverflow.com/questions/47977951/how-to-ensure-english-error-messages-in-testthat-unit-tests > Sys.setenv("LANGUAGE" = "EN") # work-around to always create english R (error) messages > > > > test_check("tryCatchLog") Saving _problems/test_build_log_output-139.R Saving _problems/test_is_windows-22.R Saving _problems/test_namespace_hooks-45.R Saving _problems/test_platform_functions-42.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] ══ Failed tests ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════ ── Error ('test_build_log_output.R:132:3'): platform-specific newline works ───────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_build_log_output.R:132:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_is_windows.R:17:3'): conflict in Windows OS recognition throws a warning ──────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_is_windows.R:17:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_namespace_hooks.R:36:3'): internal package state is initialized ───────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_namespace_hooks.R:36:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_platform_functions.R:37:3'): OS-specific newlines work ────────────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_platform_functions.R:37:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/40s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tryCatchLog) Using futile.logger for logging... > > > > # Set to something like [1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/de_DE.UTF-8" > # to ensure english error messages > # DISABLED - DOES NOT WORK (AT LEAST NOT ON OSX)! > # Sys.setlocale("LC_ALL", "en_US.UTF-8") > # Sys.getlocale() > > # https://stackoverflow.com/questions/47977951/how-to-ensure-english-error-messages-in-testthat-unit-tests > Sys.setenv("LANGUAGE" = "EN") # work-around to always create english R (error) messages > > > > test_check("tryCatchLog") Saving _problems/test_build_log_output-139.R Saving _problems/test_is_windows-22.R Saving _problems/test_namespace_hooks-45.R Saving _problems/test_platform_functions-42.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] ══ Failed tests ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════ ── Error ('test_build_log_output.R:132:3'): platform-specific newline works ───────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_build_log_output.R:132:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_is_windows.R:17:3'): conflict in Windows OS recognition throws a warning ──────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_is_windows.R:17:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_namespace_hooks.R:36:3'): internal package state is initialized ───────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_namespace_hooks.R:36:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_platform_functions.R:37:3'): OS-specific newlines work ────────────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_platform_functions.R:37:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tryCatchLog) Using futile.logger for logging... > > > > # Set to something like [1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/de_DE.UTF-8" > # to ensure english error messages > # DISABLED - DOES NOT WORK (AT LEAST NOT ON OSX)! > # Sys.setlocale("LC_ALL", "en_US.UTF-8") > # Sys.getlocale() > > # https://stackoverflow.com/questions/47977951/how-to-ensure-english-error-messages-in-testthat-unit-tests > Sys.setenv("LANGUAGE" = "EN") # work-around to always create english R (error) messages > > > > test_check("tryCatchLog") Saving _problems/test_build_log_output-139.R Saving _problems/test_is_windows-22.R Saving _problems/test_namespace_hooks-45.R Saving _problems/test_platform_functions-42.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] ══ Failed tests ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════ ── Error ('test_build_log_output.R:132:3'): platform-specific newline works ───────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_build_log_output.R:132:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_is_windows.R:17:3'): conflict in Windows OS recognition throws a warning ──────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_is_windows.R:17:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_namespace_hooks.R:36:3'): internal package state is initialized ───────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_namespace_hooks.R:36:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_platform_functions.R:37:3'): OS-specific newlines work ────────────────────────────────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_platform_functions.R:37:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 436 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-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.