Last updated on 2026-02-12 09:50:15 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| agop | 14 | ||
| CITAN | 14 | ||
| FuzzyNumbers | 14 | ||
| genie | 14 | ||
| genieclust | 14 | ||
| quitefastmst | 2 | 12 | |
| realtest | 14 | ||
| stringi | 3 | 11 | |
| stringx | 1 | 13 |
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 14
Version: 0.4-7
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Marek Gagolewski <marek@gagolewski.com>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4-7
Check: Rd files
Result: NOTE
checkRd: (-1) trapezoidalApproximation-methods.Rd:49: Lost braces; missing escapes or markup?
49 | For example, if Val(A) < EV_{1/3}(A) or Val(A) > EV_{2/3}(A),
| ^
checkRd: (-1) trapezoidalApproximation-methods.Rd:49: Lost braces; missing escapes or markup?
49 | For example, if Val(A) < EV_{1/3}(A) or Val(A) > EV_{2/3}(A),
| ^
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-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 2, OK: 12
Version: 0.9.1
Check: installed package size
Result: NOTE
installed size is 15.0Mb
sub-directories of 1Mb or more:
libs 14.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 14
Current CRAN status: NOTE: 3, OK: 11
Version: 1.8.7
Check: installed package size
Result: NOTE
installed size is 34.7Mb
sub-directories of 1Mb or more:
libs 33.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 13
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