Last updated on 2025-05-03 22:50:41 CEST.
Package | ERROR | OK |
---|---|---|
enrichR | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 3.4
Check: for code/documentation mismatches
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 10002 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({
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)
e
Execution halted
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 10002 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({
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)
e
Execution halted
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 10002 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({
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)
e
Execution halted
Flavor: r-release-linux-x86_64
Version: 3.4
Check: examples
Result: ERROR
Running examples in ‘enrichR-Ex.R’ failed
The error occurred in:
R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "enrichR"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> base::assign(".ExTimings", "enrichR-Ex.timings", pos = 'CheckExEnv')
> base::cat("name\tuser\tsystem\telapsed\n", file=base::get(".ExTimings", pos = 'CheckExEnv'))
> base::assign(".format_ptime",
+ function(x) {
+ if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
+ if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
+ options(OutDec = '.')
+ format(x[1L:3L], digits = 7L)
+ },
+ pos = 'CheckExEnv')
>
> ### * </HEADER>
> library('enrichR')
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 10002 milliseconds
Execution halted
Flavor: r-release-linux-x86_64