Last updated on 2025-03-09 20:51:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 2.83 | 34.53 | 37.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 2.00 | 25.79 | 27.79 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 60.92 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 47.22 | ERROR | |||
r-devel-macos-arm64 | 1.1.1 | 36.00 | OK | |||
r-devel-macos-x86_64 | 1.1.1 | 36.00 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 5.00 | 60.00 | 65.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.1 | 2.76 | 43.21 | 45.97 | OK | |
r-release-linux-x86_64 | 1.1.1 | 1.94 | 42.43 | 44.37 | OK | |
r-release-macos-arm64 | 1.1.1 | 39.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 45.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 5.00 | 69.00 | 74.00 | OK | |
r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
r-oldrel-macos-x86_64 | 1.1.1 | 50.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 5.00 | 79.00 | 84.00 | OK |
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘accessr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rmd2many
> ### Title: Create content in multiple formats
> ### Aliases: rmd2many
>
> ### ** Examples
>
> # Create documents from example.Rmd
> got_hux <- requireNamespace("huxtable", quietly = TRUE)
> got_flex <- requireNamespace("flextable", quietly = TRUE)
> got_pandoc <- rmarkdown::pandoc_available("1.14")
> got_all <- got_hux && got_flex && got_pandoc
> # This example needs packages huxtable and flextable
> # We pass pdf = FALSE because OfficeToPDF is needed to convert Word to PDF
> # and this is only relevant on Windows Operating System.
> #
> if (got_all) {
+ ex_file <- system.file(package = "accessr", "examples", "example.Rmd")
+ file.copy(ex_file, tdir <- tempdir(check = TRUE), overwrite = TRUE)
+ ex_file <- list.files(tdir, pattern = "example.Rmd", full.names = TRUE)
+ ex_file <- sub(".Rmd", "", ex_file)
+ rmd2many(ex_file, params = list(hide = TRUE), pdf = FALSE, zip = TRUE)
+ }
Error in strsplit(x, as.character(split), fixed, perl, useBytes) :
NA in coercion to boolean
Calls: rmd2many ... lapply -> FUN -> <Anonymous> -> get_fun -> strsplit
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(accessr)
>
> test_check("accessr")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rmd2many.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2many(...) at test-rmd2many.R:7:3
2. └─accessr::rmd2word(...)
3. └─base::sapply(1:lenx, docx_fun)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─accessr (local) FUN(X[[i]], ...)
6. └─officedown::rdocx_document(reference_docx = doc[i], ...)
7. └─officedown:::get_fun(base_format)
8. └─base::strsplit(x, split = "::", x, fixed = TRUE)
── Error ('test-rmd2word.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2word(...) at test-rmd2word.R:7:3
2. └─base::sapply(1:lenx, docx_fun)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─accessr (local) FUN(X[[i]], ...)
5. └─officedown::rdocx_document(reference_docx = doc[i], ...)
6. └─officedown:::get_fun(base_format)
7. └─base::strsplit(x, split = "::", x, fixed = TRUE)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(accessr)
>
> test_check("accessr")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rmd2many.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2many(...) at test-rmd2many.R:7:3
2. └─accessr::rmd2word(...)
3. └─base::sapply(1:lenx, docx_fun)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─accessr (local) FUN(X[[i]], ...)
6. └─officedown::rdocx_document(reference_docx = doc[i], ...)
7. └─officedown:::get_fun(base_format)
8. └─base::strsplit(x, split = "::", x, fixed = TRUE)
── Error ('test-rmd2word.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2word(...) at test-rmd2word.R:7:3
2. └─base::sapply(1:lenx, docx_fun)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─accessr (local) FUN(X[[i]], ...)
5. └─officedown::rdocx_document(reference_docx = doc[i], ...)
6. └─officedown:::get_fun(base_format)
7. └─base::strsplit(x, split = "::", x, fixed = TRUE)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘accessr-Ex.R’ failed
The error most likely occurred in:
> ### Name: rmd2many
> ### Title: Create content in multiple formats
> ### Aliases: rmd2many
>
> ### ** Examples
>
> # Create documents from example.Rmd
> got_hux <- requireNamespace("huxtable", quietly = TRUE)
> got_flex <- requireNamespace("flextable", quietly = TRUE)
> got_pandoc <- rmarkdown::pandoc_available("1.14")
> got_all <- got_hux && got_flex && got_pandoc
> # This example needs packages huxtable and flextable
> # We pass pdf = FALSE because OfficeToPDF is needed to convert Word to PDF
> # and this is only relevant on Windows Operating System.
> #
> if (got_all) {
+ ex_file <- system.file(package = "accessr", "examples", "example.Rmd")
+ file.copy(ex_file, tdir <- tempdir(check = TRUE), overwrite = TRUE)
+ ex_file <- list.files(tdir, pattern = "example.Rmd", full.names = TRUE)
+ ex_file <- sub(".Rmd", "", ex_file)
+ rmd2many(ex_file, params = list(hide = TRUE), pdf = FALSE, zip = TRUE)
+ }
Error in strsplit(x, as.character(split), fixed, perl, useBytes) :
NA in coercion to boolean
Calls: rmd2many ... lapply -> FUN -> <Anonymous> -> get_fun -> strsplit
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(accessr)
>
> test_check("accessr")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rmd2many.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2many(...) at test-rmd2many.R:7:3
2. └─accessr::rmd2word(...)
3. └─base::sapply(1:lenx, docx_fun)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─accessr (local) FUN(X[[i]], ...)
6. └─officedown::rdocx_document(reference_docx = doc[i], ...)
7. └─officedown:::get_fun(base_format)
8. └─base::strsplit(x, split = "::", x, fixed = TRUE)
── Error ('test-rmd2word.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2word(...) at test-rmd2word.R:7:3
2. └─base::sapply(1:lenx, docx_fun)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─accessr (local) FUN(X[[i]], ...)
5. └─officedown::rdocx_document(reference_docx = doc[i], ...)
6. └─officedown:::get_fun(base_format)
7. └─base::strsplit(x, split = "::", x, fixed = TRUE)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(accessr)
>
> test_check("accessr")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rmd2many.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2many(...) at test-rmd2many.R:7:3
2. └─accessr::rmd2word(...)
3. └─base::sapply(1:lenx, docx_fun)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─accessr (local) FUN(X[[i]], ...)
6. └─officedown::rdocx_document(reference_docx = doc[i], ...)
7. └─officedown:::get_fun(base_format)
8. └─base::strsplit(x, split = "::", x, fixed = TRUE)
── Error ('test-rmd2word.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2word(...) at test-rmd2word.R:7:3
2. └─base::sapply(1:lenx, docx_fun)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─accessr (local) FUN(X[[i]], ...)
5. └─officedown::rdocx_document(reference_docx = doc[i], ...)
6. └─officedown:::get_fun(base_format)
7. └─base::strsplit(x, split = "::", x, fixed = TRUE)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(accessr)
>
> test_check("accessr")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rmd2many.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2many(...) at test-rmd2many.R:7:3
2. └─accessr::rmd2word(...)
3. └─base::sapply(1:lenx, docx_fun)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─accessr (local) FUN(X[[i]], ...)
6. └─officedown::rdocx_document(reference_docx = doc[i], ...)
7. └─officedown:::get_fun(base_format)
8. └─base::strsplit(x, split = "::", x, fixed = TRUE)
── Error ('test-rmd2word.R:7:3'): (code run outside of `test_that()`) ──────────
Error in `strsplit(x, as.character(split), fixed, perl, useBytes)`: NA in coercion to boolean
Backtrace:
▆
1. └─accessr::rmd2word(...) at test-rmd2word.R:7:3
2. └─base::sapply(1:lenx, docx_fun)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─accessr (local) FUN(X[[i]], ...)
5. └─officedown::rdocx_document(reference_docx = doc[i], ...)
6. └─officedown:::get_fun(base_format)
7. └─base::strsplit(x, split = "::", x, fixed = TRUE)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-devel-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.