| Back to Mac ARM64 build report for BioC 3.17 |
|
This page was generated on 2023-10-20 09:38:09 -0400 (Fri, 20 Oct 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| kjohnson2 | macOS 12.6.1 Monterey | arm64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4347 |
| 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 1580/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| psichomics 1.26.0 (landing page) Nuno Saraiva-Agostinho
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | OK | OK | WARNINGS | OK | ||||||||
|
To the developers/maintainers of the psichomics package: - 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. |
| Package: psichomics |
| Version: 1.26.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:psichomics.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings psichomics_1.26.0.tar.gz |
| StartedAt: 2023-10-18 16:14:13 -0400 (Wed, 18 Oct 2023) |
| EndedAt: 2023-10-18 16:26:40 -0400 (Wed, 18 Oct 2023) |
| EllapsedTime: 746.9 seconds |
| RetCode: 0 |
| Status: WARNINGS |
| CheckDir: psichomics.Rcheck |
| Warnings: 1 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:psichomics.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings psichomics_1.26.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/psichomics.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.7
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘psichomics/DESCRIPTION’ ... OK
* this is package ‘psichomics’ version ‘1.26.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: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* 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 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 ... OK
* checking S3 generic/method consistency ... WARNING
survfit:
function(formula, ...)
survfit.survTerms:
function(survTerms, ...)
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 ... 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 ... OK
* 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 20.486 1.160 35.422
listSplicingAnnotations 14.918 0.903 21.512
loadAnnotation 3.898 0.232 5.695
* 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 in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 WARNING, 2 NOTEs
See
‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/psichomics.Rcheck/00check.log’
for details.
psichomics.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL psichomics ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’ * installing *source* package ‘psichomics’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c progressBar.cpp -o progressBar.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c psiFastCalc.cpp -o psiFastCalc.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c vastToolsParser.cpp -o vastToolsParser.o clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o psichomics.so RcppExports.o progressBar.o psiFastCalc.o vastToolsParser.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/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)
psichomics.Rcheck/tests/spelling.Rout
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (64-bit)
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.218 0.075 0.369
psichomics.Rcheck/tests/testthat.Rout
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (64-bit)
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.26.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 1 | SKIP 4 | PASS 1418 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• Couldn't resolve host name (1): 'testGeneInfo.R:99:5'
• On Bioconductor (2): 'testDiscardLowCoveragePSIs.R:61:5',
'testGeneInfo.R:50:5'
• On CRAN (1): 'testSRAloading.R:4:5'
[ FAIL 0 | WARN 1 | SKIP 4 | PASS 1418 ]
>
> proc.time()
user system elapsed
25.945 1.610 37.732
psichomics.Rcheck/psichomics-Ex.timings
| name | user | system | elapsed | |
| addObjectAttrs | 0.001 | 0.001 | 0.002 | |
| assignValuePerSubject | 0.021 | 0.007 | 0.035 | |
| blendColours | 0.001 | 0.000 | 0.001 | |
| calculateLoadingsContribution | 0.010 | 0.003 | 0.021 | |
| convertGeneIdentifiers | 20.486 | 1.160 | 35.422 | |
| correlateGEandAS | 0.022 | 0.007 | 0.039 | |
| createGroupByAttribute | 0.001 | 0.000 | 0.002 | |
| createJunctionsTemplate | 0.002 | 0.001 | 0.002 | |
| customRowMeans | 0.000 | 0.001 | 0.002 | |
| diffAnalyses | 0.085 | 0.008 | 0.119 | |
| downloadFiles | 0 | 0 | 0 | |
| ensemblToUniprot | 0.020 | 0.002 | 1.879 | |
| filterGeneExpr | 0.008 | 0.002 | 0.012 | |
| filterGroups | 0.002 | 0.001 | 0.003 | |
| filterPSI | 0.018 | 0.005 | 0.027 | |
| getAttributesTime | 0.003 | 0.000 | 0.005 | |
| getDownloadsFolder | 0.000 | 0.000 | 0.002 | |
| getFirebrowseDateFormat | 0 | 0 | 0 | |
| getGeneList | 0.004 | 0.001 | 0.008 | |
| getGtexDataTypes | 0.033 | 0.005 | 0.328 | |
| getGtexTissues | 0 | 0 | 0 | |
| getNumerics | 0.002 | 0.000 | 0.002 | |
| getSampleFromSubject | 0.001 | 0.000 | 0.001 | |
| getSplicingEventFromGenes | 0.004 | 0.001 | 0.005 | |
| getSplicingEventTypes | 0.000 | 0.001 | 0.001 | |
| getSubjectFromSample | 0 | 0 | 0 | |
| getTCGAdataTypes | 0.027 | 0.003 | 0.232 | |
| getValidEvents | 0.003 | 0.001 | 0.005 | |
| groupPerElem | 0.000 | 0.000 | 0.002 | |
| hchart.survfit | 0.280 | 0.152 | 0.590 | |
| isFirebrowseUp | 0.006 | 0.001 | 0.038 | |
| labelBasedOnCutoff | 0.001 | 0.001 | 0.001 | |
| leveneTest | 0.009 | 0.001 | 0.013 | |
| listAllAnnotations | 3.110 | 0.231 | 4.615 | |
| listSplicingAnnotations | 14.918 | 0.903 | 21.512 | |
| loadAnnotation | 3.898 | 0.232 | 5.695 | |
| loadGtexData | 0.000 | 0.001 | 0.001 | |
| loadLocalFiles | 0 | 0 | 0 | |
| loadSRAproject | 0.000 | 0.000 | 0.001 | |
| loadTCGAdata | 0.009 | 0.003 | 0.078 | |
| missingDataModal | 0.000 | 0.001 | 0.001 | |
| normaliseGeneExpression | 0.029 | 0.002 | 0.036 | |
| optimalSurvivalCutoff | 0.128 | 0.003 | 0.169 | |
| parseCategoricalGroups | 0.001 | 0.000 | 0.001 | |
| parseFirebrowseMetadata | 0.039 | 0.005 | 0.228 | |
| parseMatsEvent | 0.006 | 0.002 | 0.007 | |
| parseMatsGeneric | 0.024 | 0.004 | 0.036 | |
| parseMisoAnnotation | 0.151 | 0.027 | 0.220 | |
| parseMisoEvent | 0.005 | 0.001 | 0.006 | |
| parseMisoEventID | 0.006 | 0.002 | 0.013 | |
| parseMisoGeneric | 0.035 | 0.005 | 0.049 | |
| parseMisoId | 0.001 | 0.000 | 0.003 | |
| parseSplicingEvent | 0.006 | 0.002 | 0.009 | |
| parseSuppaEvent | 0.004 | 0.001 | 0.005 | |
| parseSuppaGeneric | 0.023 | 0.003 | 0.034 | |
| parseTcgaSampleInfo | 0.004 | 0.002 | 0.008 | |
| parseUrlsFromFirebrowseResponse | 0.025 | 0.002 | 0.172 | |
| parseVastToolsEvent | 0.006 | 0.001 | 0.009 | |
| parseVastToolsSE | 0.020 | 0.002 | 0.028 | |
| performICA | 0.006 | 0.004 | 0.010 | |
| performPCA | 0.002 | 0.001 | 0.002 | |
| plot.GEandAScorrelation | 0.486 | 0.026 | 0.665 | |
| plotDistribution | 0.753 | 0.094 | 1.082 | |
| plotGeneExprPerSample | 0.113 | 0.046 | 0.218 | |
| plotGroupIndependence | 0.177 | 0.005 | 0.231 | |
| plotICA | 0.123 | 0.016 | 0.177 | |
| plotLibrarySize | 0.203 | 0.050 | 0.328 | |
| plotPCA | 0.325 | 0.164 | 0.634 | |
| plotPCAvariance | 0.053 | 0.041 | 0.125 | |
| plotProtein | 0.625 | 0.135 | 1.724 | |
| plotRowStats | 0.535 | 0.014 | 0.705 | |
| plotSingleICA | 0.209 | 0.125 | 0.430 | |
| plotSplicingEvent | 0.050 | 0.001 | 0.066 | |
| plotSurvivalCurves | 0.098 | 0.047 | 0.192 | |
| plotSurvivalPvaluesByCutoff | 0.500 | 0.048 | 0.699 | |
| plotTranscripts | 0.019 | 0.001 | 1.311 | |
| prepareAnnotationFromEvents | 0.241 | 0.012 | 0.320 | |
| prepareFirebrowseArchives | 0 | 0 | 0 | |
| prepareJunctionQuantSTAR | 0.000 | 0.001 | 0.001 | |
| prepareSRAmetadata | 0 | 0 | 0 | |
| processSurvTerms | 0.013 | 0.001 | 0.016 | |
| psichomics | 0 | 0 | 0 | |
| quantifySplicing | 0.014 | 0.004 | 0.023 | |
| queryEnsembl | 0.028 | 0.002 | 0.741 | |
| queryEnsemblByGene | 0.113 | 0.014 | 2.916 | |
| queryFirebrowseData | 0.039 | 0.003 | 0.308 | |
| queryPubMed | 0.040 | 0.013 | 0.497 | |
| queryUniprot | 0.070 | 0.003 | 0.553 | |
| readFile | 0.001 | 0.001 | 0.002 | |
| renameDuplicated | 0.001 | 0.001 | 0.001 | |
| renderBoxplot | 0.101 | 0.045 | 0.192 | |
| survdiffTerms | 0.007 | 0.002 | 0.012 | |
| survfit.survTerms | 0.032 | 0.002 | 0.042 | |
| testGroupIndependence | 0.003 | 0.000 | 0.003 | |
| testSurvival | 0.031 | 0.001 | 0.042 | |
| textSuggestions | 0.001 | 0.000 | 0.001 | |
| trimWhitespace | 0.000 | 0.000 | 0.001 | |