CRAN Package Check Results for Maintainer ‘Shihao Yang <shihao.yang at isye.gatech.edu>’

Last updated on 2020-08-07 01:50:33 CEST.

Package WARN OK
argo 1 11

Package argo

Current CRAN status: WARN: 1, OK: 11

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