CRAN Package Check Results for Package conflr

Last updated on 2025-12-04 07:50:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 3.15 34.04 37.19 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 2.56 26.13 28.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 20.00 35.28 55.28 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 47.75 ERROR
r-devel-windows-x86_64 0.1.1 5.00 49.00 54.00 ERROR
r-patched-linux-x86_64 0.1.1 3.69 28.79 32.48 ERROR
r-release-linux-x86_64 0.1.1 3.66 29.09 32.75 ERROR
r-release-macos-arm64 0.1.1 OK
r-release-macos-x86_64 0.1.1 3.00 71.00 74.00 OK
r-release-windows-x86_64 0.1.1 6.00 48.00 54.00 ERROR
r-oldrel-macos-arm64 0.1.1 NOTE
r-oldrel-macos-x86_64 0.1.1 3.00 72.00 75.00 NOTE
r-oldrel-windows-x86_64 0.1.1 8.00 57.00 65.00 ERROR

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.1
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running 'testthat.R' [5s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Copyright (C) 2019 LINE Corporation > # > # conflr is free software; you can redistribute it and/or modify it under the > # terms of the GNU General Public License as published by the Free Software > # Foundation, version 3. > # > # conflr is distributed in the hope that it will be useful, but WITHOUT ANY > # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR > # A PARTICULAR PURPOSE. See <http://www.gnu.org/licenses/> for more details. > > library(testthat) > library(conflr) > > test_check("conflr") Saving _problems/test-embed-images-58.R Saving _problems/test-front-matter-39.R Saving _problems/test-front-matter-94.R Saving _problems/test-front-matter-138.R Saving _problems/test-front-matter-156.R Saving _problems/test-front-matter-172.R Saving _problems/test-front-matter-200.R Saving _problems/test-invalid-credential-36.R Saving _problems/test-render-41.R Saving _problems/test-render-71.R Saving _problems/test-toc-41.R Saving _problems/test-toc-87.R Saving _problems/test-utils-82.R Saving _problems/test-utils-98.R [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-content.R:12:3', 'test-content.R:42:3', 'test-contentbody.R:12:3', 'test-utils.R:25:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-embed-images.R:58:3'): embed_images() works for non-ASCII dir ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-embed-images.R:58:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:39:3'): confluence_settings can be set from front-matter ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_all_defaults) at test-front-matter.R:39:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:94:3'): confluence_settings$title is prior to title ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_two_titles) at test-front-matter.R:94:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:138:3'): confluence_settings can be specified partially ── <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. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) at test-front-matter.R:138:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:153:3'): supported_syntax_highlighting can be set via option ── <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. ├─withr::with_options(...) at test-front-matter.R:153:3 2. │ └─base::force(code) 3. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_with_some_settings) 4. └─testthat::with_mock(...) at ./helpers.R:10:3 5. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:172:3'): confluence_settings raise an error when any of mandatory parameters are missing ── <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. └─conflr:::do_confl_create_post_from_Rmd(...) at test-front-matter.R:172:3 2. └─testthat::with_mock(...) at ./helpers.R:10:3 3. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-front-matter.R:198:3'): confluence_settings are accepted for backward-compatibility ── <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::expect_warning(...) at test-front-matter.R:198:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─conflr:::do_confl_create_post_from_Rmd(confl_upload_mock, Rmd_deprecated) 7. └─testthat::with_mock(...) at ./helpers.R:10:3 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Failure ('test-invalid-credential.R:26:3'): confluence_document() stops early ── `with_mock(...)` threw an error with unexpected message. Expected match: "Invalid credentials!" Actual message: "`with_mock()` was deprecated in testthat 3.2.0 and is now defunct.\nℹ Please use `with_mocked_bindings()` instead." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-invalid-credential.R:26:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─testthat::with_mock(...) 7. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-render.R:31:3'): rmarkdown::render() works when no space_key ─── <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-render.R:31:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-render.R:64:3'): rmarkdown::render() aborts when no space_key ── <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-render.R:64:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:32:3'): TOC is added when set via argument ─────────────── <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-toc.R:32:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-toc.R:77:3'): TOC is added when set via front-matter ─────────── <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-toc.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:77:3'): try_get_existing_page_id() 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-utils.R:77:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test-utils.R:93:3'): try_get_personal_space_key() handles personal spaces ── <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-utils.R:93:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 14 | WARN 0 | SKIP 4 | PASS 92 ] Error: ! Test failures. Execution halted Flavor: 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.