Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-11-22 11:34 -0500 (Fri, 22 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4742
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4456
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 1678/2270HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rdisop 1.67.3  (landing page)
Steffen Neumann
Snapshot Date: 2024-11-21 13:40 -0500 (Thu, 21 Nov 2024)
git_url: https://git.bioconductor.org/packages/Rdisop
git_branch: devel
git_last_commit: 0bed2c7
git_last_commit_date: 2024-11-18 04:42:46 -0500 (Mon, 18 Nov 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published


INSTALL results for Rdisop on palomino7

To the developers/maintainers of the Rdisop package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Rdisop.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: Rdisop
Version: 1.67.3
Command: E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL Rdisop
StartedAt: 2024-11-21 15:52:29 -0500 (Thu, 21 Nov 2024)
EndedAt: 2024-11-21 15:53:47 -0500 (Thu, 21 Nov 2024)
EllapsedTime: 77.6 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL Rdisop
###
##############################################################################
##############################################################################


* installing to library 'E:/biocbuild/bbs-3.21-bioc/R/library'
* installing *source* package 'Rdisop' ...
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 13.3.0'
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c disop.cpp -o disop.o
In file included from ./imslib/src/ims/alphabet.h:8,
                 from disop.cpp:18:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from disop.cpp:28:
./imslib/src/ims/decomp/decomputils.h: In function 'std::pair<typename DecompositionWeights::alphabet_mass_type, typename DecompositionWeights::alphabet_mass_type> ims::DecompUtils::getMinMaxWeightsRoundingErrors(const DecompositionWeights&)':
./imslib/src/ims/decomp/decomputils.h:92:60: warning: typedef 'weight_type' locally defined but not used [-Wunused-local-typedefs]
   92 |         typedef typename DecompositionWeights::weight_type weight_type;
      |                                                            ^~~~~~~~~~~
disop.cpp: In function 'bool isValidMyNitrogenRule(const ims::ComposedElement&, int)':
disop.cpp:106:8: warning: unused variable 'parityeven' [-Wunused-variable]
  106 |   bool parityeven = !parityodd;
      |        ^~~~~~~~~~
disop.cpp: In function 'SEXPREC* decomposeIsotopes(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
disop.cpp:229:50: warning: comparison of integer expressions of different signedness: 'std::vector<ims::IsotopeDistribution::Peak>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  229 |         for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
      |                                                ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:232:50: warning: comparison of integer expressions of different signedness: 'std::vector<ims::IsotopeDistribution::Peak>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  232 |         for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
      |                                                ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:240:53: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  240 |         for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi) {
      |                                                  ~~~^~~~~~~~~~~~~~~
disop.cpp:240:75: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  240 |         for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi) {
      |                                                                        ~~~^~~~~~~~~~~~~~~~~~~
disop.cpp:192:13: warning: unused variable 'number_molecules_shown' [-Wunused-variable]
  192 |         int number_molecules_shown = 100;
      |             ^~~~~~~~~~~~~~~~~~~~~~
disop.cpp:170:39: warning: typedef 'mass_type' locally defined but not used [-Wunused-local-typedefs]
  170 |     typedef distribution_t::mass_type mass_type;
      |                                       ^~~~~~~~~
disop.cpp:172:47: warning: typedef 'nominal_mass_type' locally defined but not used [-Wunused-local-typedefs]
  172 |     typedef distribution_t::nominal_mass_type nominal_mass_type;
      |                                               ^~~~~~~~~~~~~~~~~
disop.cpp:175:42: warning: typedef 'decomposition_type' locally defined but not used [-Wunused-local-typedefs]
  175 |     typedef decompositions_t::value_type decomposition_type;
      |                                          ^~~~~~~~~~~~~~~~~~
disop.cpp: In function 'SEXPREC* calculateScore(SEXP, SEXP, SEXP, SEXP)':
disop.cpp:391:53: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  391 |         for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
      |                                                  ~~~^~~~~~~~~~~~~~~
disop.cpp:391:75: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  391 |         for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
      |                                                                        ~~~^~~~~~~~~~~~~~~~~~~
disop.cpp:408:50: warning: comparison of integer expressions of different signedness: 'std::vector<ims::IsotopeDistribution::Peak>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  408 |         for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
      |                                                ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:411:50: warning: comparison of integer expressions of different signedness: 'std::vector<ims::IsotopeDistribution::Peak>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  411 |         for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
      |                                                ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:415:53: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  415 |         for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
      |                                                  ~~~^~~~~~~~~~~~~~~
disop.cpp:415:75: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
  415 |         for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
      |                                                                        ~~~^~~~~~~~~~~~~~~~~~~
disop.cpp:378:43: warning: typedef 'mass_type' locally defined but not used [-Wunused-local-typedefs]
  378 |         typedef distribution_t::mass_type mass_type;
      |                                           ^~~~~~~~~
disop.cpp: In function 'SEXPREC* rlistScores(std::multimap<score_type, ims::ComposedElement, std::greater<score_type> >, int)':
disop.cpp:627:43: warning: typedef 'scorer_type' locally defined but not used [-Wunused-local-typedefs]
  627 |     typedef DistributionProbabilityScorer scorer_type;
      |                                           ^~~~~~~~~~~
disop.cpp: In function 'void initializeCHNOPS(alphabet_t&, int)':
disop.cpp:710:39: warning: typedef 'elements_type' locally defined but not used [-Wunused-local-typedefs]
  710 |         typedef alphabet_t::container elements_type;
      |                                       ^~~~~~~~~~~~~
disop.cpp: In function 'void initializeAlphabet(SEXP, alphabet_t&, int)':
disop.cpp:815:33: warning: typedef 'elements_type' locally defined but not used [-Wunused-local-typedefs]
  815 |   typedef alphabet_t::container elements_type;
      |                                 ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/element.cpp -o imslib/src/ims/element.o
In file included from imslib/src/ims/element.cpp:6:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/composedelement.cpp -o imslib/src/ims/composedelement.o
In file included from ./imslib/src/ims/composedelement.h:7,
                 from imslib/src/ims/composedelement.cpp:8:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/isotopedistribution.cpp -o imslib/src/ims/isotopedistribution.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/alphabet.cpp -o imslib/src/ims/alphabet.o
In file included from ./imslib/src/ims/alphabet.h:8,
                 from imslib/src/ims/alphabet.cpp:6:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/weights.cpp -o imslib/src/ims/weights.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/distributedalphabet.cpp -o imslib/src/ims/distributedalphabet.o
In file included from ./imslib/src/ims/alphabet.h:8,
                 from ./imslib/src/ims/distributedalphabet.h:7,
                 from imslib/src/ims/distributedalphabet.cpp:7:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/transformation.cpp -o imslib/src/ims/transformation.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/isotopespecies.cpp -o imslib/src/ims/isotopespecies.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/base/parser/alphabettextparser.cpp -o imslib/src/ims/base/parser/alphabettextparser.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/base/parser/distributedalphabettextparser.cpp -o imslib/src/ims/base/parser/distributedalphabettextparser.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/base/parser/massestextparser.cpp -o imslib/src/ims/base/parser/massestextparser.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/base/parser/moleculesequenceparser.cpp -o imslib/src/ims/base/parser/moleculesequenceparser.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/base/parser/standardmoleculesequenceparser.cpp -o imslib/src/ims/base/parser/standardmoleculesequenceparser.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/base/parser/keggligandcompoundsparser.cpp -o imslib/src/ims/base/parser/keggligandcompoundsparser.o
imslib/src/ims/base/parser/keggligandcompoundsparser.cpp: In member function 'virtual void ims::KeggLigandCompoundsParser::parse(const ims::AbstractMoleculeSequenceParser::sequence_type&)':
imslib/src/ims/base/parser/keggligandcompoundsparser.cpp:53:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   53 |         for (;  letter_pos < last_pos &&
      |                 ~~~~~~~~~~~~~~~~~~~~~~^~
   54 |                         ( std::isalpha(sequence[letter_pos]) && std::isupper(sequence[letter_pos])) ||
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/base/parser/moleculeionchargemodificationparser.cpp -o imslib/src/ims/base/parser/moleculeionchargemodificationparser.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/calib/linepairstabber.cpp -o imslib/src/ims/calib/linepairstabber.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/calib/matchmatrix.cpp -o imslib/src/ims/calib/matchmatrix.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/calib/linearpointsetmatcher.cpp -o imslib/src/ims/calib/linearpointsetmatcher.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/decomp/realmassdecomposer.cpp -o imslib/src/ims/decomp/realmassdecomposer.o
In file included from ./imslib/src/ims/alphabet.h:8,
                 from ./imslib/src/ims/decomp/decomputils.h:12,
                 from imslib/src/ims/decomp/realmassdecomposer.cpp:9:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
./imslib/src/ims/decomp/decomputils.h: In function 'std::pair<typename DecompositionWeights::alphabet_mass_type, typename DecompositionWeights::alphabet_mass_type> ims::DecompUtils::getMinMaxWeightsRoundingErrors(const DecompositionWeights&)':
./imslib/src/ims/decomp/decomputils.h:92:60: warning: typedef 'weight_type' locally defined but not used [-Wunused-local-typedefs]
   92 |         typedef typename DecompositionWeights::weight_type weight_type;
      |                                                            ^~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/utils/distribution.cpp -o imslib/src/ims/utils/distribution.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/distributionprobabilityscorer.cpp -o imslib/src/ims/distributionprobabilityscorer.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/characteralphabet.cpp -o imslib/src/ims/characteralphabet.o
In file included from ./imslib/src/ims/alphabet.h:8,
                 from ./imslib/src/ims/characteralphabet.h:6,
                 from imslib/src/ims/characteralphabet.cpp:3:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -I./imslib/src/   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c imslib/src/ims/nitrogenrulefilter.cpp -o imslib/src/ims/nitrogenrulefilter.o
In file included from ./imslib/src/ims/composedelement.h:7,
                 from ./imslib/src/ims/nitrogenrulefilter.h:4,
                 from imslib/src/ims/nitrogenrulefilter.cpp:5:
./imslib/src/ims/element.h: In member function 'ims::Element::mass_type ims::Element::getMass(size_type) const':
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: 'int' and 'ims::IsotopeDistribution::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  166 |                     for (int i=0; i < IsotopeDistribution::SIZE; i++) {
      |                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o Rdisop.dll tmp.def disop.o imslib/src/ims/element.o imslib/src/ims/composedelement.o imslib/src/ims/isotopedistribution.o imslib/src/ims/alphabet.o imslib/src/ims/weights.o imslib/src/ims/distributedalphabet.o imslib/src/ims/transformation.o imslib/src/ims/isotopespecies.o imslib/src/ims/base/parser/alphabettextparser.o imslib/src/ims/base/parser/distributedalphabettextparser.o imslib/src/ims/base/parser/massestextparser.o imslib/src/ims/base/parser/moleculesequenceparser.o imslib/src/ims/base/parser/standardmoleculesequenceparser.o imslib/src/ims/base/parser/keggligandcompoundsparser.o imslib/src/ims/base/parser/moleculeionchargemodificationparser.o imslib/src/ims/calib/linepairstabber.o imslib/src/ims/calib/matchmatrix.o imslib/src/ims/calib/linearpointsetmatcher.o imslib/src/ims/decomp/realmassdecomposer.o imslib/src/ims/utils/distribution.o imslib/src/ims/distributionprobabilityscorer.o imslib/src/ims/characteralphabet.o imslib/src/ims/nitrogenrulefilter.o -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LE:/biocbuild/bbs-3.21-bioc/R/bin/x64 -lR
installing to E:/biocbuild/bbs-3.21-bioc/R/library/00LOCK-Rdisop/00new/Rdisop/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Rdisop)