Back to Multiple platform build/check report for BioC 3.18:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-03-04 11:37:34 -0500 (Mon, 04 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.2 Patched (2023-11-13 r85521) -- "Eye Holes" 4692
palomino4Windows Server 2022 Datacenterx644.3.2 (2023-10-31 ucrt) -- "Eye Holes" 4445
lconwaymacOS 12.7.1 Montereyx86_644.3.2 Patched (2023-11-01 r85457) -- "Eye Holes" 4466
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 1307/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
mosbi 1.8.0  (landing page)
Tim Daniel Rose
Snapshot Date: 2024-03-03 14:05:05 -0500 (Sun, 03 Mar 2024)
git_url: https://git.bioconductor.org/packages/mosbi
git_branch: RELEASE_3_18
git_last_commit: adf6bad
git_last_commit_date: 2023-10-24 11:37:53 -0500 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

CHECK results for mosbi on lconway


To the developers/maintainers of the mosbi package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/mosbi.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: mosbi
Version: 1.8.0
Command: _R_CHECK_FORCE_SUGGESTS_=0 /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:mosbi.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings mosbi_1.8.0.tar.gz
StartedAt: 2024-03-03 21:57:01 -0500 (Sun, 03 Mar 2024)
EndedAt: 2024-03-03 21:57:44 -0500 (Sun, 03 Mar 2024)
EllapsedTime: 43.0 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: mosbi.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   _R_CHECK_FORCE_SUGGESTS_=0 /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:mosbi.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings mosbi_1.8.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc/meat/mosbi.Rcheck’
* using R version 4.3.2 Patched (2023-11-01 r85457)
* using platform: x86_64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.3 (clang-1403.0.22.14.1)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.7.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘mosbi/DESCRIPTION’ ... OK
* this is package ‘mosbi’ version ‘1.8.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package suggested but not available for checking: ‘runibic’
* 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:
  .BBSoptions
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 ‘mosbi’ can be installed ... WARNING
Found the following significant warnings:
  bicluster_methods.cpp:130:18: warning: loop variable 'i' of type 'const int &' binds to a temporary constructed from type 'double &' [-Wrange-loop-construct]
  bicluster_methods.cpp:137:18: warning: loop variable 'j' of type 'const int &' binds to a temporary constructed from type 'double &' [-Wrange-loop-construct]
See ‘/Users/biocbuild/bbs-3.18-bioc/meat/mosbi.Rcheck/00install.out’ for details.
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking C++ specification ... OK
  Not all R platforms support C++17
* 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 ... NOTE
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  ‘get_communities’
* 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 ... 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  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, 5 NOTEs
See
  ‘/Users/biocbuild/bbs-3.18-bioc/meat/mosbi.Rcheck/00check.log’
for details.



Installation output

mosbi.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library’
* installing *source* package ‘mosbi’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++17
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c attr_graph.cpp -o attr_graph.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c attributeConnector.cpp -o attributeConnector.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c attribute_overlap.cpp -o attribute_overlap.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c bicluster_methods.cpp -o bicluster_methods.o
bicluster_methods.cpp:130:18: warning: loop variable 'i' of type 'const int &' binds to a temporary constructed from type 'double &' [-Wrange-loop-construct]
  for(const int& i : row1){
                 ^
bicluster_methods.cpp:130:7: note: use non-reference type 'int' to make construction explicit or type 'const double &' to prevent copying
  for(const int& i : row1){
      ^~~~~~~~~~~~~~
bicluster_methods.cpp:137:18: warning: loop variable 'j' of type 'const int &' binds to a temporary constructed from type 'double &' [-Wrange-loop-construct]
  for(const int& j : col1){
                 ^
bicluster_methods.cpp:137:7: note: use non-reference type 'int' to make construction explicit or type 'const double &' to prevent copying
  for(const int& j : col1){
      ^~~~~~~~~~~~~~
2 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c boost_graph.cpp -o boost_graph.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c boost_write.cpp -o boost_write.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c distance_matrix.cpp -o distance_matrix.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c extractBF.cpp -o extractBF.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c extractQUBIC2.cpp -o extractQUBIC2.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c full_graph.cpp -o full_graph.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c misc.cpp -o misc.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c network_edge_strength.cpp -o network_edge_strength.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c sample_biclusters.cpp -o sample_biclusters.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c write_matrix.cpp -o write_matrix.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o mosbi.so RcppExports.o attr_graph.o attributeConnector.o attribute_overlap.o bicluster_methods.o boost_graph.o boost_write.o distance_matrix.o extractBF.o extractQUBIC2.o full_graph.o misc.o network_edge_strength.o sample_biclusters.o write_matrix.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/00LOCK-mosbi/00new/mosbi/libs
** R
** data
** 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 (mosbi)

Tests output

mosbi.Rcheck/tests/testthat.Rout


R version 4.3.2 Patched (2023-11-01 r85457) -- "Eye Holes"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-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(mosbi)

Attaching package: 'mosbi'

The following object is masked from 'package:testthat':

    has_names

> 
> test_check("mosbi")
6 6
[ FAIL 0 | WARN 2 | SKIP 0 | PASS 13 ]

[ FAIL 0 | WARN 2 | SKIP 0 | PASS 13 ]
> 
> proc.time()
   user  system elapsed 
  1.257   0.196   1.457 

Example timings

mosbi.Rcheck/mosbi-Ex.timings

nameusersystemelapsed
NoBFBiclusters000
algohistogram0.0000.0000.001
apply_threshold-bicluster_net-method0.0010.0000.001
apply_threshold-cooccurrence_net-method0.0000.0000.001
apply_threshold000
attr_overlap0.0000.0000.001
attributeConnector000
attribute_graph000
bicluster-class0.0020.0000.002
bicluster_heatmap-bicluster-matrix-method0.0320.0020.034
bicluster_heatmap0.0050.0010.007
bicluster_net-class0.0010.0010.002
bicluster_net_to_igraph-bicluster_net-method0.0010.0000.000
bicluster_net_to_igraph000
bicluster_network0.0000.0010.000
bicluster_to_matrix0.0010.0000.000
check_names0.0000.0010.001
clean_bicluster_list0.0010.0010.002
colhistogram0.0000.0000.001
cooccurrence_net-class0.0010.0000.002
cooccurrence_net_to_igraph-cooccurrence_net-method0.0000.0000.001
cooccurrence_net_to_igraph0.0000.0000.001
cpp_matrix_subsetting0.0000.0000.001
detect_elements0.0010.0000.002
dim-bicluster-method0.0010.0000.001
distance_matrix0.0010.0000.002
ensemble_biclusters0.0010.0000.001
feature_louvain_overlap0.0000.0010.000
feature_network000
filter_bicluster_size0.0010.0000.001
filter_biclusters0.0000.0000.001
filter_matrix000
filter_subsets0.0010.0000.002
full_graph0.0010.0000.001
getAkmbiclustClusters000
getBFCluster0.0000.0000.001
getBicAREbiclusters0.0000.0010.001
getBiclustClusters000
getBiclustpyClusters000
getFabiaClusters0.0000.0010.001
getIsaClusters000
getQUBIC2biclusters000
get_adjacency-bicluster_net-method000
get_adjacency0.0000.0000.001
get_algorithms0.0010.0000.001
get_bic_net_algorithms-bicluster_net-method000
get_bic_net_algorithms000
get_biclusters0.0000.0010.000
get_louvain_communities-bicluster_net-method000
get_louvain_communities-cooccurrence_net-method0.0000.0000.001
get_louvain_communities000
getallBFClusters000
has_names0.0010.0010.000
is_subset_or_identical0.0010.0000.001
mouse_data0.0000.0010.001
network_edge_strength000
network_edge_strength_float0.0000.0010.001
node_size0.0010.0000.000
occurance_matrix000
occurance_table000
p_overlap000
p_overlap_2d0.0000.0000.001
p_overlap_2d_higher0.0010.0000.000
p_overlap_higher000
plot-bicluster_net-missing-method0.0000.0010.001
plot-cooccurrence_net-missing-method0.0010.0000.001
plot_algo_network000
plot_piechart_bicluster_network000
randomize_matrix0.0010.0000.001
replace_threshold000
replace_values000
replace_values_float0.0000.0010.001
rowhistogram000
run_akmbiclust0.0000.0010.001
run_bimax0.0000.0000.001
run_cc0.0000.0000.001
run_fabia000
run_isa0.0000.0000.001
run_plaid000
run_qubic0.0000.0010.000
run_quest0.0010.0000.000
run_spectral0.0000.0000.001
run_unibic000
run_xmotifs000
sample_biclusters0.0000.0000.001
select_biclusters_from_bicluster_network-bicluster_net-list-method0.0000.0000.001
select_biclusters_from_bicluster_network000
set_bicluster_names0.0010.0000.002
similarity_matrix0.0000.0010.000
transpose_bicluster0.0010.0000.001
validate_bicluster0.0010.0010.000
write_graphml000
write_matrix0.0000.0000.001
zero_subsetting000