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

This page was generated on 2025-06-19 12:06 -0400 (Thu, 19 Jun 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4810
palomino8Windows Server 2022 Datacenterx644.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" 4548
kjohnson3macOS 13.7.1 Venturaarm644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4528
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4493
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 1624/2309HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.35.0  (landing page)
Nuno Saraiva-Agostinho
Snapshot Date: 2025-06-18 13:25 -0400 (Wed, 18 Jun 2025)
git_url: https://git.bioconductor.org/packages/psichomics
git_branch: devel
git_last_commit: bfacab9
git_last_commit_date: 2025-04-15 11:06:18 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.2 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
kjohnson3macOS 13.7.1 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.35.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.35.0.tar.gz
StartedAt: 2025-06-17 10:42:39 -0000 (Tue, 17 Jun 2025)
EndedAt: 2025-06-17 10:53:27 -0000 (Tue, 17 Jun 2025)
EllapsedTime: 648.2 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.35.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/psichomics.Rcheck’
* using R version 4.5.0 (2025-04-11)
* 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.35.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 ... 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 ... 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 ... 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  16.906  1.472  29.633
listSplicingAnnotations 13.528  1.009  22.479
loadAnnotation           3.409  0.281   6.113
listAllAnnotations       2.977  0.282   5.937
* 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: 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.22-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.5.0/site-library’
* installing *source* package ‘psichomics’ ...
** this is package ‘psichomics’ version ‘1.35.0’
** 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-4.5.0/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0/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-4.5.0/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0/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-4.5.0/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0/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-4.5.0/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0/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-4.5.0/lib -L/usr/local/lib -o psichomics.so RcppExports.o progressBar.o psiFastCalc.o vastToolsParser.o -L/home/biocbuild/R/R-4.5.0/lib -lR
installing to /home/biocbuild/R/R-4.5.0/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.5.0 (2025-04-11) -- "How About a Twenty-Six"
Copyright (C) 2025 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.193   0.029   0.297 

psichomics.Rcheck/tests/testthat.Rout


R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
Copyright (C) 2025 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.35.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 
 30.016   1.539  40.863 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
addObjectAttrs0.0010.0000.000
assignValuePerSubject0.0190.0050.048
blendColours0.0010.0000.005
calculateLoadingsContribution0.0080.0040.025
convertGeneIdentifiers16.906 1.47229.633
correlateGEandAS0.0200.0040.026
createGroupByAttribute0.0010.0000.002
createJunctionsTemplate0.0030.0000.003
customRowMeans0.0020.0000.002
diffAnalyses0.1050.0080.231
downloadFiles000
ensemblToUniprot0.0350.0040.676
filterGeneExpr0.0080.0000.022
filterGroups0.0020.0010.002
filterPSI0.0190.0000.030
getAttributesTime0.0040.0000.008
getDownloadsFolder0.0010.0000.000
getFirebrowseDateFormat0.0010.0000.000
getGeneList0.0040.0000.010
getGtexDataTypes0.0010.0000.000
getGtexTissues000
getNumerics0.0020.0000.002
getSampleFromSubject0.0010.0000.007
getSplicingEventFromGenes0.0050.0010.005
getSplicingEventTypes0.0000.0000.001
getSubjectFromSample0.0010.0000.000
getTCGAdataTypes0.0410.0001.545
getValidEvents0.0020.0040.006
groupPerElem0.0010.0000.001
hchart.survfit0.3110.0760.770
isFirebrowseUp0.0080.0000.265
labelBasedOnCutoff0.0010.0000.001
leveneTest0.0100.0000.023
listAllAnnotations2.9770.2825.937
listSplicingAnnotations13.528 1.00922.479
loadAnnotation3.4090.2816.113
loadGtexData000
loadLocalFiles000
loadSRAproject0.0000.0000.001
loadTCGAdata0.0180.0000.510
missingDataModal0.0000.0000.001
normaliseGeneExpression0.0250.0120.040
optimalSurvivalCutoff0.1610.0080.170
parseCategoricalGroups0.0010.0000.001
parseFirebrowseMetadata0.0610.0051.332
parseMatsEvent0.0070.0000.007
parseMatsGeneric0.0230.0080.031
parseMisoAnnotation0.1970.0140.444
parseMisoEvent0.0050.0000.005
parseMisoEventID0.0050.0030.016
parseMisoGeneric0.0420.0050.079
parseMisoId000
parseSplicingEvent0.0060.0000.005
parseSuppaEvent0.0050.0000.005
parseSuppaGeneric0.0250.0000.026
parseTcgaSampleInfo0.0050.0000.013
parseUrlsFromFirebrowseResponse0.0920.0331.021
parseVastToolsEvent0.0090.0000.017
parseVastToolsSE0.0260.0040.058
performICA0.0090.0000.016
performPCA0.0020.0000.002
plot.GEandAScorrelation0.7330.0410.905
plotDistribution0.8730.0710.946
plotGeneExprPerSample0.0870.0400.186
plotGroupIndependence0.2700.0760.694
plotICA0.1860.0090.343
plotLibrarySize0.2540.0190.274
plotPCA0.3110.0520.364
plotPCAvariance0.0620.0080.071
plotProtein0.8580.0762.745
plotRowStats0.7550.0720.835
plotSingleICA0.2600.0520.312
plotSplicingEvent0.0610.0120.073
plotSurvivalCurves0.1200.0080.128
plotSurvivalPvaluesByCutoff0.7520.0350.828
plotTranscripts0.0280.0030.931
prepareAnnotationFromEvents0.2530.0120.277
prepareFirebrowseArchives000
prepareJunctionQuantSTAR000
prepareSRAmetadata000
processSurvTerms0.0130.0000.014
psichomics000
quantifySplicing0.0130.0040.016
queryEnsembl0.0400.0080.611
queryEnsemblByGene0.1280.0122.105
queryFirebrowseData0.0490.0091.594
queryPubMed0.0350.0122.704
queryUniprot0.0460.0040.687
readFile0.0000.0020.001
renameDuplicated0.0000.0010.007
renderBoxplot0.0980.0150.120
survdiffTerms0.0090.0000.010
survfit.survTerms0.0270.0150.043
testGroupIndependence0.0030.0020.004
testSurvival0.030.000.03
textSuggestions0.0010.0000.001
trimWhitespace0.0010.0000.001