Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-11-20 12:06 -0500 (Wed, 20 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4481
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4479
palomino8Windows Server 2022 Datacenterx644.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" 4359
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4539
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 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 742/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
FlowSOM 2.14.0  (landing page)
Sofie Van Gassen
Snapshot Date: 2024-11-19 13:40 -0500 (Tue, 19 Nov 2024)
git_url: https://git.bioconductor.org/packages/FlowSOM
git_branch: RELEASE_3_20
git_last_commit: 85b1db5
git_last_commit_date: 2024-10-29 09:57:26 -0500 (Tue, 29 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  


CHECK results for FlowSOM on lconway

To the developers/maintainers of the FlowSOM package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/FlowSOM.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: FlowSOM
Version: 2.14.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:FlowSOM.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings FlowSOM_2.14.0.tar.gz
StartedAt: 2024-11-19 22:10:15 -0500 (Tue, 19 Nov 2024)
EndedAt: 2024-11-19 22:20:38 -0500 (Tue, 19 Nov 2024)
EllapsedTime: 622.7 seconds
RetCode: 0
Status:   OK  
CheckDir: FlowSOM.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:FlowSOM.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings FlowSOM_2.14.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/FlowSOM.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-apple-darwin20
* 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.7.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘FlowSOM/DESCRIPTION’ ... OK
* this is package ‘FlowSOM’ version ‘2.14.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib:
  cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES'
 OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘FlowSOM’ 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 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 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 ... NOTE
checkRd: (-1) PlotDimRed.Rd:55: Lost braces
    55 | of the dimred default = function(dimred){dimred$Y}.}
       |                                         ^
* 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                     user system elapsed
FlowSOMmary        35.241  1.837  36.946
PlotDimRed         27.380  1.555  28.985
PlotOutliers       12.760  0.804  13.603
PlotMarker         11.933  1.013  12.994
UpdateMetaclusters 10.889  1.002  11.918
PlotStars           9.920  1.006  10.964
FlowSOM             8.416  0.906   9.359
GroupStats          8.404  0.747   9.170
PlotGroups          8.026  1.047   9.110
AddAnnotation       6.334  0.559   6.912
PlotManualBars      5.959  0.814   6.825
query_multiple      6.311  0.434   6.771
QueryMultiple       6.169  0.481   6.673
GetFlowJoLabels     5.581  0.898   6.526
Plot2DScatters      5.180  0.712   5.907
PlotNode            4.862  0.850   5.760
PlotNumbers         4.625  0.751   5.397
PlotVariable        4.714  0.659   5.396
PlotPies            4.619  0.708   5.357
QueryStarPlot       4.671  0.347   5.035
* 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: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.20-bioc/meat/FlowSOM.Rcheck/00check.log’
for details.


Installation output

FlowSOM.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL FlowSOM
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘FlowSOM’ ...
** 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 x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c som.c -o som.o
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o FlowSOM.so som.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/00LOCK-FlowSOM/00new/FlowSOM/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (FlowSOM)

Tests output


Example timings

FlowSOM.Rcheck/FlowSOM-Ex.timings

nameusersystemelapsed
AddAnnotation6.3340.5596.912
AggregateFlowFrames0.0750.0020.077
BuildMST1.0970.0831.183
BuildSOM0.8660.0850.958
CountGroups4.3780.5204.916
FMeasure0.0020.0000.001
FlowSOM8.4160.9069.359
FlowSOMSubset3.0120.3203.344
FlowSOMmary35.241 1.83736.946
GetChannels0.0310.0020.034
GetClusterMFIs3.0120.5603.591
GetClusterPercentagesPositive3.0600.6543.734
GetClusters3.0280.6003.646
GetCounts3.0550.5963.668
GetFeatures3.9470.4354.409
GetFlowJoLabels5.5810.8986.526
GetMFIs3.5500.7314.312
GetMarkers0.0320.0020.033
GetMetaclusterCVs3.2900.7584.084
GetMetaclusterMFIs3.1070.6663.783
GetMetaclusterPercentagesPositive3.1030.6373.759
GetMetaclusters3.0360.6213.668
GetPercentages3.0060.8053.818
GroupStats8.4040.7479.170
Initialize_KWSP0.0030.0000.003
Initialize_PCA0.0010.0010.001
MetaClustering2.1200.3852.515
MetaclusterCVs3.1260.6853.826
MetaclusterMFIs3.6710.8344.516
NClusters3.3850.6564.068
NMetaclusters3.4440.8574.311
NewData2.6780.5043.194
Plot2DScatters5.1800.7125.907
PlotCenters0.7950.1060.902
PlotClusters2D0.8080.0910.903
PlotDimRed27.380 1.55528.985
PlotFileScatters0.5820.0390.626
PlotFlowSOM4.3010.6574.974
PlotGroups8.0261.0479.110
PlotLabels4.0270.7214.782
PlotManualBars5.9590.8146.825
PlotMarker11.933 1.01312.994
PlotNode4.8620.8505.760
PlotNumbers4.6250.7515.397
PlotOutliers12.760 0.80413.603
PlotOverview2D3.6320.6644.309
PlotPies4.6190.7085.357
PlotSD1.5170.1951.717
PlotStars 9.920 1.00610.964
PlotVariable4.7140.6595.396
Purity0.0010.0000.001
QueryMultiple6.1690.4816.673
QueryStarPlot4.6710.3475.035
ReadInput2.4620.5913.063
SaveClustersToFCS3.7280.8094.551
TestOutliers3.3740.5643.959
UpdateMetaclusters10.889 1.00211.918
UpdateNodeSize4.1500.2324.395
get_channels0.0310.0010.032
get_markers0.0320.0020.034
metaClustering_consensus2.0310.5682.616
plotStarLegend0.2820.0020.284
print.FlowSOM3.4060.6874.108
query_multiple6.3110.4346.771