Last updated on 2025-11-19 23:49:59 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.6 | 3.38 | 49.58 | 52.96 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.9.6 | 2.53 | 37.78 | 40.31 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.6 | 83.44 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.9.6 | 15.00 | 84.16 | 99.16 | ERROR | |
| r-devel-windows-x86_64 | 0.9.6 | 7.00 | 66.00 | 73.00 | ERROR | |
| r-patched-linux-x86_64 | 0.9.6 | 3.18 | 47.19 | 50.37 | ERROR | |
| r-release-linux-x86_64 | 0.9.6 | 3.46 | 47.54 | 51.00 | ERROR | |
| r-release-macos-arm64 | 0.9.6 | OK | ||||
| r-release-macos-x86_64 | 0.9.6 | 3.00 | 102.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 0.9.6 | 4.00 | 72.00 | 76.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.9.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9.6 | 3.00 | 49.00 | 52.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.6 | 6.00 | 77.00 | 83.00 | ERROR |
Version: 0.9.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
Saving _problems/test_simple-166.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) { str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char, "\\", ""))), "{}") })`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at ./setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at ./setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.9.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘supported-commands.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘supported-commands.Rmd’
--- re-building ‘using-latex2exp.Rmd’ using rmarkdown
Quitting from using-latex2exp.Rmd:55-71 [base-plot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'using-latex2exp.Rmd' failed with diagnostics:
`replacement` function must return a vector the same length as the input
(2), not length 1.
--- failed re-building ‘using-latex2exp.Rmd’
SUMMARY: processing the following file failed:
‘using-latex2exp.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.9.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
Saving _problems/test_simple-166.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) { str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char, "\\", ""))), "{}") })`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at ./setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at ./setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
Saving _problems/test_simple-166.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) { str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char, "\\", ""))), "{}") })`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at ./setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at ./setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.9.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘supported-commands.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘supported-commands.Rmd’
--- re-building ‘using-latex2exp.Rmd’ using rmarkdown
Quitting from using-latex2exp.Rmd:55-71 [base-plot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'using-latex2exp.Rmd' failed with diagnostics:
`replacement` function must return a vector the same length as the input
(2), not length 1.
--- failed re-building ‘using-latex2exp.Rmd’
SUMMARY: processing the following file failed:
‘using-latex2exp.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.9.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
Saving _problems/test_simple-166.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) { str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char, "\\", ""))), "{}") })`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at ./setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at ./setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.9.6
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) {
str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char,
"\\", ""))), "{}")
})`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at D:\RCompile\CRANpkg\local\4.6\latex2exp.Rcheck\tests\testthat\setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at D:\RCompile\CRANpkg\local\4.6\latex2exp.Rcheck\tests\testthat\setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.9.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'supported-commands.Rmd' using rmarkdown
--- finished re-building 'supported-commands.Rmd'
--- re-building 'using-latex2exp.Rmd' using rmarkdown
Quitting from using-latex2exp.Rmd:55-71 [base-plot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'using-latex2exp.Rmd' failed with diagnostics:
`replacement` function must return a vector the same length as the input
(2), not length 1.
--- failed re-building 'using-latex2exp.Rmd'
SUMMARY: processing the following file failed:
'using-latex2exp.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.9.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
Saving _problems/test_simple-166.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) { str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char, "\\", ""))), "{}") })`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at ./setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at ./setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.9.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
Saving _problems/test_simple-166.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) { str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char, "\\", ""))), "{}") })`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at ./setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at ./setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.9.6
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) {
str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char,
"\\", ""))), "{}")
})`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at D:\RCompile\CRANpkg\local\4.5\latex2exp.Rcheck\tests\testthat\setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at D:\RCompile\CRANpkg\local\4.5\latex2exp.Rcheck\tests\testthat\setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.9.6
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(latex2exp)
>
> test_check("latex2exp")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_simple.R:166:3'): Escaped symbols renders correctly ────────────
Error in `str_replace_all(., "\\\\['\\$\\{\\}\\[\\]\\!\\?\\_\\^]", function(char) {
str_c("\\ESCAPED@", as.integer(charToRaw(str_replace_fixed(char,
"\\", ""))), "{}")
})`: `replacement` function must return a vector the same length as the input
(2), not length 1.
Backtrace:
▆
1. ├─latex2exp:::expect_renders_same(...) at test_simple.R:166:3
2. │ └─latex2exp:::.expect_renders(object, expected_expression, negate = FALSE) at D:\RCompile\CRANpkg\local\4.4\latex2exp.Rcheck\tests\testthat\setup.R:30:3
3. │ └─latex2exp::TeX(act$val) at D:\RCompile\CRANpkg\local\4.4\latex2exp.Rcheck\tests\testthat\setup.R:65:5
4. │ └─latex2exp:::parse_latex(input)
5. │ └─... %>% ...
6. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\\\s", "\\1\\\\@SPACE2{}")
7. │ └─stringr:::check_lengths(string, pattern, replacement)
8. │ └─vctrs::vec_size_common(...)
9. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\;", "\\1\\\\@SPACE2{}")
10. │ └─stringr:::check_lengths(string, pattern, replacement)
11. │ └─vctrs::vec_size_common(...)
12. ├─stringr::str_replace_all(., "([^\\\\]?)\\\\,", "\\1\\\\@SPACE1{}")
13. │ └─stringr:::check_lengths(string, pattern, replacement)
14. │ └─vctrs::vec_size_common(...)
15. └─stringr::str_replace_all(...)
16. └─stringr:::str_transform_all(string, pattern, replacement)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 100 ]
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.