Back to Build/check report for BioC 3.20 experimental data
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-10-31 19:08 -0400 (Thu, 31 Oct 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4763
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 266/431HostnameOS / ArchINSTALLBUILDCHECK
multiWGCNAdata 1.4.0  (landing page)
Dario Tommasini
Snapshot Date: 2024-10-31 07:30 -0400 (Thu, 31 Oct 2024)
git_url: https://git.bioconductor.org/packages/multiWGCNAdata
git_branch: RELEASE_3_20
git_last_commit: 487ae07
git_last_commit_date: 2024-10-29 09:54:50 -0400 (Tue, 29 Oct 2024)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  


CHECK results for multiWGCNAdata on nebbiolo2

To the developers/maintainers of the multiWGCNAdata package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: multiWGCNAdata
Version: 1.4.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:multiWGCNAdata.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings multiWGCNAdata_1.4.0.tar.gz
StartedAt: 2024-10-31 15:01:47 -0400 (Thu, 31 Oct 2024)
EndedAt: 2024-10-31 15:06:10 -0400 (Thu, 31 Oct 2024)
EllapsedTime: 263.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: multiWGCNAdata.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:multiWGCNAdata.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings multiWGCNAdata_1.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-data-experiment/meat/multiWGCNAdata.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
    GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘multiWGCNAdata/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘multiWGCNAdata’ version ‘1.4.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib:
  cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES'
 OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘multiWGCNAdata’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘multiWGCNAdata-Ex.R’ failed
The error occurred in:


R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 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.

  Natural language support but running in an English locale

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 <- "multiWGCNAdata"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> base::assign(".ExTimings", "multiWGCNAdata-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('multiWGCNAdata')
Loading required package: ExperimentHub
Loading required package: BiocGenerics

Attaching package: ‘BiocGenerics’

The following objects are masked from ‘package:stats’:

    IQR, mad, sd, var, xtabs

The following objects are masked from ‘package:base’:

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, saveRDS, setdiff, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: AnnotationHub
Loading required package: BiocFileCache
Loading required package: dbplyr
Error: package or namespace load failed for ‘AnnotationHub’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘UCSC.utils’
Error: package ‘AnnotationHub’ could not be loaded
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
  ...
--- re-building ‘multiWGCNAdata.Rmd’ using rmarkdown

Quitting from lines 19-26 [unnamed-chunk-1] (multiWGCNAdata.Rmd)
Error: processing vignette 'multiWGCNAdata.Rmd' failed with diagnostics:
failed to load resource
  name: EH8219
  title: Autisic brain SummarizedExperiment
  reason: require("SummarizedExperiment") failed: use BiocManager::install() to install package?
--- failed re-building ‘multiWGCNAdata.Rmd’

SUMMARY: processing the following file failed:
  ‘multiWGCNAdata.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 2 ERRORs
See
  ‘/home/biocbuild/bbs-3.20-data-experiment/meat/multiWGCNAdata.Rcheck/00check.log’
for details.


Installation output

multiWGCNAdata.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL multiWGCNAdata
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘multiWGCNAdata’ ...
** using staged installation
** inst
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (multiWGCNAdata)

Tests output


Example timings

multiWGCNAdata.Rcheck/multiWGCNAdata-Ex.timings

nameusersystemelapsed