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

This page was generated on 2025-09-01 11:39 -0400 (Mon, 01 Sep 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4824
merida1macOS 12.7.5 Montereyx86_644.5.1 RC (2025-06-05 r88288) -- "Great Square Root" 4606
kjohnson1macOS 13.6.6 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4547
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4579
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 1644/2341HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.34.0  (landing page)
Nuno Saraiva-Agostinho
Snapshot Date: 2025-08-28 13:40 -0400 (Thu, 28 Aug 2025)
git_url: https://git.bioconductor.org/packages/psichomics
git_branch: RELEASE_3_21
git_last_commit: 1e06f30
git_last_commit_date: 2025-04-15 11:06:18 -0400 (Tue, 15 Apr 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  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
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


CHECK results for psichomics on nebbiolo1

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.

raw results


Summary

Package: psichomics
Version: 1.34.0
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings psichomics_1.34.0.tar.gz
StartedAt: 2025-09-01 01:42:44 -0400 (Mon, 01 Sep 2025)
EndedAt: 2025-09-01 01:51:34 -0400 (Mon, 01 Sep 2025)
EllapsedTime: 529.7 seconds
RetCode: 0
Status:   OK  
CheckDir: psichomics.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings psichomics_1.34.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/psichomics.Rcheck’
* using R version 4.5.1 (2025-06-13)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘psichomics/DESCRIPTION’ ... OK
* this is package ‘psichomics’ version ‘1.34.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: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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  15.477  2.208  18.481
listSplicingAnnotations 11.337  1.579  13.570
* 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 re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/psichomics.Rcheck/00check.log’
for details.


Installation output

psichomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL psichomics
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’
* installing *source* package ‘psichomics’ ...
** this is package ‘psichomics’ version ‘1.34.0’
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c progressBar.cpp -o progressBar.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c psiFastCalc.cpp -o psiFastCalc.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c vastToolsParser.cpp -o vastToolsParser.o
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.21-bioc/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o progressBar.o psiFastCalc.o vastToolsParser.o -L/home/biocbuild/bbs-3.21-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.21-bioc/R/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.1 (2025-06-13) -- "Great Square Root"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-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)
All Done!
> 
> proc.time()
   user  system elapsed 
  0.152   0.034   0.174 

psichomics.Rcheck/tests/testthat.Rout


R version 4.5.1 (2025-06-13) -- "Great Square Root"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-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.34.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 
 23.551   1.346  26.830 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
addObjectAttrs0.0010.0010.001
assignValuePerSubject0.0140.0040.020
blendColours0.0000.0010.001
calculateLoadingsContribution0.0070.0020.009
convertGeneIdentifiers15.477 2.20818.481
correlateGEandAS0.0170.0040.022
createGroupByAttribute0.0010.0000.001
createJunctionsTemplate0.0010.0010.002
customRowMeans0.0010.0000.000
diffAnalyses0.0680.0140.081
downloadFiles000
ensemblToUniprot0.0280.0080.523
filterGeneExpr0.0080.0040.012
filterGroups0.0000.0020.003
filterPSI0.0220.0060.027
getAttributesTime0.0040.0010.005
getDownloadsFolder0.0000.0000.001
getFirebrowseDateFormat0.0010.0000.000
getGeneList0.0040.0020.006
getGtexDataTypes0.0000.0010.001
getGtexTissues0.0000.0010.000
getNumerics0.0030.0010.003
getSampleFromSubject0.0010.0010.002
getSplicingEventFromGenes0.0070.0000.007
getSplicingEventTypes0.0010.0000.000
getSubjectFromSample0.0000.0000.001
getTCGAdataTypes0.0400.0200.229
getValidEvents0.0030.0020.005
groupPerElem0.0010.0000.001
hchart.survfit0.2900.1360.443
isFirebrowseUp0.0050.0020.029
labelBasedOnCutoff0.0000.0010.001
leveneTest0.0070.0020.009
listAllAnnotations2.5540.8453.562
listSplicingAnnotations11.337 1.57913.570
loadAnnotation2.9250.3643.452
loadGtexData0.0010.0000.000
loadLocalFiles0.0010.0000.000
loadSRAproject000
loadTCGAdata0.0130.0000.048
missingDataModal0.0010.0000.000
normaliseGeneExpression0.0270.0040.031
optimalSurvivalCutoff0.1110.0020.113
parseCategoricalGroups0.0010.0000.001
parseFirebrowseMetadata0.0500.0030.169
parseMatsEvent0.0040.0010.005
parseMatsGeneric0.0170.0020.018
parseMisoAnnotation0.1200.0110.135
parseMisoEvent0.0040.0000.004
parseMisoEventID0.0070.0000.007
parseMisoGeneric0.0240.0070.031
parseMisoId0.0000.0000.001
parseSplicingEvent0.0040.0020.006
parseSuppaEvent0.0010.0030.004
parseSuppaGeneric0.0150.0040.019
parseTcgaSampleInfo0.0030.0020.005
parseUrlsFromFirebrowseResponse0.0300.0020.135
parseVastToolsEvent0.0030.0020.006
parseVastToolsSE0.0160.0030.019
performICA0.0070.0030.010
performPCA0.0020.0000.002
plot.GEandAScorrelation0.6010.1080.708
plotDistribution0.5750.0270.602
plotGeneExprPerSample0.1120.0110.123
plotGroupIndependence0.1510.0030.154
plotICA0.1060.0030.110
plotLibrarySize0.1590.0070.167
plotPCA0.2200.0260.247
plotPCAvariance0.0450.0060.051
plotProtein0.6420.0351.763
plotRowStats0.4810.0050.486
plotSingleICA0.1760.0150.190
plotSplicingEvent0.0420.0010.043
plotSurvivalCurves0.0840.0050.088
plotSurvivalPvaluesByCutoff0.5090.0130.522
plotTranscripts0.0200.0030.838
prepareAnnotationFromEvents0.1590.0060.165
prepareFirebrowseArchives0.0010.0000.000
prepareJunctionQuantSTAR0.0010.0000.000
prepareSRAmetadata0.0000.0000.001
processSurvTerms0.0090.0000.009
psichomics0.0000.0010.000
quantifySplicing0.0090.0040.014
queryEnsembl0.0330.0030.491
queryEnsemblByGene0.1490.0213.082
queryFirebrowseData0.0650.0020.244
queryPubMed0.1110.0090.500
queryUniprot0.0950.0010.495
readFile0.0010.0010.003
renameDuplicated0.0010.0000.001
renderBoxplot0.0870.0110.098
survdiffTerms0.0040.0030.007
survfit.survTerms0.0220.0030.025
testGroupIndependence0.0030.0020.003
testSurvival0.0240.0000.023
textSuggestions000
trimWhitespace0.0010.0000.000