Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-01-25 15:39 -0500 (Sat, 25 Jan 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 4658 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" | 4455 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R 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 1610/2286 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
psichomics 1.33.0 (landing page) Nuno Saraiva-Agostinho
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | WARNINGS | ||||||||||
To the developers/maintainers of the psichomics package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/psichomics.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. |
Package: psichomics |
Version: 1.33.0 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings psichomics_1.33.0.tar.gz |
StartedAt: 2025-01-25 10:28:44 -0000 (Sat, 25 Jan 2025) |
EndedAt: 2025-01-25 10:39:41 -0000 (Sat, 25 Jan 2025) |
EllapsedTime: 657.6 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: psichomics.Rcheck |
Warnings: 5 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings psichomics_1.33.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/psichomics.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 ‘psichomics/DESCRIPTION’ ... OK * this is package ‘psichomics’ version ‘1.33.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Imports includes 33 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 ... NOTE Found the following hidden files and directories: .devcontainer These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘psichomics’ 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/psichomics.Rcheck/00install.out’ for details. * used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’ * 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 ...Warning: program compiled against libxml 212 using older 211 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 ... NOTE Warning: program compiled against libxml 212 using older 211 * checking S3 generic/method consistency ... WARNING Warning: program compiled against libxml 212 using older 211 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 * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: colSums-EList-method.Rd: EList-class renderDataTableSparklines.Rd: renderDataTable showAlert.Rd: showModal Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 Documented arguments not in \usage in Rd file 'createSparklines.Rd': ‘id’ Documented arguments not in \usage in Rd file 'renderGeneticInfo.Rd': ‘ns’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. 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 line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed convertGeneIdentifiers 19.101 2.041 31.229 listSplicingAnnotations 14.130 0.775 20.912 loadAnnotation 3.616 0.167 5.633 listAllAnnotations 3.077 0.215 5.101 queryEnsemblByGene 0.119 0.012 6.298 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘spelling.R’ 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: 5 WARNINGs, 9 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/psichomics.Rcheck/00check.log’ for details.
psichomics.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL psichomics ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’ * installing *source* package ‘psichomics’ ... ** using staged installation ** libs using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c progressBar.cpp -o progressBar.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c psiFastCalc.cpp -o psiFastCalc.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c vastToolsParser.cpp -o vastToolsParser.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o progressBar.o psiFastCalc.o vastToolsParser.o -L/home/biocbuild/R/R/lib -lR installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/00LOCK-psichomics/00new/psichomics/libs ** R ** inst ** byte-compile and prepare package for lazy loading Warning: program compiled against libxml 212 using older 211 Creating a generic function for ‘colSums’ from package ‘base’ in package ‘psichomics’ ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning: program compiled against libxml 212 using older 211 ** checking absolute paths in shared objects and dynamic libraries ** 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 (psichomics)
psichomics.Rcheck/tests/spelling.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. > if(requireNamespace('spelling', quietly = TRUE)) + spelling::spell_check_test(vignettes = TRUE, error = FALSE, + skip_on_cran = TRUE) NULL > > proc.time() user system elapsed 0.182 0.057 0.226
psichomics.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(psichomics) Loading required package: shiny Loading required package: shinyBS Warning: program compiled against libxml 212 using older 211 Setting options('download.file.method.GEOquery'='auto') Setting options('GEOquery.inmemory.gpl'=FALSE) psichomics 1.33.0: start the visual interface by running psichomics() Full documentation and tutorials at https://nuno-agostinho.github.io/psichomics > > test_check("psichomics") | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% Retrieving rMATS annotation... Parsing rMATS annotation... Retrieving rMATS annotation... Parsing rMATS annotation... Retrieving MISO annotation... Parsing MISO annotation... | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% | | 0% |======== | 20% |================ | 40% |======================== | 60% |================================ | 80% |========================================| 100% Retrieving SUPPA annotation... Parsing SUPPA annotation... Retrieving VAST-TOOLS annotation... Parsing VAST-TOOLS annotation... ALT3 ALT5 COMBI EXSK IR MERGE3m MIC MULTI [ FAIL 0 | WARN 0 | SKIP 4 | PASS 1418 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • Couldn't resolve host name (1): 'testGeneInfo.R:99:5' • On Bioconductor (2): 'testDiscardLowCoveragePSIs.R:62:5', 'testGeneInfo.R:50:5' • On CRAN (1): 'testSRAloading.R:4:5' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 1418 ] > > proc.time() user system elapsed 32.078 2.828 44.986
psichomics.Rcheck/psichomics-Ex.timings
name | user | system | elapsed | |
addObjectAttrs | 0 | 0 | 0 | |
assignValuePerSubject | 0.018 | 0.004 | 0.023 | |
blendColours | 0.001 | 0.000 | 0.001 | |
calculateLoadingsContribution | 0.012 | 0.000 | 0.016 | |
convertGeneIdentifiers | 19.101 | 2.041 | 31.229 | |
correlateGEandAS | 0.026 | 0.007 | 0.034 | |
createGroupByAttribute | 0.002 | 0.001 | 0.002 | |
createJunctionsTemplate | 0.003 | 0.000 | 0.003 | |
customRowMeans | 0.001 | 0.000 | 0.001 | |
diffAnalyses | 0.102 | 0.012 | 0.115 | |
downloadFiles | 0 | 0 | 0 | |
ensemblToUniprot | 0.028 | 0.003 | 1.705 | |
filterGeneExpr | 0.009 | 0.001 | 0.009 | |
filterGroups | 0.001 | 0.000 | 0.001 | |
filterPSI | 0.019 | 0.000 | 0.019 | |
getAttributesTime | 0.004 | 0.000 | 0.004 | |
getDownloadsFolder | 0 | 0 | 0 | |
getFirebrowseDateFormat | 0 | 0 | 0 | |
getGeneList | 0.004 | 0.000 | 0.005 | |
getGtexDataTypes | 0 | 0 | 0 | |
getGtexTissues | 0 | 0 | 0 | |
getNumerics | 0.000 | 0.002 | 0.003 | |
getSampleFromSubject | 0.000 | 0.000 | 0.001 | |
getSplicingEventFromGenes | 0.003 | 0.002 | 0.005 | |
getSplicingEventTypes | 0 | 0 | 0 | |
getSubjectFromSample | 0 | 0 | 0 | |
getTCGAdataTypes | 0.029 | 0.012 | 1.486 | |
getValidEvents | 0.001 | 0.004 | 0.005 | |
groupPerElem | 0 | 0 | 0 | |
hchart.survfit | 0.306 | 0.075 | 0.385 | |
isFirebrowseUp | 0.006 | 0.000 | 0.248 | |
labelBasedOnCutoff | 0.000 | 0.000 | 0.001 | |
leveneTest | 0.009 | 0.000 | 0.009 | |
listAllAnnotations | 3.077 | 0.215 | 5.101 | |
listSplicingAnnotations | 14.130 | 0.775 | 20.912 | |
loadAnnotation | 3.616 | 0.167 | 5.633 | |
loadGtexData | 0.001 | 0.000 | 0.000 | |
loadLocalFiles | 0 | 0 | 0 | |
loadSRAproject | 0 | 0 | 0 | |
loadTCGAdata | 0.009 | 0.004 | 0.509 | |
missingDataModal | 0 | 0 | 0 | |
normaliseGeneExpression | 0.033 | 0.000 | 0.032 | |
optimalSurvivalCutoff | 0.164 | 0.000 | 0.164 | |
parseCategoricalGroups | 0.001 | 0.000 | 0.001 | |
parseFirebrowseMetadata | 0.060 | 0.000 | 1.312 | |
parseMatsEvent | 0.006 | 0.000 | 0.006 | |
parseMatsGeneric | 0.026 | 0.000 | 0.026 | |
parseMisoAnnotation | 0.216 | 0.012 | 0.247 | |
parseMisoEvent | 0.006 | 0.000 | 0.006 | |
parseMisoEventID | 0.008 | 0.000 | 0.008 | |
parseMisoGeneric | 0.042 | 0.000 | 0.044 | |
parseMisoId | 0 | 0 | 0 | |
parseSplicingEvent | 0.005 | 0.000 | 0.005 | |
parseSuppaEvent | 0.005 | 0.000 | 0.005 | |
parseSuppaGeneric | 0.027 | 0.000 | 0.027 | |
parseTcgaSampleInfo | 0.005 | 0.000 | 0.005 | |
parseUrlsFromFirebrowseResponse | 0.040 | 0.000 | 0.824 | |
parseVastToolsEvent | 0.008 | 0.000 | 0.008 | |
parseVastToolsSE | 0.026 | 0.000 | 0.026 | |
performICA | 0.008 | 0.000 | 0.008 | |
performPCA | 0.002 | 0.000 | 0.002 | |
plot.GEandAScorrelation | 0.786 | 0.043 | 0.831 | |
plotDistribution | 0.939 | 0.032 | 0.973 | |
plotGeneExprPerSample | 0.101 | 0.016 | 0.116 | |
plotGroupIndependence | 0.203 | 0.003 | 0.207 | |
plotICA | 0.164 | 0.004 | 0.174 | |
plotLibrarySize | 0.310 | 0.004 | 0.314 | |
plotPCA | 0.330 | 0.024 | 0.355 | |
plotPCAvariance | 0.066 | 0.004 | 0.070 | |
plotProtein | 0.819 | 0.064 | 3.469 | |
plotRowStats | 0.613 | 0.008 | 0.623 | |
plotSingleICA | 0.254 | 0.023 | 0.277 | |
plotSplicingEvent | 0.104 | 0.000 | 0.104 | |
plotSurvivalCurves | 0.116 | 0.004 | 0.121 | |
plotSurvivalPvaluesByCutoff | 0.697 | 0.000 | 0.699 | |
plotTranscripts | 0.025 | 0.000 | 2.708 | |
prepareAnnotationFromEvents | 0.214 | 0.004 | 0.219 | |
prepareFirebrowseArchives | 0 | 0 | 0 | |
prepareJunctionQuantSTAR | 0 | 0 | 0 | |
prepareSRAmetadata | 0 | 0 | 0 | |
processSurvTerms | 0.011 | 0.000 | 0.012 | |
psichomics | 0 | 0 | 0 | |
quantifySplicing | 0.014 | 0.000 | 0.013 | |
queryEnsembl | 0.037 | 0.000 | 1.248 | |
queryEnsemblByGene | 0.119 | 0.012 | 6.298 | |
queryFirebrowseData | 0.052 | 0.000 | 1.615 | |
queryPubMed | 0.042 | 0.000 | 1.689 | |
queryUniprot | 0.040 | 0.008 | 1.136 | |
readFile | 0.001 | 0.000 | 0.002 | |
renameDuplicated | 0.001 | 0.000 | 0.001 | |
renderBoxplot | 0.151 | 0.024 | 0.175 | |
survdiffTerms | 0.008 | 0.000 | 0.009 | |
survfit.survTerms | 0.026 | 0.004 | 0.030 | |
testGroupIndependence | 0.000 | 0.003 | 0.004 | |
testSurvival | 0.028 | 0.000 | 0.028 | |
textSuggestions | 0.001 | 0.000 | 0.000 | |
trimWhitespace | 0 | 0 | 0 | |