CRAN Package Check Results for Package pkgdiff

Last updated on 2026-04-24 03:52:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 9.18 109.67 118.85 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 8.33 74.92 83.25 WARN
r-devel-linux-x86_64-fedora-clang 1.0.2 16.00 140.44 156.44 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 16.00 177.90 193.90 OK
r-devel-macos-arm64 1.0.2 3.00 129.00 132.00 OK
r-devel-windows-x86_64 1.0.2 16.00 136.00 152.00 OK
r-patched-linux-x86_64 1.0.2 10.16 106.28 116.44 OK
r-release-linux-x86_64 1.0.2 10.67 100.48 111.15 OK
r-release-macos-arm64 1.0.2 4.00 127.00 131.00 OK
r-release-macos-x86_64 1.0.2 8.00 217.00 225.00 OK
r-release-windows-x86_64 1.0.2 15.00 129.00 144.00 OK
r-oldrel-macos-arm64 1.0.1 3.00 256.00 259.00 OK
r-oldrel-macos-x86_64 1.0.2 8.00 282.00 290.00 OK
r-oldrel-windows-x86_64 1.0.2 20.00 160.00 180.00 OK

Check Details

Version: 1.0.2
Check: for code/documentation mismatches
Result: WARN Error: package or namespace load failed for ‘pkgdiff’: .onAttach failed in attachNamespace() for 'pkgdiff', details: call: github_packages() error: Pkgdiff GitHub package list not available. Call sequence: 6: stop(msg, call. = FALSE, domain = NA) 5: value[[3L]](cond) 4: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 3: tryCatchList(expr, classes, parentenv, handlers) 2: tryCatch({ ns <- loadNamespace(package, lib.loc) env <- attachNamespace(ns, pos = pos, deps, exclude, include.only) }, error = function(e) { P <- if (!is.null(cc <- conditionCall(e))) paste(" in", deparse(cc)[1L]) else "" msg <- gettextf("package or namespace load failed for %s%s:\n %s", sQuote(package), P, conditionMessage(e)) if (logical.return && !quietly) message(paste("Error:", msg), domain = NA) else stop(msg, call. = FALSE, domain = NA) }) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = Execution halted Flavor: r-devel-linux-x86_64-debian-gcc