Last updated on 2025-06-11 09:50:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 29.61 | 24.83 | 54.44 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 24.99 | 20.64 | 45.63 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 93.24 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 92.91 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 35.00 | 78.00 | 113.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.1 | 35.75 | 23.59 | 59.34 | OK | |
r-release-linux-x86_64 | 1.2.1 | 34.24 | 23.58 | 57.82 | OK | |
r-release-macos-arm64 | 1.2.1 | 31.00 | OK | |||
r-release-macos-x86_64 | 1.2.1 | 39.00 | OK | |||
r-release-windows-x86_64 | 1.2.1 | 37.00 | 73.00 | 110.00 | OK | |
r-oldrel-macos-arm64 | 1.2.1 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 54.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 36.00 | 75.00 | 111.00 | OK |
Version: 1.2.1
Check: tests
Result: ERROR
Running 'coerce.R' [1s]
Running 'encoding.R' [1s]
Running 'escape.R' [1s]
Running 'geometry.R' [1s]
Running 'types.R' [1s]
Running the tests in 'tests/coerce.R' failed.
Complete output:
> library(SheetReader)
> options(stringsAsFactors = FALSE)
> data <- read_xlsx(system.file("extdata", "multi-test.xlsx", package = "SheetReader"), sheet="coerce", col_types=c("text", "numeric", "numeric", "date", "date", "logical", "numeric", "numeric"))
Error: C stack usage 1692454400 is too close to the limit
Flavor: r-devel-windows-x86_64