CRAN Package Check Results for Package getLattes

Last updated on 2023-03-28 04:52:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 7.87 91.24 99.11 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 5.37 68.24 73.61 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 120.52 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.0 128.45 NOTE
r-devel-windows-x86_64 0.2.0 40.00 121.00 161.00 WARN
r-patched-linux-x86_64 0.2.0 8.51 85.91 94.42 OK
r-release-linux-x86_64 0.2.0 7.04 88.58 95.62 OK
r-release-macos-arm64 0.2.0 34.00 NOTE
r-release-macos-x86_64 0.2.0 73.00 NOTE
r-release-windows-x86_64 0.2.0 32.00 126.00 158.00 OK
r-oldrel-macos-arm64 0.2.0 35.00 NOTE
r-oldrel-macos-x86_64 0.2.0 50.00 NOTE
r-oldrel-windows-ix86+x86_64 0.2.0 17.00 131.00 148.00 OK

Check Details

Version: 0.2.0
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘pipeR’ ‘rlang’
     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.2.0
Check: for code/documentation mismatches
Result: WARN
    Error: package or namespace load failed for 'getLattes' in get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable):
     object '#HAS_DUPLICATE_CLASS_NAMES' not found
    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.loc, character.only = TRUE
    Execution halted
Flavor: r-devel-windows-x86_64