Last updated on 2026-03-21 21:53:38 CET.
| Package | WARN | OK |
|---|---|---|
| enrichR | 1 | 13 |
Current CRAN status: WARN: 1, OK: 13
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