ubuntu@cluster:~$ R R version 3.1.0 (2014-04-10) -- "Spring Dance" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-unknown-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > install.packages("Rcpp") --- Please select a CRAN mirror for use in this session --- CRAN mirror 1: 0-Cloud [https] 2: 0-Cloud 3: Algeria [https] 4: Algeria 5: Argentina (La Plata) 6: Australia (Canberra) 7: Australia (Melbourne) 8: Austria [https] 9: Austria 10: Belgium (Antwerp) 11: Belgium (Ghent) [https] 12: Belgium (Ghent) 13: Brazil (BA) 14: Brazil (PR) 15: Brazil (RJ) 16: Brazil (SP 1) [https] 17: Brazil (SP 1) 18: Brazil (SP 2) 19: Bulgaria 20: Canada (BC) 21: Canada (MB) [https] 22: Canada (MB) 23: Canada (NS) 24: Canada (ON) 25: Chile [https] 26: Chile 27: China (Beijing 4) [https] 28: China (Beijing 4) 29: China (Xiamen) 30: Colombia (Cali) [https] 31: Colombia (Cali) 32: Czech Republic 33: Ecuador 34: El Salvador 35: Estonia 36: France (Lyon 1) [https] 37: France (Lyon 2) [https] 38: France (Lyon 2) 39: France (Marseille) 40: France (Montpellier) 41: France (Paris 1) 42: France (Paris 2) [https] 43: France (Paris 2) 44: Germany (Göttingen) 45: Germany (Münster) [https] 46: Germany (Münster) 47: Greece 48: Hungary 49: Iceland [https] 50: Iceland 51: India 52: Indonesia (Jakarta) 53: Iran 54: Ireland 55: Italy (Milano) 56: Italy (Padua) [https] 57: Italy (Padua) 58: Italy (Palermo) 59: Japan (Tokyo) [https] 60: Japan (Tokyo) 61: Korea (Seoul 1) 62: Korea (Seoul 2) 63: Korea (Ulsan) 64: Lebanon 65: Malaysia [https] 66: Malaysia 67: Mexico (Mexico City) [https] 68: Mexico (Mexico City) 69: Mexico (Texcoco) 70: Netherlands (Amsterdam) 71: Netherlands (Utrecht) 72: New Zealand [https] 73: New Zealand 74: Norway 75: Philippines 76: Poland 77: Portugal (Lisbon) 78: Russia (Moscow) [https] 79: Russia (Moscow) 80: Serbia [https] 81: Singapore 82: South Africa (Cape Town) 83: South Africa (Johannesburg) 84: Spain (A Coruña) [https] 85: Spain (A Coruña) 86: Spain (Madrid) [https] 87: Spain (Madrid) 88: Sweden 89: Switzerland [https] 90: Switzerland 91: Taiwan (Chungli) 92: Taiwan (Taipei) 93: Thailand 94: Turkey (Denizli) 95: Turkey (Mersin) 96: UK (Bristol) [https] 97: UK (Bristol) 98: UK (Cambridge) [https] 99: UK (Cambridge) 100: UK (London 1) 101: UK (London 2) 102: UK (St Andrews) 103: USA (CA 1) [https] 104: USA (CA 1) 105: USA (CA 2) 106: USA (IA) 107: USA (IN) 108: USA (KS) [https] 109: USA (KS) 110: USA (MI 1) [https] 111: USA (MI 1) 112: USA (MO) 113: USA (NC) 114: USA (OH 1) 115: USA (OH 2) 116: USA (OR) 117: USA (PA 1) 118: USA (PA 2) 119: USA (TN) [https] 120: USA (TN) 121: USA (TX) [https] 122: USA (TX) 123: USA (WA) [https] 124: USA (WA) 125: Venezuela Selection: 104 trying URL 'http://cran.cnr.berkeley.edu/src/contrib/Rcpp_0.12.6.tar.gz' Content type 'application/x-gzip' length 2415707 bytes (2.3 Mb) opened URL ================================================== downloaded 2.3 Mb * installing *source* package ‘Rcpp’ ... ** package ‘Rcpp’ successfully unpacked and MD5 sums checked ** libs g++ -I/opt/tools/install/R/3.1.0/lib/R/include -DNDEBUG -I../inst/include/ -I/usr/local/include -fpic -g -O2 -c Date.cpp -o Date.o In file included from ../inst/include/RcppCommon.h:122:0, from ../inst/include/Rcpp.h:27, from Date.cpp:31: ../inst/include/Rcpp/exceptions.h:267:23: error: expected initializer before ‘stop’ inline void NORET stop(const std::string& message) { ^ ../inst/include/Rcpp/exceptions.h:272:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1) { ^ ../inst/include/Rcpp/exceptions.h:277:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2) { ^ ../inst/include/Rcpp/exceptions.h:282:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3) { ^ ../inst/include/Rcpp/exceptions.h:287:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4) { ^ ../inst/include/Rcpp/exceptions.h:292:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4, const T5& arg5) { ^ ../inst/include/Rcpp/exceptions.h:297:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4, const T5& arg5, const T6& arg6) { ^ ../inst/include/Rcpp/exceptions.h:302:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4, const T5& arg5, const T6& arg6, const T7& arg7) { ^ ../inst/include/Rcpp/exceptions.h:307:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4, const T5& arg5, const T6& arg6, const T7& arg7, const T8& arg8) { ^ ../inst/include/Rcpp/exceptions.h:312:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4, const T5& arg5, const T6& arg6, const T7& arg7, const T8& arg8, const T9& arg9) { ^ ../inst/include/Rcpp/exceptions.h:317:23: error: expected initializer before ‘stop’ inline void NORET stop(const char* fmt, const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4, const T5& arg5, const T6& arg6, const T7& arg7, const T8& arg8, const T9& arg9, const T10& arg10) { ^ In file included from ../inst/include/Rcpp/Vector.h:56:0, from ../inst/include/Rcpp.h:38, from Date.cpp:31: ../inst/include/Rcpp/vector/DimNameProxy.h: In member function ‘Rcpp::internal::DimNameProxy& Rcpp::internal::DimNameProxy::assign(SEXP)’: ../inst/include/Rcpp/vector/DimNameProxy.h:43:121: error: too many arguments to function ‘void Rcpp::stop(const string&)’ stop("dimension extent is '%d' while length of names is '%d'", INTEGER(dims)[dim_], Rf_length(other)); ^ In file included from ../inst/include/RcppCommon.h:70:0, from ../inst/include/Rcpp.h:27, from Date.cpp:31: ../inst/include/Rcpp/utils/tinyformat.h:127:10: note: declared here void stop(const std::string& message); ^ In file included from ../inst/include/Rcpp.h:47:0, from Date.cpp:31: ../inst/include/Rcpp/Function.h: In constructor ‘Rcpp::Function_Impl::Function_Impl(const string&, const string&)’: ../inst/include/Rcpp/Function.h:72:63: error: too many arguments to function ‘void Rcpp::stop(const string&)’ stop("there is no namespace called \"%s\"", ns); ^ In file included from ../inst/include/RcppCommon.h:70:0, from ../inst/include/Rcpp.h:27, from Date.cpp:31: ../inst/include/Rcpp/utils/tinyformat.h:127:10: note: declared here void stop(const std::string& message); ^ make: *** [Date.o] Error 1 ERROR: compilation failed for package ‘Rcpp’ * removing ‘/opt/tools/install/R/3.1.0/lib/R/library/Rcpp’ The downloaded source packages are in ‘/tmp/RtmpnQRrZt/downloaded_packages’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done Warning message: In install.packages("Rcpp") : installation of package ‘Rcpp’ had non-zero exit status > sessionInfo() R version 3.1.0 (2014-04-10) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_3.1.0 >