Last updated on 2026-03-10 19:50:01 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.9 | 2.94 | 34.43 | 37.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.9 | 2.14 | 25.89 | 28.03 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.9 | 5.00 | 55.42 | 60.42 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.9 | 52.85 | OK | |||
| r-devel-macos-arm64 | 0.2.9 | 1.00 | 11.00 | 12.00 | ERROR | |
| r-devel-windows-x86_64 | 0.2.9 | 6.00 | 57.00 | 63.00 | OK | |
| r-patched-linux-x86_64 | 0.2.9 | 4.44 | 29.67 | 34.11 | OK | |
| r-release-linux-x86_64 | 0.2.9 | 2.77 | 29.03 | 31.80 | OK | |
| r-release-macos-arm64 | 0.2.9 | OK | ||||
| r-release-macos-x86_64 | 0.2.9 | 2.00 | 30.00 | 32.00 | OK | |
| r-release-windows-x86_64 | 0.2.9 | 4.00 | 53.00 | 57.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.9 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.9 | 2.00 | 34.00 | 36.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.9 | 5.00 | 53.00 | 58.00 | OK |
Version: 0.2.9
Check: tests
Result: ERROR
Running ‘realtest.R’ [1s/1s]
Running the tests in ‘tests/realtest.R’ failed.
Complete output:
> # This file is part of the 'stringx' project.
> # Copyleft (c) 2021-2025, Marek Gagolewski <https://www.gagolewski.com>
>
> # Runs all unit tests for the package
>
> this_package <- "stringx"
>
> set.seed(123)
> library(this_package, character.only=TRUE)
Attaching package: 'stringx'
The following objects are masked from 'package:base':
casefold, chartr, endsWith, gregexec, gregexpr, grep, grepl, gsub,
ISOdate, ISOdatetime, nchar, nzchar, paste, paste0, regexec,
regexpr, sprintf, startsWith, strftime, strptime, strrep, strsplit,
strtrim, strwrap, sub, substr, substr<-, substring, substring<-,
Sys.time, tolower, toupper, trimws, xtfrm, xtfrm.default
> if (require("realtest", quietly=TRUE)) {
+ f <- file.path(path.package(this_package), "realtest")
+ r <- test_dir(f, ".*\\.R$")
+ x <- summary(r)
+
+ names(r) <- row.names(x)
+ fails <- x[x[["match"]] == "fail", , drop=FALSE]
+ if (nrow(fails) > 0) {
+ fails2 <- as.data.frame(fails[,
+ !(names(fails) %in% ".expr") & !sapply(fails, function(x) all(is.na(x))),
+ drop=FALSE])
+ for (i in row.names(fails2)) {
+ cat(sprintf("%s:%d:\n", fails2[i, ".file"], fails2[i, ".line"]))
+ cat(" value: "); str(r[[i]][["object"]][["value"]], indent.str=" ")
+ cat(" sides: "); str(r[[i]][["object"]][["sides"]], indent.str=" ")
+ }
+
+ if (require("stringi", quietly=TRUE))
+ cat(sprintf("%s; %s\n", stri_info(TRUE), Sys.getlocale()))
+
+ stop("some tests failed")
+ }
+ }
/Volumes/Builds/packages/sonoma-arm64/results/4.6/stringx.Rcheck/stringx/realtest/strptime-all.R:89:
value: chr "--T::+1200"
sides: NULL
stringi_1.8.7 (en_US.UTF-8; ICU4C 71.1 [system#U_CHARSET_IS_UTF8]; Unicode 14.0); C/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
Error: some tests failed
Execution halted
Flavor: r-devel-macos-arm64
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.