Last updated on 2026-02-26 15:51:45 CET.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| agop | 14 | |||
| CITAN | 14 | |||
| deadwood | 14 | |||
| FuzzyNumbers | 14 | |||
| genie | 4 | 10 | ||
| 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: 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: WARN: 4, OK: 10
Version: 1.0.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
hclust2_nnbased_single.cpp:184:12: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/genie.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-15 (Debian 15.2.0-13) 15.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
hclust2_nnbased_single.cpp:184:10: warning: increment of object of volatile-qualified type 'volatile size_t' (aka 'volatile unsigned long') is deprecated [-Wdeprecated-volatile]
See ‘/data/gannet/ripley/R/packages/tests-clang/genie.Rcheck/00install.out’ for details.
* used C++ compiler: ‘clang version 21.1.8’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
hclust2_nnbased_single.cpp:184:12: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile]
See ‘/data/gannet/ripley/R/packages/tests-devel/genie.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
hclust2_nnbased_single.cpp:184:12: warning: '++' expression of 'volatile'-qualified type is deprecated [-Wvolatile]
See 'd:/Rcompile/CRANpkg/local/4.6/genie.Rcheck/00install.out' for details.
* used C++ compiler: 'g++.exe (GCC) 14.3.0'
Flavor: r-devel-windows-x86_64
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
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.