| Back to Multiple platform build/check report for BioC 3.11 | 
  | 
This page was generated on 2020-10-17 11:58:29 -0400 (Sat, 17 Oct 2020).
| TO THE DEVELOPERS/MAINTAINERS OF THE FlowSOM PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. | 
| Package 623/1905 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| FlowSOM 1.20.0 Sofie Van Gassen 
  | malbec2 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | OK | OK | OK | |||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||
| machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | [ WARNINGS ] | OK | 
| Package: FlowSOM | 
| Version: 1.20.0 | 
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:FlowSOM.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings FlowSOM_1.20.0.tar.gz | 
| StartedAt: 2020-10-17 01:13:49 -0400 (Sat, 17 Oct 2020) | 
| EndedAt: 2020-10-17 01:18:06 -0400 (Sat, 17 Oct 2020) | 
| EllapsedTime: 256.3 seconds | 
| RetCode: 0 | 
| Status: WARNINGS | 
| CheckDir: FlowSOM.Rcheck | 
| Warnings: 1 | 
##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:FlowSOM.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings FlowSOM_1.20.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.11-bioc/meat/FlowSOM.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘FlowSOM/DESCRIPTION’ ... OK
* this is package ‘FlowSOM’ version ‘1.20.0’
* 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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘FlowSOM’ can be installed ... WARNING
Found the following significant warnings:
  som.c:37:18: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
  som.c:47:15: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
  som.c:134:27: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
See ‘/Users/biocbuild/bbs-3.11-bioc/meat/FlowSOM.Rcheck/00install.out’ for details.
* 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 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 ... NOTE
AddFlowFrame: no visible global function definition for ‘is’
ReadInput: no visible global function definition for ‘is’
Undefined global functions or variables:
  is
Consider adding
  importFrom("methods", "is")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 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
CountGroups     13.700  1.069  14.871
FlowSOM         10.145  0.880  11.042
PlotOverview2D   6.232  0.613   7.078
TestOutliers     5.622  0.547   6.200
MetaclusterMFIs  5.420  0.659   6.122
PlotPies         5.225  0.579   5.831
ReadInput        5.213  0.589   5.815
FlowSOMSubset    5.234  0.480   5.727
GetFlowJoLabels  5.096  0.376   5.491
PlotNode         4.921  0.511   5.444
MetaClustering   4.812  0.409   5.232
MetaclusterCVs   4.641  0.542   5.191
GetMetaclusters  4.756  0.409   5.173
GetClusters      4.487  0.539   5.040
GetMFIs          4.624  0.401   5.072
* 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.11-bioc/meat/FlowSOM.Rcheck/00check.log’
for details.
FlowSOM.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL FlowSOM
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’
* installing *source* package ‘FlowSOM’ ...
** using staged installation
** libs
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c som.c -o som.o
som.c:37:18: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
        xdist += abs(tmp);
                 ^
som.c:37:18: note: use function 'fabs' instead
        xdist += abs(tmp);
                 ^~~
                 fabs
som.c:47:15: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
        tmp = abs(tmp);
              ^
som.c:47:15: note: use function 'fabs' instead
        tmp = abs(tmp);
              ^~~
              fabs
som.c:134:27: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
                change += abs(tmp);
                          ^
som.c:134:27: note: use function 'fabs' instead
                change += abs(tmp);
                          ^~~
                          fabs
3 warnings generated.
clang -mmacosx-version-min=10.13 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/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.0/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)
FlowSOM.Rcheck/FlowSOM-Ex.timings
| name | user | system | elapsed | |
| AggregateFlowFrames | 0.226 | 0.023 | 0.249 | |
| BuildMST | 1.656 | 0.126 | 1.784 | |
| BuildSOM | 2.386 | 0.136 | 2.552 | |
| CountGroups | 13.700 | 1.069 | 14.871 | |
| FMeasure | 0.004 | 0.001 | 0.004 | |
| FlowSOM | 10.145 | 0.880 | 11.042 | |
| FlowSOMSubset | 5.234 | 0.480 | 5.727 | |
| GetClusters | 4.487 | 0.539 | 5.040 | |
| GetFlowJoLabels | 5.096 | 0.376 | 5.491 | |
| GetMFIs | 4.624 | 0.401 | 5.072 | |
| GetMetaclusters | 4.756 | 0.409 | 5.173 | |
| Initialize_KWSP | 0.005 | 0.000 | 0.006 | |
| Initialize_PCA | 0.001 | 0.000 | 0.002 | |
| MetaClustering | 4.812 | 0.409 | 5.232 | |
| MetaclusterCVs | 4.641 | 0.542 | 5.191 | |
| MetaclusterMFIs | 5.420 | 0.659 | 6.122 | |
| NewData | 4.223 | 0.436 | 4.669 | |
| PlotCenters | 1.813 | 0.085 | 1.901 | |
| PlotClusters2D | 1.595 | 0.099 | 1.695 | |
| PlotGroups | 0.000 | 0.000 | 0.001 | |
| PlotLabels | 4.491 | 0.393 | 4.894 | |
| PlotMarker | 1.575 | 0.084 | 1.661 | |
| PlotNode | 4.921 | 0.511 | 5.444 | |
| PlotNumbers | 1.695 | 0.051 | 1.748 | |
| PlotOverview2D | 6.232 | 0.613 | 7.078 | |
| PlotPies | 5.225 | 0.579 | 5.831 | |
| PlotSD | 1.834 | 0.071 | 1.907 | |
| PlotStars | 1.880 | 0.116 | 1.999 | |
| PlotVariable | 1.692 | 0.080 | 1.774 | |
| Purity | 0.001 | 0.001 | 0.002 | |
| QueryStarPlot | 3.370 | 0.140 | 3.515 | |
| ReadInput | 5.213 | 0.589 | 5.815 | |
| TestOutliers | 5.622 | 0.547 | 6.200 | |
| UpdateNodeSize | 1.847 | 0.082 | 1.931 | |
| get_channels | 0.061 | 0.003 | 0.064 | |
| get_markers | 0.066 | 0.003 | 0.070 | |
| metaClustering_consensus | 3.667 | 0.253 | 3.930 | |