CRAN Package Check Results for Package packagefinder

Last updated on 2022-04-24 03:52:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 5.47 58.75 64.22 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.2 4.13 46.94 51.07 NOTE
r-devel-linux-x86_64-fedora-clang 0.3.2 81.42 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.2 48.65 NOTE
r-patched-linux-x86_64 0.3.2 5.55 57.95 63.50 NOTE
r-release-linux-x86_64 0.3.2 5.62 57.08 62.70 NOTE
r-release-macos-arm64 0.3.2 NOTE
r-release-macos-x86_64 0.3.2 NOTE
r-release-windows-x86_64 0.3.2 35.00 75.00 110.00 WARN
r-oldrel-macos-arm64 0.3.2 NOTE
r-oldrel-macos-x86_64 0.3.2 NOTE
r-oldrel-windows-ix86+x86_64 0.3.2 15.00 80.00 95.00 NOTE

Check Details

Version: 0.3.2
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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-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-ix86+x86_64

Version: 0.3.2
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘rstudioapi’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.3.2
Check: for code/documentation mismatches
Result: WARN
    Error: package or namespace load failed for 'packagefinder':
     .onAttach failed in attachNamespace() for 'packagefinder', details:
     call: readRDS(con)
     error: cannot read from connection
    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 && !quietly)
     message(paste("Error:", msg), domain = NA)
     else stop(msg, call. = FALSE, domain = NA)
     })
    1: library(package, lib.loc = lib.
    Execution halted
    Error: package or namespace load failed for 'packagefinder':
     .onAttach failed in attachNamespace() for 'packagefinder', details:
     call: readRDS(con)
     error: error reading from connection
    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 && !quietly)
     message(paste("Error:", msg), domain = NA)
     else stop(msg, call. = FALSE, domain = NA)
     })
    1: library(package, lib.loc = li
    Execution halted
Flavor: r-release-windows-x86_64