Back to Multiple platform build/check report for BioC 3.18:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2024-03-04 11:37:50 -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 1906/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scuttle 1.12.0  (landing page)
Aaron Lun
Snapshot Date: 2024-03-03 14:05:05 -0500 (Sun, 03 Mar 2024)
git_url: https://git.bioconductor.org/packages/scuttle
git_branch: RELEASE_3_18
git_last_commit: 94dd066
git_last_commit_date: 2023-10-24 11:22:45 -0500 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

BUILD BIN results for scuttle on lconway


To the developers/maintainers of the scuttle package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/scuttle.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: scuttle
Version: 1.12.0
Command: rm -rf scuttle.buildbin-libdir && mkdir scuttle.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh scuttle_1.12.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R scuttle.buildbin-libdir
StartedAt: 2024-03-04 01:03:57 -0500 (Mon, 04 Mar 2024)
EndedAt: 2024-03-04 01:05:43 -0500 (Mon, 04 Mar 2024)
EllapsedTime: 106.4 seconds
RetCode: 0
Status:   OK  
PackageFile: scuttle_1.12.0.tgz
PackageFileSize: 1.27 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf scuttle.buildbin-libdir && mkdir scuttle.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh scuttle_1.12.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R scuttle.buildbin-libdir
###
##############################################################################
##############################################################################


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=scuttle.buildbin-libdir scuttle_1.12.0.tar.gz'
>>>>>>> 

* installing *source* package ‘scuttle’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++11
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/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++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cumulative_prop.cpp -o cumulative_prop.o
In file included from cumulative_prop.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:218:43: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:236:43: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:254:46: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:272:46: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:287:35: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:304:35: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:321:38: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:338:38: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
8 warnings generated.
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c downsample_counts.cpp -o downsample_counts.o
In file included from downsample_counts.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:218:43: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:236:43: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:254:46: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:272:46: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:287:35: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:304:35: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:321:38: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:338:38: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
8 warnings generated.
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fit_linear_model.cpp -o fit_linear_model.o
In file included from fit_linear_model.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:218:43: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:236:43: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:254:46: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:272:46: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:287:35: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:304:35: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:321:38: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:338:38: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
8 warnings generated.
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c pool_size_factors.cpp -o pool_size_factors.o
In file included from pool_size_factors.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:218:43: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:236:43: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:254:46: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:272:46: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:287:35: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:304:35: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:321:38: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:338:38: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
8 warnings generated.
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c sparse_summarize.cpp -o sparse_summarize.o
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c sum_counts.cpp -o sum_counts.o
In file included from sum_counts.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:218:43: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:236:43: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i, size_t first, size_t last) = 0;
                                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:254:46: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:272:46: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    virtual sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i, size_t first, size_t last) = 0;
                                             ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:287:35: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:304:35: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i) {
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:321:38: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3)
    virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0;
                          ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:338:38: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual]
    sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i) {
                                     ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0;
                       ^
/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3)
    virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0;
                          ^
8 warnings generated.
clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -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/beachmat/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c utils.cpp -o utils.o
clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o scuttle.so RcppExports.o cumulative_prop.o downsample_counts.o fit_linear_model.o pool_size_factors.o sparse_summarize.o sum_counts.o utils.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.18-bioc/meat/scuttle.buildbin-libdir/00LOCK-scuttle/00new/scuttle/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 (scuttle)


>>>>>>> 
>>>>>>> FIXING PATHS TO DYNAMIC LIBRARIES FOR scuttle.buildbin-libdir/scuttle/libs/scuttle.so
>>>>>>> 

>>>>>>> Paths before fix:
scuttle.buildbin-libdir/scuttle/libs/scuttle.so:
	scuttle.so (compatibility version 0.0.0, current version 0.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib (compatibility version 4.3.0, current version 4.3.2)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRblas.dylib (compatibility version 0.0.0, current version 0.0.0)
	/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib (compatibility version 6.0.0, current version 6.0.0)
	/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libquadmath.0.dylib (compatibility version 1.0.0, current version 1.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libR.dylib (compatibility version 4.3.0, current version 4.3.2)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1775.118.101)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 905.6.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

>>>>>>> Fix with install_name_tool:
install_name_tool -change "/usr/local/lib/libgcc_s.1.1.dylib" "/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libgcc_s.1.1.dylib" "scuttle.buildbin-libdir/scuttle/libs/scuttle.so"
install_name_tool -change "/usr/local/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libgfortran.5.dylib" "scuttle.buildbin-libdir/scuttle/libs/scuttle.so"
install_name_tool -change "/usr/local/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libquadmath.0.dylib" "scuttle.buildbin-libdir/scuttle/libs/scuttle.so"
install_name_tool -change "/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libgfortran.5.dylib" "scuttle.buildbin-libdir/scuttle/libs/scuttle.so"
install_name_tool -change "/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libquadmath.0.dylib" "scuttle.buildbin-libdir/scuttle/libs/scuttle.so"

>>>>>>> Paths after fix:
scuttle.buildbin-libdir/scuttle/libs/scuttle.so:
	scuttle.so (compatibility version 0.0.0, current version 0.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib (compatibility version 4.3.0, current version 4.3.2)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRblas.dylib (compatibility version 0.0.0, current version 0.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libgfortran.5.dylib (compatibility version 6.0.0, current version 6.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libquadmath.0.dylib (compatibility version 1.0.0, current version 1.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libR.dylib (compatibility version 4.3.0, current version 4.3.2)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1775.118.101)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 905.6.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)