CRAN Package Check Results for Package enrichR

Last updated on 2026-03-22 17:51:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.4 6.10 69.67 75.77 OK
r-devel-linux-x86_64-debian-gcc 3.4 4.54 49.98 54.52 WARN
r-devel-linux-x86_64-fedora-clang 3.4 10.00 105.00 115.00 OK
r-devel-linux-x86_64-fedora-gcc 3.4 9.00 110.73 119.73 OK
r-devel-macos-arm64 3.4 2.00 100.00 102.00 OK
r-devel-windows-x86_64 3.4 11.00 142.00 153.00 OK
r-patched-linux-x86_64 3.4 5.98 62.20 68.18 OK
r-release-linux-x86_64 3.4 5.50 62.28 67.78 OK
r-release-macos-arm64 3.4 OK
r-release-macos-x86_64 3.4 4.00 138.00 142.00 OK
r-release-windows-x86_64 3.4 12.00 137.00 149.00 OK
r-oldrel-macos-arm64 3.4 OK
r-oldrel-macos-x86_64 3.4 4.00 139.00 143.00 OK
r-oldrel-windows-x86_64 3.4 13.00 160.00 173.00 OK

Check Details

Version: 3.4
Check: loading without being on the library search path
Result: WARN Welcome to enrichR Checking connections ... Error: package or namespace load failed for ‘enrichR’: .onAttach failed in attachNamespace() for 'enrichR', details: call: curl::curl_fetch_memory(url, handle = handle) error: Timeout was reached [maayanlab.cloud]: Connection timed out after 10007 milliseconds Execution halted It looks like this package has a loading problem when not on .libPaths: see the messages for details. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 3.4
Check: for missing documentation entries
Result: WARN Error: package or namespace load failed for ‘enrichR’: .onAttach failed in attachNamespace() for 'enrichR', details: call: curl::curl_fetch_memory(url, handle = handle) error: Timeout was reached [maayanlab.cloud]: Connection timed out after 10001 milliseconds 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 Execution halted All user-level objects in a package should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc