CRAN Package Check Results for Package enrichR

Last updated on 2025-05-03 21:51:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.4 5.46 58.34 63.80 OK
r-devel-linux-x86_64-debian-gcc 3.4 4.43 42.03 46.46 OK
r-devel-linux-x86_64-fedora-clang 3.4 89.78 OK
r-devel-linux-x86_64-fedora-gcc 3.4 115.42 OK
r-devel-windows-x86_64 3.4 10.00 116.00 126.00 OK
r-patched-linux-x86_64 3.4 5.87 54.22 60.09 OK
r-release-linux-x86_64 ERROR
r-release-macos-arm64 3.4 106.00 OK
r-release-macos-x86_64 3.4 142.00 OK
r-release-windows-x86_64 3.4 10.00 140.00 150.00 OK
r-oldrel-macos-arm64 3.4 112.00 OK
r-oldrel-macos-x86_64 3.4 143.00 OK
r-oldrel-windows-x86_64 3.4 12.00 125.00 137.00 OK

Check Details

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