CRAN Package Check Results for Package argo

Last updated on 2020-08-07 01:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.2 12.07 131.98 144.05 OK
r-devel-linux-x86_64-debian-gcc 2.0.2 9.48 98.31 107.79 OK
r-devel-linux-x86_64-fedora-clang 2.0.2 173.45 OK
r-devel-linux-x86_64-fedora-gcc 2.0.2 165.79 OK
r-devel-windows-ix86+x86_64 2.0.2 29.00 141.00 170.00 OK
r-patched-linux-x86_64 2.0.2 10.05 128.78 138.83 OK
r-patched-solaris-x86 2.0.2 232.10 OK
r-release-linux-x86_64 2.0.2 11.48 128.06 139.54 OK
r-release-macos-x86_64 2.0.2 OK
r-release-windows-ix86+x86_64 2.0.2 28.00 196.00 224.00 WARN
r-oldrel-macos-x86_64 2.0.2 OK
r-oldrel-windows-ix86+x86_64 2.0.2 18.00 178.00 196.00 OK

Check Details

Version: 2.0.2
Check: S3 generic/method consistency
Result: WARN
    Error: package or namespace load failed for 'argo' in get(Info[i, 1], envir = env):
     read failed on d:/RCompile/CRANpkg/lib/4.0/XML/R/XML.rdb
    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({
     attr(package, "LibPath") <- which.lib.loc
     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)
     message(paste("Error:", msg), domain = NA)
     else stop(msg, call. = FALSE, domain = NA)
     })
    1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE)
    Execution halted
    See section 'Generic functions and methods' in the 'Writing R
    Extensions' manual.
Flavor: r-release-windows-ix86+x86_64