CRAN Package Check Results for Package R.utils

Last updated on 2026-03-10 19:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.13.0 14.06 180.86 194.92 OK
r-devel-linux-x86_64-debian-gcc 2.13.0 11.94 123.88 135.82 OK
r-devel-linux-x86_64-fedora-clang 2.13.0 28.00 278.94 306.94 OK
r-devel-linux-x86_64-fedora-gcc 2.13.0 26.00 272.59 298.59 OK
r-devel-macos-arm64 2.13.0 4.00 66.00 70.00 OK
r-devel-windows-x86_64 2.13.0 23.00 480.00 503.00 ERROR
r-patched-linux-x86_64 2.13.0 20.55 194.05 214.60 OK
r-release-linux-x86_64 2.13.0 13.42 152.80 166.22 OK
r-release-macos-arm64 2.13.0 OK
r-release-macos-x86_64 2.13.0 10.00 205.00 215.00 OK
r-release-windows-x86_64 2.13.0 17.00 467.00 484.00 OK
r-oldrel-macos-arm64 2.13.0 OK
r-oldrel-macos-x86_64 2.13.0 10.00 157.00 167.00 OK
r-oldrel-windows-x86_64 2.13.0 24.00 489.00 513.00 OK

Check Details

Version: 2.13.0
Check: tests
Result: ERROR Running 'Arguments-FILES.R' [0s] Running 'FileProgressBar.R' [2s] Running 'GString.R' [0s] Running 'Java.R' [0s] Running 'MultiVerbose.R' [1s] Running 'NullVerbose.R' [0s] Running 'Options.R' [0s] Running 'ProgressBar.R' [1s] Running 'Settings.R' [0s] Running 'System.R' [0s] Running 'TextStatusBar.R' [1s] Running 'VComments.R' [0s] Running 'Verbose.R' [0s] Running 'absolute-relative-paths.R' [0s] Running 'attachLocally.R' [0s] Running 'callHooks.R' [0s] Running 'capitalize.R' [0s] Running 'captureOutput.R' [0s] Running 'cmdArgs.R' [0s] Running 'colClasses.R' [0s] Running 'commandArgs.R' [1s] Running 'compressFile.R' [1s] Running 'compressPDF.R' [6s] Running 'copyRenameFile.R' [7s] Running 'countLines.R' [0s] Running 'cout.R' [0s] Running 'createFileAtomically.R' [0s] Running 'createLink.R' [1s] Running 'dataFrame.R' [0s] Running 'dimNA.R' [0s] Running 'displayCode.R' [0s] Running 'doCall.R' [0s] Running 'eget.R' [0s] Running 'egsub.R' [0s] Running 'env.R' [0s] Running 'extract.array.R' [0s] Running 'fileAccess.R' [0s] Running 'filePath.R' [0s] Running 'findFiles.R' [3s] Running 'findSourceTraceback.R' [13s] Running 'gcDLLs.R' [0s] Running 'gcat.R' [0s] Running 'getOption.R' [0s] Running 'getParent.R' [0s] Running 'hpaste.R' [0s] Running 'insert.R' [0s] Running 'intToHex.R' [0s] Running 'isPackageLoaded.R' [0s] Running 'isReplicated.R' [1s] Running 'isUrl.R' [0s] Running 'isZero.R' [0s] Running 'listDirectory.R' [1s] Running 'loadObject.R' [0s] Running 'loadToEnv.R' [0s] Running 'mkdirs.R' [3s] Running 'mout.R' [0s] Running 'mpager.R' [0s] Running 'nullfile.R' [0s] Running 'parseRepos.R' [0s] Running 'pushBackupFile.R' [0s] Running 'pushTemporaryFile.R' [18s] Running 'queryRCmdCheck.R' [0s] Running 'readBinFragments.R' [0s] Running 'readWindowsShellLink.R' [0s] Running 'readWindowsShortcut.R' [0s] Running 'resample.R' [0s] Running 'seqToHumanReadable.R' [0s] Running 'seqToIntervals.R' [0s] Running 'sourceDirectory.R' [3s] Running 'sourceTo.R' [0s] Running 'splitByPattern.R' [0s] Running 'subplots.R' [1s] Running 'symlinks,dirs.R' [0s] Running 'symlinks,files.R' [0s] Running 'systemR.R' [1s] Running 'tempvar.R' [0s] Running 'tmpfile.R' [0s] Running 'toCamelCase.R' [0s] Running 'touchFile.R' [2s] Running 'use.R' [0s] Running 'useRepos.R' [0s] Running 'whichVector.R' [0s] Running 'withCapture.R' [0s] Running 'withLocale.R' [0s] Running 'withOptions.R' [0s] Running 'withRepos.R' [0s] Running 'withSeed.R' [0s] Running 'withSink.R' [21s] Running 'withTimeout.R' [7s] Running 'wrap.array.R' [0s] Running 'writeDataFrame.R' [22s] Running 'zzz_finalizer_crash.R' [4s] Running the tests in 'tests/loadObject.R' failed. Complete output: > library("R.utils") Loading required package: R.oo Loading required package: R.methodsS3 R.methodsS3 v1.8.2 (2022-06-13 22:00:14 UTC) successfully loaded. See ?R.methodsS3 for help. R.oo v1.27.1 (2025-05-02 21:00:05 UTC) successfully loaded. See ?R.oo for help. Attaching package: 'R.oo' The following object is masked from 'package:R.methodsS3': throw The following objects are masked from 'package:methods': getClasses, getMethods The following objects are masked from 'package:base': attach, detach, load, save R.utils v2.13.0 (2025-02-24 21:20:02 UTC) successfully loaded. See ?R.utils for help. Attaching package: 'R.utils' The following object is masked from 'package:utils': timestamp The following objects are masked from 'package:base': cat, commandArgs, getOption, isOpen, nullfile, parse, use, warnings > > x <- 1:10 > str(x) int [1:10] 1 2 3 4 5 6 7 8 9 10 > > file <- tempfile(fileext="") > > file1 <- saveObject(x, file=file) > print(file1) [1] "D:/temp/2026_03_07_01_50_00_12595/Rtmp4YpiyM/filebe9041483ad5" > x1 <- loadObject(file1) > str(x1) int [1:10] 1 2 3 4 5 6 7 8 9 10 > stopifnot(all.equal(x1, x)) > file.remove(file1) [1] TRUE > > file2 <- saveObject(x, file=sprintf("%s.xdr", file)) > print(file2) [1] "D:/temp/2026_03_07_01_50_00_12595/Rtmp4YpiyM/filebe9041483ad5.xdr" > x2 <- loadObject(file2) > str(x2) int [1:10] 1 2 3 4 5 6 7 8 9 10 > stopifnot(all.equal(x2, x)) > file.remove(file2) [1] TRUE > > file3 <- saveObject(x, file=sprintf("%s.rds", file)) > print(file3) [1] "D:/temp/2026_03_07_01_50_00_12595/Rtmp4YpiyM/filebe9041483ad5.rds" > x3 <- loadObject(file3, format="rds") > str(x3) int [1:10] 1 2 3 4 5 6 7 8 9 10 > stopifnot(all.equal(x3, x)) > file.remove(file3) [1] TRUE > > file4 <- saveObject(x, file=sprintf("%s.Rbin", file)) > print(file4) [1] "D:/temp/2026_03_07_01_50_00_12595/Rtmp4YpiyM/filebe9041483ad5.Rbin" > x4 <- loadObject(file4) > str(x4) int [1:10] 1 2 3 4 5 6 7 8 9 10 > stopifnot(all.equal(x4, x)) > file.remove(file4) [1] TRUE > > if (isPackageInstalled("digest")) { + file <- saveObject(x) + print(file) + file.remove(file) + } Error in basename(x) : a character vector argument expected Calls: saveObject ... <Anonymous> -> ifelse -> grepl -> is.factor -> basename 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.