This page was generated on 2019-04-09 12:25:44 -0400 (Tue, 09 Apr 2019).
scater 1.11.15 Davis McCarthy
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019) |
URL: https://git.bioconductor.org/packages/scater |
Branch: master |
Last Commit: 30a42c8 |
Last Changed Date: 2019-04-07 14:45:06 -0400 (Sun, 07 Apr 2019) |
| malbec2 | Linux (Ubuntu 18.04.2 LTS) / x86_64 | OK | OK | OK | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | [ OK ] | |
celaya2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf scater.buildbin-libdir && mkdir scater.buildbin-libdir && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=scater.buildbin-libdir scater_1.11.15.tar.gz
###
##############################################################################
##############################################################################
install for i386
* installing *source* package 'scater' ...
** libs
C:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c calc_exprs.cpp -o calc_exprs.o
calc_exprs.cpp: In instantiation of 'normalizer<M>::normalizer(M*, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
calc_exprs.cpp:105:67: required from 'Rcpp::RObject norm_exprs_internal(Rcpp::RObject, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject, Rcpp::RObject, Rcpp::RObject) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
calc_exprs.cpp:144:112: required from here
calc_exprs.cpp:24:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (i < 0 || i >= nsets) {
^
calc_exprs.cpp:39:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (current.size() != ncells) {
^
calc_exprs.cpp:51:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (set_id.size()!=ptr->get_nrow()) {
^
calc_exprs.cpp: In instantiation of 'normalizer<M>::normalizer(M*, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
calc_exprs.cpp:105:67: required from 'Rcpp::RObject norm_exprs_internal(Rcpp::RObject, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject, Rcpp::RObject, Rcpp::RObject) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
calc_exprs.cpp:146:112: required from here
calc_exprs.cpp:24:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (i < 0 || i >= nsets) {
^
calc_exprs.cpp:39:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (current.size() != ncells) {
^
calc_exprs.cpp:51:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (set_id.size()!=ptr->get_nrow()) {
^
C:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c combined_qc.cpp -o combined_qc.o
combined_qc.cpp: In function 'void check_topset(const IntegerVector&)':
combined_qc.cpp:15:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t t=1; t<top.size(); ++t) {
^
combined_qc.cpp: In instantiation of 'void compute_cumsum(typename V::iterator, size_t, const IntegerVector&, IT) [with T = int; V = Rcpp::Vector<13>; IT = double*; typename V::iterator = int*; size_t = unsigned int; Rcpp::IntegerVector = Rcpp::Vector<13>]':
combined_qc.cpp:274:109: required from 'SEXPREC* top_cumprop_internal(Rcpp::RObject, Rcpp::IntegerVector) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; SEXP = SEXPREC*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
combined_qc.cpp:285:74: required from here
combined_qc.cpp:35:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (x<target_index && x<ngenes) { // '<' as top contains 1-based indices.
^
combined_qc.cpp: In instantiation of 'void compute_cumsum(typename V::iterator, size_t, const IntegerVector&, IT) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; IT = double*; typename V::iterator = double*; size_t = unsigned int; Rcpp::IntegerVector = Rcpp::Vector<13>]':
combined_qc.cpp:274:109: required from 'SEXPREC* top_cumprop_internal(Rcpp::RObject, Rcpp::IntegerVector) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; SEXP = SEXPREC*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
combined_qc.cpp:287:74: required from here
combined_qc.cpp:35:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c init.cpp -o init.o
C:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c num_exprs.cpp -o num_exprs.o
C:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c sum_counts.cpp -o sum_counts.o
sum_counts.cpp: In function 'SEXPREC* sum_row_counts(SEXP, SEXP, SEXP, SEXP)':
sum_counts.cpp:72:18: warning: unused variable 'ncells' [-Wunused-variable]
const size_t ncells=end_index - start_index;
^
sum_counts.cpp: In instantiation of 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; O = beachmat::lin_output<int, Rcpp::Vector<13> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = unsigned int]':
sum_counts.cpp:150:83: required from here
sum_counts.cpp:96:18: warning: unused variable 'ncells' [-Wunused-variable]
const size_t ncells=mat->get_ncol();
^
sum_counts.cpp: In instantiation of 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; O = beachmat::lin_output<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = unsigned int]':
sum_counts.cpp:154:83: required from here
sum_counts.cpp:96:18: warning: unused variable 'ncells' [-Wunused-variable]
In file included from sum_counts.cpp:5:0:
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h: In instantiation of 'Rcpp::traits::storage_type<13>::type* beachmat::const_column<M>::get_indices() [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; Rcpp::Vector<13>::iterator = int*; Rcpp::traits::storage_type<13>::type = int]':
sum_counts.cpp:120:49: required from 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; O = beachmat::lin_output<int, Rcpp::Vector<13> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = unsigned int]'
sum_counts.cpp:150:83: required from here
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h:66:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ref->get_nrow() > indices.size()) {
^
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h: In instantiation of 'Rcpp::traits::storage_type<13>::type* beachmat::const_column<M>::get_indices() [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::Vector<13>::iterator = int*; Rcpp::traits::storage_type<13>::type = int]':
sum_counts.cpp:120:49: required from 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; O = beachmat::lin_output<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = unsigned int]'
sum_counts.cpp:154:83: required from here
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h:66:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c utils.cpp -o utils.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o scater.dll tmp.def calc_exprs.o combined_qc.o init.o num_exprs.o sum_counts.o utils.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.9-bioc/meat/scater.buildbin-libdir/00LOCK-scater/00new/scater/libs/i386
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for 'filter' in package 'scater'
** help
*** installing help indices
converting help for package 'scater'
finding HTML links ... done
SCESet html
accessors html
finding level-2 HTML links ... done
arrange html
bootstraps html
calculateAverage html
calculateCPM html
calculateFPKM html
calculateQCMetrics html
calculateTPM html
centreSizeFactors html
filter html
getBMFeatureAnnos html
getExplanatoryPCs html
getVarianceExplained html
isOutlier html
librarySizeFactors html
multiplot html
mutate html
nexprs html
normalize html
normalizeCounts html
plotColData html
plotExplanatoryPCs html
plotExplanatoryVariables html
plotExpression html
plotExprsFreqVsMean html
plotExprsVsTxLength html
plotHeatmap html
plotHighestExprs html
plotPlatePosition html
plotRLE html
plotReducedDim html
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/plotReducedDim.Rd:21: file link 'plotPCA' in package 'scater' does not exist and so has been treated as a topic
plotRowData html
plotScater html
plot_reddim html
readSparseCounts html
rename html
runDiffusionMap html
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runDiffusionMap.Rd:25: file link 'DiffusionMap' in package 'destiny' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runDiffusionMap.Rd:31: file link 'DiffusionMap' in package 'destiny' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runDiffusionMap.Rd:41: file link 'DiffusionMap' in package 'destiny' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runDiffusionMap.Rd:46: file link 'DiffusionMap' in package 'destiny' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runDiffusionMap.Rd:68: file link 'plotDiffusionMap' in package 'scater' does not exist and so has been treated as a topic
runMDS html
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runMDS.Rd:62: file link 'plotMDS' in package 'scater' does not exist and so has been treated as a topic
runPCA html
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runPCA.Rd:91: file link 'plotPCA' in package 'scater' does not exist and so has been treated as a topic
runTSNE html
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runTSNE.Rd:74: file link 'Rtsne_neighbors' in package 'Rtsne' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runTSNE.Rd:95: file link 'plotTSNE' in package 'scater' does not exist and so has been treated as a topic
runUMAP html
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmpc7zfJF/R.INSTALLd98641e7de5/scater/man/runUMAP.Rd:86: file link 'plotUMAP' in package 'scater' does not exist and so has been treated as a topic
sc_example_cell_info html
sc_example_counts html
scater-package html
scater-plot-args html
scater-vis-var html
sumCountsAcrossCells html
sumCountsAcrossFeatures html
toSingleCellExperiment html
uniquifyFeatureNames html
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
install for x64
* installing *source* package 'scater' ...
** libs
C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c calc_exprs.cpp -o calc_exprs.o
calc_exprs.cpp: In instantiation of 'normalizer<M>::normalizer(M*, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
calc_exprs.cpp:105:67: required from 'Rcpp::RObject norm_exprs_internal(Rcpp::RObject, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject, Rcpp::RObject, Rcpp::RObject) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
calc_exprs.cpp:144:112: required from here
calc_exprs.cpp:24:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (i < 0 || i >= nsets) {
^
calc_exprs.cpp:39:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (current.size() != ncells) {
^
calc_exprs.cpp:51:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (set_id.size()!=ptr->get_nrow()) {
^
calc_exprs.cpp: In instantiation of 'normalizer<M>::normalizer(M*, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
calc_exprs.cpp:105:67: required from 'Rcpp::RObject norm_exprs_internal(Rcpp::RObject, Rcpp::List, Rcpp::IntegerVector, Rcpp::RObject, Rcpp::RObject, Rcpp::RObject) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::List = Rcpp::Vector<19>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
calc_exprs.cpp:146:112: required from here
calc_exprs.cpp:24:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (i < 0 || i >= nsets) {
^
calc_exprs.cpp:39:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (current.size() != ncells) {
^
calc_exprs.cpp:51:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (set_id.size()!=ptr->get_nrow()) {
^
C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c combined_qc.cpp -o combined_qc.o
combined_qc.cpp: In function 'void check_topset(const IntegerVector&)':
combined_qc.cpp:15:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t t=1; t<top.size(); ++t) {
^
combined_qc.cpp: In instantiation of 'void compute_cumsum(typename V::iterator, size_t, const IntegerVector&, IT) [with T = int; V = Rcpp::Vector<13>; IT = double*; typename V::iterator = int*; size_t = long long unsigned int; Rcpp::IntegerVector = Rcpp::Vector<13>]':
combined_qc.cpp:274:109: required from 'SEXPREC* top_cumprop_internal(Rcpp::RObject, Rcpp::IntegerVector) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; SEXP = SEXPREC*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
combined_qc.cpp:285:74: required from here
combined_qc.cpp:35:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (x<target_index && x<ngenes) { // '<' as top contains 1-based indices.
^
combined_qc.cpp: In instantiation of 'void compute_cumsum(typename V::iterator, size_t, const IntegerVector&, IT) [with T = double; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; IT = double*; typename V::iterator = double*; size_t = long long unsigned int; Rcpp::IntegerVector = Rcpp::Vector<13>]':
combined_qc.cpp:274:109: required from 'SEXPREC* top_cumprop_internal(Rcpp::RObject, Rcpp::IntegerVector) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; SEXP = SEXPREC*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; Rcpp::IntegerVector = Rcpp::Vector<13>]'
combined_qc.cpp:287:74: required from here
combined_qc.cpp:35:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c init.cpp -o init.o
C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c num_exprs.cpp -o num_exprs.o
C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c sum_counts.cpp -o sum_counts.o
sum_counts.cpp: In function 'SEXPREC* sum_row_counts(SEXP, SEXP, SEXP, SEXP)':
sum_counts.cpp:72:18: warning: unused variable 'ncells' [-Wunused-variable]
const size_t ncells=end_index - start_index;
^
sum_counts.cpp: In instantiation of 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; O = beachmat::lin_output<int, Rcpp::Vector<13> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = long long unsigned int]':
sum_counts.cpp:150:83: required from here
sum_counts.cpp:96:18: warning: unused variable 'ncells' [-Wunused-variable]
const size_t ncells=mat->get_ncol();
^
sum_counts.cpp: In instantiation of 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; O = beachmat::lin_output<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = long long unsigned int]':
sum_counts.cpp:154:83: required from here
sum_counts.cpp:96:18: warning: unused variable 'ncells' [-Wunused-variable]
In file included from sum_counts.cpp:5:0:
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h: In instantiation of 'Rcpp::traits::storage_type<13>::type* beachmat::const_column<M>::get_indices() [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; Rcpp::Vector<13>::iterator = int*; Rcpp::traits::storage_type<13>::type = int]':
sum_counts.cpp:120:49: required from 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<int, Rcpp::Vector<13> >; O = beachmat::lin_output<int, Rcpp::Vector<13> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = long long unsigned int]'
sum_counts.cpp:150:83: required from here
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h:66:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ref->get_nrow() > indices.size()) {
^
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h: In instantiation of 'Rcpp::traits::storage_type<13>::type* beachmat::const_column<M>::get_indices() [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::Vector<13>::iterator = int*; Rcpp::traits::storage_type<13>::type = int]':
sum_counts.cpp:120:49: required from 'Rcpp::RObject sum_col_counts_internal(Rcpp::RObject, const std::vector<Rcpp::Vector<13> >&, size_t, size_t) [with M = beachmat::lin_matrix<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; O = beachmat::lin_output<double, Rcpp::Vector<14, Rcpp::PreserveStorage> >; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>; size_t = long long unsigned int]'
sum_counts.cpp:154:83: required from here
C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include/beachmat/utils/const_column.h:66:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_64/bin/g++ -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/beachmat/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c utils.cpp -o utils.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o scater.dll tmp.def calc_exprs.o combined_qc.o init.o num_exprs.o sum_counts.o utils.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.9-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.9-bioc/meat/scater.buildbin-libdir/scater/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'scater' as scater_1.11.15.zip
* DONE (scater)