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

This page was generated on 2025-01-28 11:48 -0500 (Tue, 28 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4659
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4454
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" 4465
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4419
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4409
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-27 13:40 -0500 (Mon, 27 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
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    ERROR    OK  
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-28 16:01:33 -0000 (Tue, 28 Jan 2025)
EndedAt: 2025-01-28 16:13:23 -0000 (Tue, 28 Jan 2025)
EllapsedTime: 709.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               13.387  0.689  15.330
getManifest                   10.906  0.077 114.478
TCGAanalyze_LevelTab           7.352  0.200   7.564
TCGAvisualize_meanMethylation  5.421  0.168   5.660
GDCquery                       1.934  0.260  18.238
GDCprepare_clinic              1.511  0.103  41.933
matchedMetExp                  1.409  0.168  24.173
getDataCategorySummary         1.499  0.011   7.395
GDCquery_clinic                1.047  0.060  14.310
getResults                     0.884  0.024  14.564
getSampleFilesSummary          0.623  0.143   5.797
GDCquery_ATAC_seq              0.490  0.017   6.076
* 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 
 56.443   0.980  57.895 

Example timings

TCGAbiolinks.Rcheck/TCGAbiolinks-Ex.timings

nameusersystemelapsed
GDCdownload0.0010.0000.000
GDCprepare000
GDCprepare_clinic 1.511 0.10341.933
GDCquery 1.934 0.26018.238
GDCquery_ATAC_seq0.4900.0176.076
GDCquery_clinic 1.047 0.06014.310
PanCancerAtlas_subtypes0.0150.0000.016
TCGAVisualize_volcano0.3900.0330.554
TCGA_MolecularSubtype0.5110.0270.540
TCGAanalyze_DEA13.387 0.68915.330
TCGAanalyze_DEA_Affy000
TCGAanalyze_DMC1.3350.1281.482
TCGAanalyze_EA000
TCGAanalyze_EAcomplete3.6130.0843.835
TCGAanalyze_Filtering4.2840.0524.480
TCGAanalyze_LevelTab7.3520.2007.564
TCGAanalyze_Normalization1.7700.0161.789
TCGAanalyze_Pathview000
TCGAanalyze_Stemness2.0740.0242.102
TCGAanalyze_SurvivalKM0.2170.0040.221
TCGAanalyze_survival3.7180.0873.815
TCGAprepare_Affy000
TCGAquery_MatchedCoupledSampleTypes0.0030.0000.003
TCGAquery_SampleTypes0.0010.0000.002
TCGAquery_recount2000
TCGAquery_subtype0.0080.0000.007
TCGAtumor_purity0.0720.0000.072
TCGAvisualize_EAbarplot3.4740.0203.504
TCGAvisualize_Heatmap2.6980.0602.765
TCGAvisualize_PCA2.2020.0362.334
TCGAvisualize_meanMethylation5.4210.1685.660
TCGAvisualize_oncoprint000
TCGAvisualize_starburst0.0000.0000.001
UseRaw_afterFilter0.0010.0000.000
colDataPrepare0.2040.0042.640
dmc.non.parametric0.1430.0010.180
dmc.non.parametric.se0.2240.0000.225
gaiaCNVplot0.0370.0000.037
geneInfoHT0.0000.0000.001
getAdjacencyBiogrid0.0020.0000.002
getDataCategorySummary1.4990.0117.395
getGDCInfo0.0410.0040.981
getGDCprojects0.0250.0000.743
getLinkedOmicsData0.0000.0000.001
getMC3MAF000
getManifest 10.906 0.077114.478
getNbCases000
getNbFiles0.0000.0000.001
getProjectSummary0.0720.0001.976
getResults 0.884 0.02414.564
getSampleFilesSummary0.6230.1435.797
getTSS000
gliomaClassifier0.0010.0000.000
isServeOK0.0400.0080.956
matchedMetExp 1.409 0.16824.173