Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2025-01-25 15:39 -0500 (Sat, 25 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4658
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4455
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4408
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 2117/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
TCGAbiolinks 2.35.1  (landing page)
Tiago Chedraoui Silva
Snapshot Date: 2025-01-24 13:40 -0500 (Fri, 24 Jan 2025)
git_url: https://git.bioconductor.org/packages/TCGAbiolinks
git_branch: devel
git_last_commit: aef2f8ad
git_last_commit_date: 2025-01-24 10:30:15 -0500 (Fri, 24 Jan 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for TCGAbiolinks on kunpeng2

To the developers/maintainers of the TCGAbiolinks package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/TCGAbiolinks.git to reflect on this report. See Troubleshooting Build Report for more information.
- 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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: TCGAbiolinks
Version: 2.35.1
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:TCGAbiolinks.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings TCGAbiolinks_2.35.1.tar.gz
StartedAt: 2025-01-25 12:16:53 -0000 (Sat, 25 Jan 2025)
EndedAt: 2025-01-25 12:29:59 -0000 (Sat, 25 Jan 2025)
EllapsedTime: 785.9 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: TCGAbiolinks.Rcheck
Warnings: 6

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:TCGAbiolinks.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings TCGAbiolinks_2.35.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/TCGAbiolinks.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘TCGAbiolinks/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘TCGAbiolinks’ version ‘2.35.1’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 23 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* 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 ‘TCGAbiolinks’ can be installed ... WARNING
Found the following significant warnings:
  Warning: program compiled against libxml 212 using older 211
See ‘/home/biocbuild/bbs-3.21-bioc/meat/TCGAbiolinks.Rcheck/00install.out’ for details.
* checking installed package size ... INFO
  installed size is  6.4Mb
  sub-directories of 1Mb or more:
    R      1.6Mb
    data   4.5Mb
* 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 code files for non-ASCII characters ... OK
* checking R files for syntax errors ... 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 ... NOTE
Warning: program compiled against libxml 212 using older 211

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... NOTE
Warning: program compiled against libxml 212 using older 211

It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
* checking dependencies in R code ... WARNING
Warning: program compiled against libxml 212 using older 211
'::' or ':::' import not declared from: ‘dnet’
* checking S3 generic/method consistency ... WARNING
Warning: program compiled against libxml 212 using older 211
print:
  function(x, ...)
print.header:
  function(text, type)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... WARNING
Warning: program compiled against libxml 212 using older 211
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
* checking foreign function calls ... NOTE
Warning: program compiled against libxml 212 using older 211
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
Warning: program compiled against libxml 212 using older 211
GDCprepare_clinic: no visible binding for global variable
  ‘bcr_patient_barcode’
GDCprepare_clinic: no visible binding for global variable
  ‘days_to_last_followup’
GDCprepare_clinic: no visible binding for global variable
  ‘vital_status’
GDCquery : <anonymous>: no visible binding for global variable
  ‘submitter_id’
GDCquery : <anonymous>: no visible binding for global variable
  ‘is_ffpe’
GDCquery_clinic : <anonymous>: no visible binding for global variable
  ‘submitter_id’
GDCquery_clinic : <anonymous>: no visible global function definition
  for ‘across’
GDCquery_clinic : <anonymous>: no visible global function definition
  for ‘everything’
TCGAanalyze_DEA: no visible binding for global variable ‘barcode’
TCGAanalyze_DEA: no visible binding for global variable ‘clinical’
TCGAquery_recount2: no visible binding for global variable ‘rse_gene’
TCGAtumor_purity: no visible binding for global variable ‘Tumor.purity’
TCGAvisualize_oncoprint: no visible binding for global variable ‘value’
TCGAvisualize_starburst: no visible binding for global variable
  ‘gene_name’
TCGAvisualize_starburst: no visible binding for global variable
  ‘geFDR2’
TCGAvisualize_starburst: no visible binding for global variable ‘logFC’
TCGAvisualize_starburst: no visible binding for global variable
  ‘meFDR2’
TCGAvisualize_starburst: no visible binding for global variable
  ‘threshold.starburst’
TCGAvisualize_starburst: no visible binding for global variable
  ‘starburst.status’
colDataPrepare: no visible binding for global variable
  ‘sample_submitter_id’
colDataPrepare: no visible binding for global variable ‘submitter_id’
readExonQuantification: no visible binding for global variable ‘exon’
readExonQuantification: no visible binding for global variable
  ‘coordinates’
readSingleCellAnalysis : <anonymous>: no visible global function
  definition for ‘Read10X’
read_gene_expression_quantification : <anonymous>: no visible binding
  for '<<-' assignment to ‘assay.list’
read_gene_expression_quantification: no visible binding for global
  variable ‘assay.list’
Undefined global functions or variables:
  Read10X Tumor.purity across assay.list barcode bcr_patient_barcode
  clinical coordinates days_to_last_followup everything exon geFDR2
  gene_name is_ffpe logFC meFDR2 rse_gene sample_submitter_id
  starburst.status submitter_id threshold.starburst value vital_status
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Warning: program compiled against libxml 212 using older 211
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
* checking Rd \usage sections ... NOTE
Warning: program compiled against libxml 212 using older 211
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                user system elapsed
TCGAanalyze_DEA               14.133  0.593  14.795
getManifest                   10.977  0.790 135.809
TCGAanalyze_LevelTab           7.528  0.239   7.784
TCGAvisualize_meanMethylation  5.412  0.231   5.656
GDCquery                       1.960  0.099  31.563
GDCprepare_clinic              1.545  0.080  53.854
matchedMetExp                  1.457  0.091  38.366
getDataCategorySummary         1.490  0.008  12.009
GDCquery_clinic                1.084  0.114  29.340
getResults                     0.942  0.052  19.092
getSampleFilesSummary          0.635  0.053  13.338
GDCquery_ATAC_seq              0.478  0.050   6.752
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 6 WARNINGs, 5 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/TCGAbiolinks.Rcheck/00check.log’
for details.


Installation output

TCGAbiolinks.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL TCGAbiolinks
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘TCGAbiolinks’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: program compiled against libxml 212 using older 211
** testing if installed package can be loaded from final location
Warning: program compiled against libxml 212 using older 211
** testing if installed package keeps a record of temporary installation path
* DONE (TCGAbiolinks)

Tests output

TCGAbiolinks.Rcheck/tests/testthat.Rout


R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-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.

> library(testthat)
> library(TCGAbiolinks)
Warning: program compiled against libxml 212 using older 211
> 
> test_check("TCGAbiolinks")

|                                                    |  0%                      
|==========================                          | 50% ~0 s remaining       
|====================================================|100% ~0 s remaining       
|====================================================|100%                      Completed after 0 s 

|                                                    |  0%                      
|==========================                          | 50% ~0 s remaining       
|====================================================|100% ~0 s remaining       
|====================================================|100%                      Completed after 0 s 
[1] "I need about  1 minute to finish complete  Enrichment analysis GO[BP,MF,CC] and Pathways... "
[1] "GO Enrichment Analysis BP completed....done"
[1] "GO Enrichment Analysis MF completed....done"
[1] "GO Enrichment Analysis CC completed....done"
[1] "Pathway Enrichment Analysis completed....done"
[ FAIL 0 | WARN 0 | SKIP 24 | PASS 32 ]

══ Skipped tests (24) ══════════════════════════════════════════════════════════
• On Bioconductor (24): 'test-prepare-download.R:4:5',
  'test-prepare-download.R:49:5', 'test-prepare-download.R:92:5',
  'test-prepare-download.R:102:5', 'test-prepare-download.R:124:5',
  'test-prepare-download.R:145:5', 'test-prepare-download.R:164:5',
  'test-prepare-download.R:183:5', 'test-prepare-download.R:199:5',
  'test-prepare-download.R:209:5', 'test-prepare-download.R:221:5',
  'test-prepare-download.R:246:5', 'test-prepare-download.R:286:5',
  'test-prepare-download.R:316:5', 'test-prepare-download.R:347:5',
  'test-prepare-download.R:381:5', 'test-query-clinical.R:13:5',
  'test-query-clinical.R:69:5', 'test-query.R:5:5', 'test-query.R:15:5',
  'test-query.R:44:5', 'test-query.R:86:5', 'test-query.R:127:5',
  'test-query.R:147:5'

[ FAIL 0 | WARN 0 | SKIP 24 | PASS 32 ]
> 
> proc.time()
   user  system elapsed 
 57.207   0.951  58.253 

Example timings

TCGAbiolinks.Rcheck/TCGAbiolinks-Ex.timings

nameusersystemelapsed
GDCdownload000
GDCprepare000
GDCprepare_clinic 1.545 0.08053.854
GDCquery 1.960 0.09931.563
GDCquery_ATAC_seq0.4780.0506.752
GDCquery_clinic 1.084 0.11429.340
PanCancerAtlas_subtypes0.0130.0040.017
TCGAVisualize_volcano0.4100.0390.451
TCGA_MolecularSubtype0.5030.0440.549
TCGAanalyze_DEA14.133 0.59314.795
TCGAanalyze_DEA_Affy000
TCGAanalyze_DMC1.3830.1041.489
TCGAanalyze_EA000
TCGAanalyze_EAcomplete3.6250.1043.737
TCGAanalyze_Filtering4.3380.0324.380
TCGAanalyze_LevelTab7.5280.2397.784
TCGAanalyze_Normalization1.8400.0161.860
TCGAanalyze_Pathview000
TCGAanalyze_Stemness2.2260.0162.248
TCGAanalyze_SurvivalKM0.2150.0000.215
TCGAanalyze_survival3.7620.1083.879
TCGAprepare_Affy000
TCGAquery_MatchedCoupledSampleTypes0.0030.0000.003
TCGAquery_SampleTypes0.0010.0000.002
TCGAquery_recount2000
TCGAquery_subtype0.0080.0000.008
TCGAtumor_purity0.0690.0040.073
TCGAvisualize_EAbarplot3.4960.0523.556
TCGAvisualize_Heatmap2.6860.0842.778
TCGAvisualize_PCA2.3330.0442.383
TCGAvisualize_meanMethylation5.4120.2315.656
TCGAvisualize_oncoprint0.0010.0000.000
TCGAvisualize_starburst0.0000.0000.001
UseRaw_afterFilter000
colDataPrepare0.1960.0084.119
dmc.non.parametric0.1350.0040.140
dmc.non.parametric.se0.2130.0080.222
gaiaCNVplot0.0370.0000.037
geneInfoHT0.0000.0000.001
getAdjacencyBiogrid0.0020.0000.002
getDataCategorySummary 1.490 0.00812.009
getGDCInfo0.0390.0041.220
getGDCprojects0.0210.0040.833
getLinkedOmicsData000
getMC3MAF000
getManifest 10.977 0.790135.809
getNbCases000
getNbFiles0.0010.0000.000
getProjectSummary0.0790.0083.420
getResults 0.942 0.05219.092
getSampleFilesSummary 0.635 0.05313.338
getTSS000
gliomaClassifier0.0010.0000.000
isServeOK0.0430.0001.132
matchedMetExp 1.457 0.09138.366