Back to Multiple platform build/check report for BioC 3.13
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2021-10-15 15:06:53 -0400 (Fri, 15 Oct 2021).

INSTALL results for SingleR on machv2

To the developers/maintainers of the SingleR package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/SingleR.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1780/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SingleR 1.6.1  (landing page)
Aaron Lun
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/SingleR
git_branch: RELEASE_3_13
git_last_commit: edbe717
git_last_commit_date: 2021-05-20 00:59:15 -0400 (Thu, 20 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: SingleR
Version: 1.6.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL SingleR
StartedAt: 2021-10-14 09:22:25 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 09:24:01 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 95.7 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL SingleR
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’
* installing *source* package ‘SingleR’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c fine_tune_de.cpp -o fine_tune_de.o
In file included from fine_tune_de.cpp:1:
In file included from /Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c fine_tune_sd.cpp -o fine_tune_sd.o
In file included from fine_tune_sd.cpp:1:
In file included from /Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c recompute_scores.cpp -o recompute_scores.o
In file included from recompute_scores.cpp:2:
In file included from /Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include/beachmat3/beachmat.h:24:
In file included from /Library/Frameworks/R.framework/Versions/4.1/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11:
/Library/Frameworks/R.framework/Versions/4.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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++ -mmacosx-version-min=10.13 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o SingleR.so RcppExports.o fine_tune_de.o fine_tune_sd.o recompute_scores.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.1/Resources/library/00LOCK-SingleR/00new/SingleR/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 (SingleR)