############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:TCGAbiolinks.install-out.txt --library=F:\biocbuild\bbs-3.18-bioc\R\library --no-vignettes --timings TCGAbiolinks_2.30.4.tar.gz ### ############################################################################## ############################################################################## * using log directory 'F:/biocbuild/bbs-3.18-bioc/meat/TCGAbiolinks.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * 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.30.4' * package encoding: UTF-8 * 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 whether package 'TCGAbiolinks' can be installed ... OK * checking installed package size ... NOTE 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 R 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 ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking startup messages can be suppressed ... OK * checking dependencies in R code ... WARNING '::' or ':::' import not declared from: 'dnet' * checking S3 generic/method consistency ... WARNING print: function(x, ...) print.header: function(text, type) See section 'Generic functions and methods' in the 'Writing R Extensions' manual. * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE 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 : : no visible binding for global variable 'submitter_id' GDCquery : : no visible binding for global variable 'is_ffpe' GDCquery_clinic : : no visible binding for global variable 'submitter_id' GDCquery_clinic : : no visible global function definition for 'across' GDCquery_clinic : : 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 : : no visible global function definition for 'Read10X' read_gene_expression_quantification : : 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 ... 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 ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking files in 'vignettes' ... OK * checking examples ... ERROR Running examples in 'TCGAbiolinks-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: getManifest > ### Title: Get a Manifest from GDCquery output that can be used with > ### GDC-client > ### Aliases: getManifest > > ### ** Examples > > query <- GDCquery( + project = "TARGET-AML", + data.category = "Transcriptome Profiling", + data.type = "Gene Expression Quantification", + workflow.type = "STAR - Counts", + barcode = c("TARGET-20-PADZCG-04A-01R", "TARGET-20-PARJCR-09A-01R") + ) -------------------------------------- o GDCquery: Searching in GDC database -------------------------------------- Genome of reference: hg38 -------------------------------------------- oo Accessing GDC. This might take a while... -------------------------------------------- ooo Project: TARGET-AML Warning in open.connection(con, "rb") : cannot open URL 'https://api.gdc.cancer.gov/files/?pretty=true&expand=cases,cases.samples.portions.analytes.aliquots,cases.project,center,analysis,cases.samples&size=10246&filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.project.project_id%22,%22value%22:[%22TARGET-AML%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_category%22,%22value%22:[%22Transcriptome%20Profiling%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_type%22,%22value%22:[%22Gene%20Expression%20Quantification%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.analysis.workflow_type%22,%22value%22:[%22STAR%20-%20Counts%22]%7D%7D]%7D&format=JSON': HTTP status was '504 Gateway Timeout' Warning in open.connection(con, "rb") : cannot open URL 'https://api.gdc.cancer.gov/files/?pretty=true&expand=cases,cases.samples.portions.analytes.aliquots,cases.project,center,analysis,cases.samples&size=10246&filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.project.project_id%22,%22value%22:[%22TARGET-AML%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_category%22,%22value%22:[%22Transcriptome%20Profiling%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_type%22,%22value%22:[%22Gene%20Expression%20Quantification%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.analysis.workflow_type%22,%22value%22:[%22STAR%20-%20Counts%22]%7D%7D]%7D&format=JSON': HTTP status was '504 Gateway Timeout' Warning in open.connection(con, "rb") : cannot open URL 'https://api.gdc.cancer.gov/files/?pretty=true&expand=cases,cases.samples.portions.analytes.aliquots,cases.project,center,analysis,cases.samples&size=10246&filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.project.project_id%22,%22value%22:[%22TARGET-AML%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_category%22,%22value%22:[%22Transcriptome%20Profiling%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_type%22,%22value%22:[%22Gene%20Expression%20Quantification%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.analysis.workflow_type%22,%22value%22:[%22STAR%20-%20Counts%22]%7D%7D]%7D&format=JSON': HTTP status was '504 Gateway Timeout' Error: Error in getURL(url, fromJSON, timeout(600), simplifyDataFrame = TRUE): 'getURL()' failed: URL: https://api.gdc.cancer.gov/files/?pretty=true&expand=cases,cases.samples.portions.analytes.aliquots,cases.project,center,analysis,cases.samples&size=10246&filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.project.project_id%22,%22value%22:[%22TARGET-AML%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_category%22,%22value%22:[%22Transcriptome%20Profiling%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_type%22,%22value%22:[%22Gene%20Expression%20Quantification%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.analysis.workflow_type%22,%22value%22:[%22STAR%20-%20Counts%22]%7D%7D]%7D&format=JSON error: cannot open the connection to 'https://api.gdc.cancer.gov/files/?pretty=true&expand=cases,cases.samples.portions.analytes.aliquots,cases.project,center,analysis,cases.samples&size=10246&filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.project.project_id%22,%22value%22:[%22TARGET-AML%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_category%22,%22value%22:[%22Transcriptome%20Profiling%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_type%22,%22value%22:[%22Gene%20Expression%20Quantification%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.analysis.workflow_type%22,%22value%22:[%22STAR%20-%20Counts%22]%7D%7D]%7D&format=JSON' We will retry to access GDC! Error: lexical error: invalid char in json text.