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

This page was generated on 2024-04-29 11:41:05 -0400 (Mon, 29 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 beta (2024-04-15 r86425) -- "Puppy Cup" 4752
palomino3Windows Server 2022 Datacenterx644.4.0 beta (2024-04-15 r86425 ucrt) -- "Puppy Cup" 4486
lconwaymacOS 12.7.1 Montereyx86_644.4.0 beta (2024-04-14 r86421) -- "Puppy Cup" 4518
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.0 beta (2024-04-15 r86425) -- "Puppy Cup" 4475
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 1323/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
mosbi 1.9.0  (landing page)
Tim Daniel Rose
Snapshot Date: 2024-04-28 14:00:16 -0400 (Sun, 28 Apr 2024)
git_url: https://git.bioconductor.org/packages/mosbi
git_branch: devel
git_last_commit: f7ace7e
git_last_commit_date: 2023-10-24 11:37:53 -0400 (Tue, 24 Oct 2023)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows 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
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  
kjohnson3macOS 13.6.5 Ventura / arm64see weekly results here

CHECK results for mosbi on kunpeng2


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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: mosbi
Version: 1.9.0
Command: /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD check --install=check:mosbi.install-out.txt --library=/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library --no-vignettes --timings mosbi_1.9.0.tar.gz
StartedAt: 2024-04-29 08:18:45 -0000 (Mon, 29 Apr 2024)
EndedAt: 2024-04-29 08:19:26 -0000 (Mon, 29 Apr 2024)
EllapsedTime: 41.1 seconds
RetCode: 0
Status:   OK  
CheckDir: mosbi.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD check --install=check:mosbi.install-out.txt --library=/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library --no-vignettes --timings mosbi_1.9.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/mosbi.Rcheck’
* using R version 4.4.0 beta (2024-04-15 r86425)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    gcc (GCC) 10.3.1
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘mosbi/DESCRIPTION’ ... OK
* this is package ‘mosbi’ version ‘1.9.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:
  .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 ... OK
* used C++ compiler: ‘g++ (GCC) 10.3.1’
* checking C++ specification ... OK
  Not all R platforms support C++17
* checking installed package size ... NOTE
  installed size is 16.1Mb
  sub-directories of 1Mb or more:
    libs  15.6Mb
* 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 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 ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 5 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/mosbi.Rcheck/00check.log’
for details.


Installation output

mosbi.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL mosbi
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’
* installing *source* package ‘mosbi’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 10.3.1’
using C++17
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c attr_graph.cpp -o attr_graph.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c attributeConnector.cpp -o attributeConnector.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c attribute_overlap.cpp -o attribute_overlap.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c bicluster_methods.cpp -o bicluster_methods.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c boost_graph.cpp -o boost_graph.o
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/scoped_ptr.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:22,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/scoped_ptr.hpp:75:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   75 |     explicit scoped_ptr( std::auto_ptr<T> p ) BOOST_SP_NOEXCEPT : px( p.release() )
      |                               ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/arg.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/placeholders.hpp:24,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_categories.hpp:16,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/graph_traits.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:24,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:18,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  361 |     explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
      |                                 ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
      |                                                                 ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  508 |     explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
      |                               ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  521 |     shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
      |                      ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  604 |     shared_ptr & operator=( std::auto_ptr<Y> & r )
      |                                  ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  613 |     shared_ptr & operator=( std::auto_ptr<Y> && r )
      |                                  ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_graph.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  615 |         this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
      |                                      ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/function_template.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/maybe_include.hpp:36,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/function3.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/dynamic_property_map.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/graphviz.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/graphml.hpp:20,
                 from boost_graph.cpp:3:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp: At global scope:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   48 | template<class T> T * get_pointer(std::auto_ptr<T> const& p)
      |                                        ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_graph.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c boost_write.cpp -o boost_write.o
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/scoped_ptr.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:22,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/scoped_ptr.hpp:75:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   75 |     explicit scoped_ptr( std::auto_ptr<T> p ) BOOST_SP_NOEXCEPT : px( p.release() )
      |                               ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/arg.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/placeholders.hpp:24,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_categories.hpp:16,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/graph_traits.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:24,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:18,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  361 |     explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
      |                                 ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
      |                                                                 ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  508 |     explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
      |                               ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  521 |     shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
      |                      ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  604 |     shared_ptr & operator=( std::auto_ptr<Y> & r )
      |                                  ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  613 |     shared_ptr & operator=( std::auto_ptr<Y> && r )
      |                                  ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/vector_property_map.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/property_map.hpp:598,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:27,
                 from boost_write.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  615 |         this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
      |                                      ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/function_template.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/maybe_include.hpp:36,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/function3.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/property_map/dynamic_property_map.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/graphviz.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/graphml.hpp:20,
                 from boost_write.cpp:3:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp: At global scope:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   48 | template<class T> T * get_pointer(std::auto_ptr<T> const& p)
      |                                        ^~~~~~~~
In file included from /usr/include/c++/10.3.1/memory:83,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/opt_storage.hpp:11,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/archive_constructed.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_container.hpp:14,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/detail/serialize_fca_container.hpp:12,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/unordered_set.hpp:17,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/graph/adjacency_list.hpp:20,
                 from boost_write.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c distance_matrix.cpp -o distance_matrix.o
distance_matrix.cpp: In member function ‘virtual void SimWorker::operator()(std::size_t, std::size_t)’:
distance_matrix.cpp:244:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  244 |   for(int i=begin;i<end;i++){
      |                   ~^~~~
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include/RcppParallel/TinyThread.h:7,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include/RcppParallel.h:6,
                 from distance_matrix.cpp:2:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include/RcppParallel/Common.h: In instantiation of ‘int RcppParallel::resolveValue(const char*, T, U) [with T = long unsigned int; U = int]’:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include/RcppParallel.h:57:28:   required from ‘void RcppParallel::parallelReduce(std::size_t, std::size_t, Reducer&, std::size_t, int) [with Reducer = SimWorker; std::size_t = long unsigned int]’
distance_matrix.cpp:278:43:   required from here
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include/RcppParallel/Common.h:16:23: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
   16 |    if (requestedValue != defaultValue && requestedValue > 0)
      |        ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c extractBF.cpp -o extractBF.o
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/arg.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/placeholders.hpp:24,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_categories.hpp:16,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_facade.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range_core.hpp:27,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/as_literal.hpp:18,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/trim.hpp:19,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:19,
                 from extractBF.cpp:3:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function.hpp:30,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/find_iterator.hpp:24,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/iter_find.hpp:27,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/split.hpp:16,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:23,
                 from extractBF.cpp:3:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   48 | template<class T> T * get_pointer(std::auto_ptr<T> const& p)
      |                                        ^~~~~~~~
In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41,
                 from /usr/include/c++/10.3.1/locale:43,
                 from /usr/include/c++/10.3.1/iomanip:43,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27,
                 from extractBF.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
extractBF.cpp: In function ‘Rcpp::S4 getBFCluster(Rcpp::String, int)’:
extractBF.cpp:92:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   92 |     for(int i=0; i<results.size();i++){
      |                  ~^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c extractQUBIC2.cpp -o extractQUBIC2.o
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/arg.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/placeholders.hpp:24,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_categories.hpp:16,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_facade.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range_core.hpp:27,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range.hpp:13,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/as_literal.hpp:18,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/trim.hpp:19,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:19,
                 from extractQUBIC2.cpp:7:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^
In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function.hpp:30,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/find_iterator.hpp:24,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/iter_find.hpp:27,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/split.hpp:16,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:23,
                 from extractQUBIC2.cpp:7:
/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   48 | template<class T> T * get_pointer(std::auto_ptr<T> const& p)
      |                                        ^~~~~~~~
In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41,
                 from /usr/include/c++/10.3.1/locale:43,
                 from /usr/include/c++/10.3.1/iomanip:43,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53,
                 from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27,
                 from extractQUBIC2.cpp:2:
/usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c full_graph.cpp -o full_graph.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c misc.cpp -o misc.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c network_edge_strength.cpp -o network_edge_strength.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c sample_biclusters.cpp -o sample_biclusters.o
g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG  -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c write_matrix.cpp -o write_matrix.o
g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -L/usr/local/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 -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -lR
installing to /home/biocbuild/R/R-beta-2024-04-15_r86425/site-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.4.0 beta (2024-04-15 r86425) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-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(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.313   0.104   1.403 

Example timings

mosbi.Rcheck/mosbi-Ex.timings

nameusersystemelapsed
NoBFBiclusters0.0010.0000.000
algohistogram0.0010.0000.001
apply_threshold-bicluster_net-method000
apply_threshold-cooccurrence_net-method0.0000.0000.001
apply_threshold000
attr_overlap000
attributeConnector0.0010.0000.000
attribute_graph000
bicluster-class0.0020.0000.003
bicluster_heatmap-bicluster-matrix-method0.0380.0000.038
bicluster_heatmap0.0090.0000.008
bicluster_net-class0.0020.0000.002
bicluster_net_to_igraph-bicluster_net-method000
bicluster_net_to_igraph000
bicluster_network000
bicluster_to_matrix0.0000.0000.001
check_names000
clean_bicluster_list0.0000.0020.002
colhistogram0.0010.0000.000
cooccurrence_net-class0.0020.0000.001
cooccurrence_net_to_igraph-cooccurrence_net-method000
cooccurrence_net_to_igraph000
cpp_matrix_subsetting0.0010.0000.001
detect_elements0.0010.0000.001
dim-bicluster-method000
distance_matrix0.0000.0000.001
ensemble_biclusters0.0010.0000.000
feature_louvain_overlap000
feature_network000
filter_bicluster_size0.0020.0000.001
filter_biclusters0.0010.0000.001
filter_matrix0.0000.0000.001
filter_subsets0.0010.0000.001
full_graph0.0010.0000.001
getAkmbiclustClusters0.0000.0000.001
getBFCluster000
getBicAREbiclusters0.0000.0000.001
getBiclustClusters000
getBiclustpyClusters000
getFabiaClusters000
getIsaClusters000
getQUBIC2biclusters000
get_adjacency-bicluster_net-method000
get_adjacency0.0010.0000.000
get_algorithms0.0010.0000.001
get_bic_net_algorithms-bicluster_net-method000
get_bic_net_algorithms000
get_biclusters0.0010.0000.000
get_louvain_communities-bicluster_net-method000
get_louvain_communities-cooccurrence_net-method0.0000.0000.001
get_louvain_communities000
getallBFClusters0.0010.0000.000
has_names000
is_subset_or_identical0.0010.0000.001
mouse_data000
network_edge_strength000
network_edge_strength_float000
node_size000
occurance_matrix0.0010.0000.001
occurance_table000
p_overlap000
p_overlap_2d000
p_overlap_2d_higher000
p_overlap_higher000
plot-bicluster_net-missing-method000
plot-cooccurrence_net-missing-method000
plot_algo_network000
plot_piechart_bicluster_network000
randomize_matrix0.0010.0000.001
replace_threshold000
replace_values000
replace_values_float000
rowhistogram0.0010.0000.001
run_akmbiclust000
run_bimax000
run_cc000
run_fabia000
run_isa000
run_plaid000
run_qubic000
run_quest000
run_spectral0.0010.0000.000
run_unibic0.0000.0010.000
run_xmotifs000
sample_biclusters000
select_biclusters_from_bicluster_network-bicluster_net-list-method000
select_biclusters_from_bicluster_network000
set_bicluster_names0.0000.0010.001
similarity_matrix0.0000.0010.001
transpose_bicluster0.0000.0010.001
validate_bicluster0.0000.0000.001
write_graphml000
write_matrix000
zero_subsetting0.0010.0000.001