Back to Multiple platform build/check report for BioC 3.6
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for ChemmineR on tokay1

This page was generated on 2018-04-12 13:19:25 -0400 (Thu, 12 Apr 2018).

Package 211/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ChemmineR 2.30.2
Thomas Girke
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/ChemmineR
Branch: RELEASE_3_6
Last Commit: a496e87
Last Changed Date: 2018-02-12 17:53:21 -0400 (Mon, 12 Feb 2018)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64 [ OK ] OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: ChemmineR
Version: 2.30.2
Command: rm -rf ChemmineR.buildbin-libdir && mkdir ChemmineR.buildbin-libdir && C:\cygwin\bin\curl.exe -O https://malbec1.bioconductor.org/BBS/3.6/bioc/src/contrib/ChemmineR_2.30.2.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --library=ChemmineR.buildbin-libdir --merge-multiarch ChemmineR_2.30.2.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL ChemmineR_2.30.2.zip && rm ChemmineR_2.30.2.tar.gz ChemmineR_2.30.2.zip
StartedAt: 2018-04-11 18:15:12 -0400 (Wed, 11 Apr 2018)
EndedAt: 2018-04-11 18:20:46 -0400 (Wed, 11 Apr 2018)
EllapsedTime: 334.3 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf ChemmineR.buildbin-libdir && mkdir ChemmineR.buildbin-libdir  && C:\cygwin\bin\curl.exe -O https://malbec1.bioconductor.org/BBS/3.6/bioc/src/contrib/ChemmineR_2.30.2.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --library=ChemmineR.buildbin-libdir --merge-multiarch ChemmineR_2.30.2.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL ChemmineR_2.30.2.zip  && rm ChemmineR_2.30.2.tar.gz ChemmineR_2.30.2.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  774k  100  774k    0     0  25.7M      0 --:--:-- --:--:-- --:--:-- 29.1M

install for i386

* installing *source* package 'ChemmineR' ...
** libs
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c DisjointSets.cpp -o DisjointSets.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c cluster.cc -o cluster.o
cluster.cc: In function 'int nbr_intersect(std::vector<int>&, std::vector<int>&)':
cluster.cc:118:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while (i < nbrs1.size() and j < nbrs2.size()) {
           ^
cluster.cc:118:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while (i < nbrs1.size() and j < nbrs2.size()) {
                                ^
cluster.cc: In function 'int contains(int, std::vector<int>&)':
cluster.cc:131:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < list.size(); i++)
                 ^
cluster.cc: In function 'DisjointSets cluster(int, int, int, int)':
cluster.cc:267:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j < nbr_list[i].size(); j ++) {
                     ^
cluster.cc: In function 'void loadNNMatrix(int, int, int, SEXP)':
cluster.cc:284:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<N; i++) //rows
                     ^
cluster.cc:298:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(nbrs.size() < minNbrs) // will end up a singleton
                  ^
cluster.cc: In function 'void loadNNList(int, int, SEXP)':
cluster.cc:314:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<N; i++) //rows
                     ^
cluster.cc:332:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(nbrs.size() < minNbrs) // will end up a singleton
                  ^
cluster.cc: In function 'SEXPREC* jarvis_patrick(SEXP, SEXP, SEXP, SEXP, SEXP)':
cluster.cc:390:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<N; i++){
                     ^
cluster.cc: At global scope:
cluster.cc:49:13: warning: 'void prepare_neighbors(const char*, int, int)' defined but not used [-Wunused-function]
 void static prepare_neighbors(const char* nbr_file, int skip, int p)
             ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c cstrsplit.cc -o cstrsplit.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c desc.cc -o desc.o
desc.cc: In function 'SEXPREC* genAPDescriptor(SEXP)':
desc.cc:249:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < descs.size(); i++)
                 ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c fingerprints.cc -o fingerprints.o
fingerprints.cc: In function 'SEXPREC* uniquifyAtomPairs(SEXP)':
fingerprints.cc:138:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < aps.size(); i++)
                 ^
fingerprints.cc:145:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < aps.size(); i++){
                 ^
fingerprints.cc:158:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < aps.size(); i++){
                 ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c formats.cc -o formats.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c molecule.cc -o molecule.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c r_wrap.cc -o r_wrap.o
r_wrap.cc: In function 'SEXPREC* SWIG_MakePtr(void*, const char*, R_SWIG_Owner)':
r_wrap.cc:949:15: warning: variable 'p' set but not used [-Wunused-but-set-variable]
   const char *p = typeName;
               ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c script.cc -o script.o
In file included from script.cc:2:0:
desc.h:39:13: warning: 'elements' defined but not used [-Wunused-variable]
 static char elements[112][3] = {
             ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c similarity.cc -o similarity.o
In file included from similarity.cc:1:0:
desc.h:39:13: warning: 'elements' defined but not used [-Wunused-variable]
 static char elements[112][3] = {
             ^
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o ChemmineR.dll tmp.def DisjointSets.o cluster.o cstrsplit.o desc.o fingerprints.o formats.o molecule.o r_wrap.o script.o similarity.o -LC:/local323/lib/i386 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.6-bioc/meat/ChemmineR.buildbin-libdir/ChemmineR/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ChemmineR'
    finding HTML links ... done
    AP-class                                html  
    APset-class                             html  
    ExtSDF-class                            html  
    FP-class                                html  
    FPset-class                             html  
    SDF-class                               html  
    SDF2apcmp                               html  
    SDFset-class                            html  
    SDFset2SDF                              html  
    SDFset2list                             html  
    SDFstr-class                            html  
    SMI-class                               html  
    SMIset-class                            html  
    addDescriptorType                       html  
    addNewFeatures                          html  
    ap                                      html  
    apfp                                    html  
    apset                                   html  
    apset2descdb                            html  
    atomblock                               html  
    atomcount                               html  
    atomprop                                html  
    atomsubset                              html  
    batchByIndex                            html  
    bondblock                               html  
    bonds                                   html  
    browseJob                               html  
    bufferLines                             html  
    bufferResultSet                         html  
    byCluster                               html  
    canonicalNumbering                      html  
    canonicalize                            html  
    cid                                     html  
    cluster.sizestat                        html  
    cluster.visualize                       html  
    cmp.cluster                             html  
    cmp.duplicated                          html  
    cmp.parse                               html  
    cmp.parse1                              html  
    cmp.search                              html  
    cmp.similarity                          html  
    conMA                                   html  
    connections                             html  
    datablock                               html  
    datablock2ma                            html  
    db.explain                              html  
    db.subset                               html  
    dbTransaction                           html  
    desc2fp                                 html  
    draw_sdf                                html  
    exactMassOB                             html  
    findCompounds                           html  
    findCompoundsByName                     html  
    fingerprintOB                           html  
    fold                                    html  
    foldCount                               html  
    fp2bit                                  html  
    fpSim                                   html  
    fptype                                  html  
    fromNNMatrix                            html  
    genAPDescriptors                        html  
    genParameters                           html  
    generate3DCoords                        html  
    getAllCompoundIds                       html  
    getCompoundFeatures                     html  
    getCompoundNames                        html  
    getCompounds                            html  
    getIds                                  html  
    grepSDFset                              html  
    groups                                  html  
    header                                  html  
    initDb                                  html  
    jarvisPatrick                           html  
    jarvisPatrick_c                         html  
    jobToken-class                          html  
    launchCMTool                            html  
    listCMTools                             html  
    listFeatures                            html  
    loadSdf                                 html  
    makeUnique                              html  
    maximallyDissimilar                     html  
    nearestNeighbors                        html  
    numBits                                 html  
    obmol                                   html  
    parBatchByIndex                         html  
    plotStruc                               html  
    propOB                                  html  
    pubchemFPencoding                       html  
    read.AP                                 html  
    read.SDFindex                           html  
    read.SDFset                             html  
    read.SDFstr                             html  
    read.SMIset                             html  
    regenerateCoords                        html  
    result                                  html  
    rings                                   html  
    sdf.subset                              html  
    sdf.visualize                           html  
    sdf2ap                                  html  
    sdf2list                                html  
    sdf2smiles                              html  
    sdf2str                                 html  
    sdfStream                               html  
    sdfid                                   html  
    sdfsample                               html  
    sdfstr2list                             html  
    searchSim                               html  
    searchString                            html  
    selectInBatches                         html  
    setPriorities                           html  
    smartsSearchOB                          html  
    smiles2sdf                              html  
    smisample                               html  
    status                                  html  
    toolDetails                             html  
    trimNeighbors                           html  
    validSDF                                html  
    view                                    html  
    write.SDF                               html  
    write.SDFsplit                          html  
    write.SMI                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
In R CMD INSTALL

install for x64

* installing *source* package 'ChemmineR' ...
** libs
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c DisjointSets.cpp -o DisjointSets.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c cluster.cc -o cluster.o
cluster.cc: In function 'int nbr_intersect(std::vector<int>&, std::vector<int>&)':
cluster.cc:118:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while (i < nbrs1.size() and j < nbrs2.size()) {
           ^
cluster.cc:118:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while (i < nbrs1.size() and j < nbrs2.size()) {
                                ^
cluster.cc: In function 'int contains(int, std::vector<int>&)':
cluster.cc:131:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < list.size(); i++)
                 ^
cluster.cc: In function 'DisjointSets cluster(int, int, int, int)':
cluster.cc:267:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j < nbr_list[i].size(); j ++) {
                     ^
cluster.cc: In function 'void loadNNMatrix(int, int, int, SEXP)':
cluster.cc:284:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<N; i++) //rows
                     ^
cluster.cc:298:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(nbrs.size() < minNbrs) // will end up a singleton
                  ^
cluster.cc: In function 'void loadNNList(int, int, SEXP)':
cluster.cc:314:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<N; i++) //rows
                     ^
cluster.cc:332:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(nbrs.size() < minNbrs) // will end up a singleton
                  ^
cluster.cc: In function 'SEXPREC* jarvis_patrick(SEXP, SEXP, SEXP, SEXP, SEXP)':
cluster.cc:390:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i=0; i<N; i++){
                     ^
cluster.cc: At global scope:
cluster.cc:49:13: warning: 'void prepare_neighbors(const char*, int, int)' defined but not used [-Wunused-function]
 void static prepare_neighbors(const char* nbr_file, int skip, int p)
             ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c cstrsplit.cc -o cstrsplit.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c desc.cc -o desc.o
desc.cc: In function 'SEXPREC* genAPDescriptor(SEXP)':
desc.cc:249:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < descs.size(); i++)
                 ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c fingerprints.cc -o fingerprints.o
fingerprints.cc: In function 'SEXPREC* uniquifyAtomPairs(SEXP)':
fingerprints.cc:138:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < aps.size(); i++)
                 ^
fingerprints.cc:145:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < aps.size(); i++){
                 ^
fingerprints.cc:158:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i < aps.size(); i++){
                 ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c formats.cc -o formats.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c molecule.cc -o molecule.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c r_wrap.cc -o r_wrap.o
r_wrap.cc: In function 'SEXPREC* SWIG_MakePtr(void*, const char*, R_SWIG_Owner)':
r_wrap.cc:949:15: warning: variable 'p' set but not used [-Wunused-but-set-variable]
   const char *p = typeName;
               ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c script.cc -o script.o
In file included from script.cc:2:0:
desc.h:39:13: warning: 'elements' defined but not used [-Wunused-variable]
 static char elements[112][3] = {
             ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/BH/include"   -I"C:/local323/include"  -DNO_MAIN -DNO_DEBUG   -O2 -Wall  -mtune=generic -c similarity.cc -o similarity.o
In file included from similarity.cc:1:0:
desc.h:39:13: warning: 'elements' defined but not used [-Wunused-variable]
 static char elements[112][3] = {
             ^
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o ChemmineR.dll tmp.def DisjointSets.o cluster.o cstrsplit.o desc.o fingerprints.o formats.o molecule.o r_wrap.o script.o similarity.o -LC:/local323/lib/x64 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.6-bioc/meat/ChemmineR.buildbin-libdir/ChemmineR/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'ChemmineR' as ChemmineR_2.30.2.zip
* DONE (ChemmineR)
In R CMD INSTALL
In R CMD INSTALL
* installing to library 'C:/Users/biocbuild/bbs-3.6-bioc/R/library'
package 'ChemmineR' successfully unpacked and MD5 sums checked
In R CMD INSTALL