SCM

R Development Page

crules log file (build_win64)

Wed Aug 24 11:59:48 2016: Building binary for package crules (SVN revision 31)
using R version 3.3.1 Patched (2016-08-19 r71124) ...

* installing to library 'R:/lib/local/3.3'
* installing *source* package 'crules' ...
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c Attribute.cpp -o Attribute.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c ConfusionMatrix.cpp -o ConfusionMatrix.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c DataSet.cpp -o DataSet.o
DataSet.cpp: In member function 'int DataSet::getConditionalAttributeIndex(std::string)':
DataSet.cpp:103:7: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(i >= decisionAttributeIndex)
       ^
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c ElementaryCondition.cpp -o ElementaryCondition.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c Example.cpp -o Example.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c KnowledgeCondition.cpp -o KnowledgeCondition.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c KnowledgeRule.cpp -o KnowledgeRule.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c RInterface.cpp -o RInterface.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c Rule.cpp -o Rule.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c RuleClassifier.cpp -o RuleClassifier.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c RuleQualityMeasure.cpp -o RuleQualityMeasure.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SequentialCovering.cpp -o SequentialCovering.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SequentialCoveringWithPreferences.cpp -o SequentialCoveringWithPreferences.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SetOfConditions.cpp -o SetOfConditions.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SetOfExamples.cpp -o SetOfExamples.o
c:/Rtools/mingw_32/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c UsefulFunctions.cpp -o UsefulFunctions.o
c:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o crules.dll tmp.def Attribute.o ConfusionMatrix.o DataSet.o ElementaryCondition.o Example.o KnowledgeCondition.o KnowledgeRule.o RInterface.o Rule.o RuleClassifier.o RuleQualityMeasure.o SequentialCovering.o SequentialCoveringWithPreferences.o SetOfConditions.o SetOfExamples.o UsefulFunctions.o -LR:/base/local215/lib/i386 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/i386 -lR
installing to R:/lib/local/3.3/crules/libs/i386

*** arch - x64
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c Attribute.cpp -o Attribute.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c ConfusionMatrix.cpp -o ConfusionMatrix.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c DataSet.cpp -o DataSet.o
DataSet.cpp: In member function 'int DataSet::getConditionalAttributeIndex(std::string)':
DataSet.cpp:103:7: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(i >= decisionAttributeIndex)
       ^
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c ElementaryCondition.cpp -o ElementaryCondition.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c Example.cpp -o Example.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c KnowledgeCondition.cpp -o KnowledgeCondition.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c KnowledgeRule.cpp -o KnowledgeRule.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c RInterface.cpp -o RInterface.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c Rule.cpp -o Rule.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c RuleClassifier.cpp -o RuleClassifier.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c RuleQualityMeasure.cpp -o RuleQualityMeasure.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SequentialCovering.cpp -o SequentialCovering.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SequentialCoveringWithPreferences.cpp -o SequentialCoveringWithPreferences.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SetOfConditions.cpp -o SetOfConditions.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c SetOfExamples.cpp -o SetOfExamples.o
c:/Rtools/mingw_64/bin/g++  -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.3/Rcpp/include" -I"R:/base/local215/include"  '-std=c++0x'   -O2 -Wall  -mtune=core2 -c UsefulFunctions.cpp -o UsefulFunctions.o
c:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o crules.dll tmp.def Attribute.o ConfusionMatrix.o DataSet.o ElementaryCondition.o Example.o KnowledgeCondition.o KnowledgeRule.o RInterface.o Rule.o RuleClassifier.o RuleQualityMeasure.o SequentialCovering.o SequentialCoveringWithPreferences.o SetOfConditions.o SetOfExamples.o UsefulFunctions.o -LR:/base/local215/lib/x64 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/x64 -lR
installing to R:/lib/local/3.3/crules/libs/x64
** R
** preparing package for lazy loading
Creating a generic function for 'print' from package 'base' in package 'crules'
Warning: For function 'show', signature 'crules': argument in method definition changed from (x) to (object)
Creating a generic function for 'summary' from package 'base' in package 'crules'
Creating a generic function for 'predict' from package 'stats' in package 'crules'
Creating a generic function for 'mean' from package 'base' in package 'crules'
Creating a generic function for 'as.data.frame' from package 'base' in package 'crules'
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'crules' as crules_0.9-2.zip
* DONE (crules)
Run time: 74.45 seconds.
Thanks to:
Vienna University of Economics and Business Powered By FusionForge