This page was generated on 2018-10-17 08:34:02 -0400 (Wed, 17 Oct 2018).
ChemmineR 3.32.1 Thomas Girke
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018) |
URL: https://git.bioconductor.org/packages/ChemmineR |
Branch: RELEASE_3_7 |
Last Commit: fd105a4 |
Last Changed Date: 2018-05-30 12:27:39 -0400 (Wed, 30 May 2018) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | OK | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | [ OK ] | |
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | WARNINGS | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf ChemmineR.buildbin-libdir && mkdir ChemmineR.buildbin-libdir && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=ChemmineR.buildbin-libdir ChemmineR_3.32.1.tar.gz
###
##############################################################################
##############################################################################
install for i386
* installing *source* package 'ChemmineR' ...
** libs
C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/ChemmineR.buildbin-libdir/ChemmineR/libs/i386
** R
** data
** inst
** byte-compile and prepare 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
SDFDataTable 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
openBabelPlot html
parBatchByIndex html
plotStruc html
propOB html
pubchemCidToSDF html
pubchemFPencoding html
pubchemSDFSearch html
pubchemSmilesSearch 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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/BH/include" -I"C:/extsoft/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:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/ChemmineR.buildbin-libdir/ChemmineR/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'ChemmineR' as ChemmineR_3.32.1.zip
* DONE (ChemmineR)
In R CMD INSTALL
In R CMD INSTALL