Last updated on 2025-12-06 00:49:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.39.4 | 17.77 | 155.75 | 173.52 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.39.4 | 10.47 | 61.96 | 72.43 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.39.4 | 144.00 | 141.95 | 285.95 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.39.4 | 122.00 | 163.74 | 285.74 | ERROR | |
| r-devel-windows-x86_64 | 1.39.4 | 17.00 | 186.00 | 203.00 | ERROR | |
| r-patched-linux-x86_64 | 1.39.4 | 17.88 | 129.89 | 147.77 | ERROR | |
| r-release-linux-x86_64 | 1.39.4 | 14.41 | 136.91 | 151.32 | ERROR | |
| r-release-macos-arm64 | 1.39.4 | OK | ||||
| r-release-macos-x86_64 | 1.39.4 | 16.00 | 182.00 | 198.00 | OK | |
| r-release-windows-x86_64 | 1.39.4 | 18.00 | 173.00 | 191.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.39.4 | OK | ||||
| r-oldrel-macos-x86_64 | 1.39.4 | 19.00 | 192.00 | 211.00 | OK | |
| r-oldrel-windows-x86_64 | 1.39.4 | 23.00 | 206.00 | 229.00 | ERROR |
Version: 1.39.4
Check: Rd cross-references
Result: NOTE
Unknown package ‘oglmx’ in Rd xrefs
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.39.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
• {biglm} is not installed (1): 'test-plotreg.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.39.4
Check: examples
Result: ERROR
Running examples in ‘texreg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: createTexreg
> ### Title: Constructor for texreg objects
> ### Aliases: createTexreg
>
> ### ** Examples
>
> library("nlme") # load library for fitting linear mixed effects models
Error in library("nlme") : there is no package called ‘nlme’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.39.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 37 | PASS 191 ]
══ Skipped tests (37) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
• {biglm} is not installed (1): 'test-plotreg.R:39:3'
• {lme4} is not installed (1): 'test-texreg.R:164:3'
• {nlme} is not installed (1): 'test-texreg.R:149:3'
• {nlme} is not installed. (1): 'test-jss.R:50:7'
• {systemfit} is not installed (1): 'test-huxtablereg.R:25:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 37 | PASS 191 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.39.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/76s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
• {biglm} is not installed (1): 'test-plotreg.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.39.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/90s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 32 | PASS 204 ]
══ Skipped tests (32) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 32 | PASS 204 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.39.4
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
• {biglm} is not installed (1): 'test-plotreg.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.39.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
• {biglm} is not installed (1): 'test-plotreg.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
Error:
! Test failures.
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.39.4
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
• {biglm} is not installed (1): 'test-plotreg.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.39.4
Check: package dependencies
Result: NOTE
Package which this enhances but not available for checking: 'metaSEM'
Flavor: r-oldrel-windows-x86_64
Version: 1.39.4
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> library("texreg")
Version: 1.39.4
Date: 2024-07-23
Author: Philip Leifeld (University of Manchester)
Consider submitting praise using the praise or praise_interactive functions.
Please cite the JSS article in your publications -- see citation("texreg").
>
> test_check("texreg")
Saving _problems/test-huxtablereg-15.R
Saving _problems/test-texreg-323.R
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
══ Skipped tests (33) ══════════════════════════════════════════════════════════
• On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3',
'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3',
'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3',
'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3',
'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3',
'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3',
'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3',
'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3',
'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3',
'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3',
'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3'
• {biglm} is not installed (1): 'test-plotreg.R:39:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-huxtablereg.R:13:3'): huxtablereg gives useful error message if huxtable not installed ──
<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-huxtablereg.R:13:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
── Error ('test-texreg.R:319:3'): knitreg function 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-texreg.R:319:3
2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()")
3. └─lifecycle:::deprecate_stop0(msg)
4. └─rlang::cnd_signal(...)
[ FAIL 2 | WARN 1 | SKIP 33 | PASS 201 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64