Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2025-02-03 12:12 -0500 (Mon, 03 Feb 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4746
palomino8Windows Server 2022 Datacenterx644.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" 4494
merida1macOS 12.7.5 Montereyx86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4517
kjohnson1macOS 13.6.6 Venturaarm644.4.2 (2024-10-31) -- "Pile of Leaves" 4469
taishanLinux (openEuler 24.03 LTS)aarch644.4.2 (2024-10-31) -- "Pile of Leaves" 4400
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 1613/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.32.0  (landing page)
Nuno Saraiva-Agostinho
Snapshot Date: 2025-01-30 13:00 -0500 (Thu, 30 Jan 2025)
git_url: https://git.bioconductor.org/packages/psichomics
git_branch: RELEASE_3_20
git_last_commit: e9a5f73
git_last_commit_date: 2024-10-29 10:15:03 -0500 (Tue, 29 Oct 2024)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


CHECK results for psichomics on taishan

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.

raw results


Summary

Package: psichomics
Version: 1.32.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.32.0.tar.gz
StartedAt: 2025-01-31 09:21:08 -0000 (Fri, 31 Jan 2025)
EndedAt: 2025-01-31 09:31:14 -0000 (Fri, 31 Jan 2025)
EllapsedTime: 605.6 seconds
RetCode: 0
Status:   OK  
CheckDir: psichomics.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### 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.32.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/psichomics.Rcheck’
* using R version 4.4.2 (2024-10-31)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 12.3.1 (openEuler 12.3.1-36.oe2403)
* 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.32.0’
* 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 ... 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 ... OK
* 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 ... 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 ... OK
* 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 ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... 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 ... 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.
* 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  18.472  2.468  30.364
listSplicingAnnotations 13.690  0.732  20.856
loadAnnotation           3.532  0.116   5.646
queryEnsemblByGene       0.130  0.011   6.418
* 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: 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.20-bioc/meat/psichomics.Rcheck/00check.log’
for details.


Installation output

psichomics.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-4.4.2/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.4.2/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security  -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.4.2/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security  -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.4.2/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security  -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.4.2/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security  -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.4.2/site-library/00LOCK-psichomics/00new/psichomics/libs
** R
** inst
** byte-compile and prepare package for lazy loading
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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (psichomics)

Tests output

psichomics.Rcheck/tests/spelling.Rout


R version 4.4.2 (2024-10-31) -- "Pile of Leaves"
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.208   0.028   0.225 

psichomics.Rcheck/tests/testthat.Rout


R version 4.4.2 (2024-10-31) -- "Pile of Leaves"
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
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)

psichomics 1.32.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 
 28.218   1.732  39.792 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
addObjectAttrs000
assignValuePerSubject0.0280.0000.029
blendColours0.0010.0000.002
calculateLoadingsContribution0.0070.0070.021
convertGeneIdentifiers18.472 2.46830.364
correlateGEandAS0.0230.0070.032
createGroupByAttribute0.0020.0000.001
createJunctionsTemplate0.0000.0030.003
customRowMeans0.0010.0010.001
diffAnalyses0.1140.0080.123
downloadFiles000
ensemblToUniprot0.0300.0071.170
filterGeneExpr0.010.000.01
filterGroups0.0020.0000.002
filterPSI0.0160.0040.020
getAttributesTime0.0040.0000.004
getDownloadsFolder0.0010.0000.000
getFirebrowseDateFormat0.0010.0000.000
getGeneList0.0000.0050.005
getGtexDataTypes0.0000.0010.001
getGtexTissues000
getNumerics0.0030.0000.003
getSampleFromSubject0.0010.0000.001
getSplicingEventFromGenes0.0060.0000.005
getSplicingEventTypes000
getSubjectFromSample0.0000.0000.001
getTCGAdataTypes0.0420.0041.535
getValidEvents0.0050.0000.005
groupPerElem0.0010.0000.001
hchart.survfit0.3780.0760.502
isFirebrowseUp0.0070.0000.255
labelBasedOnCutoff000
leveneTest0.0110.0000.011
listAllAnnotations2.8610.2554.914
listSplicingAnnotations13.690 0.73220.856
loadAnnotation3.5320.1165.646
loadGtexData000
loadLocalFiles000
loadSRAproject0.0010.0000.000
loadTCGAdata0.0150.0000.538
missingDataModal000
normaliseGeneExpression0.0320.0030.037
optimalSurvivalCutoff0.1760.0000.179
parseCategoricalGroups0.0010.0000.001
parseFirebrowseMetadata0.0650.0041.392
parseMatsEvent0.0070.0000.007
parseMatsGeneric0.0330.0000.033
parseMisoAnnotation0.1990.0040.222
parseMisoEvent0.0060.0000.006
parseMisoEventID0.0080.0000.009
parseMisoGeneric0.0460.0000.046
parseMisoId0.0010.0000.000
parseSplicingEvent0.0060.0000.006
parseSuppaEvent0.0050.0000.006
parseSuppaGeneric0.0250.0040.030
parseTcgaSampleInfo0.0060.0000.006
parseUrlsFromFirebrowseResponse0.0390.0040.873
parseVastToolsEvent0.0080.0000.008
parseVastToolsSE0.0290.0000.028
performICA0.010.000.01
performPCA0.0010.0000.002
plot.GEandAScorrelation0.8100.0480.861
plotDistribution1.1060.0161.125
plotGeneExprPerSample0.1280.0030.133
plotGroupIndependence0.2780.0070.287
plotICA0.1770.0110.195
plotLibrarySize0.2970.0000.298
plotPCA0.3630.0400.403
plotPCAvariance0.0710.0040.076
plotProtein0.9540.0362.585
plotRowStats0.7330.0000.736
plotSingleICA0.3050.0300.336
plotSplicingEvent0.0760.0000.077
plotSurvivalCurves0.1190.0160.136
plotSurvivalPvaluesByCutoff0.7670.0120.781
plotTranscripts0.0270.0002.173
prepareAnnotationFromEvents0.2900.0200.311
prepareFirebrowseArchives000
prepareJunctionQuantSTAR000
prepareSRAmetadata000
processSurvTerms0.0130.0000.013
psichomics000
quantifySplicing0.0160.0000.015
queryEnsembl0.0450.0001.255
queryEnsemblByGene0.1300.0116.418
queryFirebrowseData0.0580.0001.654
queryPubMed0.0470.0001.867
queryUniprot0.0560.0040.970
readFile0.0000.0010.002
renameDuplicated0.0000.0010.000
renderBoxplot0.1070.0080.117
survdiffTerms0.0080.0000.008
survfit.survTerms0.030.000.03
testGroupIndependence0.0040.0000.004
testSurvival0.0290.0000.030
textSuggestions0.0010.0000.001
trimWhitespace0.0000.0000.001