Back to Build/check report for BioC 3.21 experimental data
ABCDEFGHIJKLM[N]OPQRSTUVWXYZ

This page was generated on 2025-02-27 15:01 -0500 (Thu, 27 Feb 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4700
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 271/430HostnameOS / ArchINSTALLBUILDCHECK
NCIgraphData 1.43.0  (landing page)
Laurent Jacob
Snapshot Date: 2025-02-27 07:30 -0500 (Thu, 27 Feb 2025)
git_url: https://git.bioconductor.org/packages/NCIgraphData
git_branch: devel
git_last_commit: bd6c652
git_last_commit_date: 2024-10-29 09:28:28 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  


CHECK results for NCIgraphData on nebbiolo1

To the developers/maintainers of the NCIgraphData 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: NCIgraphData
Version: 1.43.0
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:NCIgraphData.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings NCIgraphData_1.43.0.tar.gz
StartedAt: 2025-02-27 12:21:09 -0500 (Thu, 27 Feb 2025)
EndedAt: 2025-02-27 12:22:14 -0500 (Thu, 27 Feb 2025)
EllapsedTime: 64.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: NCIgraphData.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:NCIgraphData.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings NCIgraphData_1.43.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-data-experiment/meat/NCIgraphData.Rcheck’
* using R Under development (unstable) (2025-02-19 r87757)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.2 LTS
* using session charset: UTF-8
* checking for file ‘NCIgraphData/DESCRIPTION’ ... OK
* this is package ‘NCIgraphData’ version ‘1.43.0’
* checking package namespace information ... OK
* checking package dependencies ... 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 ‘NCIgraphData’ can be installed ... OK
* checking installed package size ... INFO
  installed size is  5.4Mb
  sub-directories of 1Mb or more:
    data   5.3Mb
* checking package directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
* 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 missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... WARNING
  LazyData DB of 5.3 MB without LazyDataCompression set
  See §1.1.6 of 'Writing R Extensions'
* checking data for ASCII and uncompressed saves ... WARNING
  
  Note: significantly better compression could be obtained
        by using R CMD build --resave-data
                        old_size new_size compress
  NCI-cyList.RData         4.3Mb    2.0Mb       xz
  reactome-cyList.RData    1.1Mb    558Kb       xz
* checking examples ... ERROR
Running examples in ‘NCIgraphData-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: NCI.cyList
> ### Title: Raw NCI networks from Nature curated pathways and BioCarta
> ###   imported as graphNEL objects
> ### Aliases: NCI.cyList
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data("NCI-cyList")
> length(NCI.cyList)
[1] 460
> 
> library(Rgraphviz)
Loading required package: graph
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: ‘generics’

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

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


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, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min

Loading required package: grid
> plot(NCI.cyList[[1]])
Error in buildEdgeList(graph, recipEdges, edgeAttrs, subGList, attrs$edge) : 
  attempt to set index 36/36 in SET_STRING_ELT
Calls: plot -> plot -> .local -> agopen -> buildEdgeList
Execution halted
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 2 WARNINGs, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.21-data-experiment/meat/NCIgraphData.Rcheck/00check.log’
for details.


Installation output

NCIgraphData.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL NCIgraphData
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’
* installing *source* package ‘NCIgraphData’ ...
** this is package ‘NCIgraphData’ version ‘1.43.0’
** using staged installation
** data
*** moving datasets to lazyload DB
** help
*** installing help indices
** building package indices
** 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 (NCIgraphData)

Tests output


Example timings

NCIgraphData.Rcheck/NCIgraphData-Ex.timings

nameusersystemelapsed