0
我正在運行中的R-Studio給出下面的C++代碼RCPP錯誤:意外 '/' 中的 「/」
# include<Rcpp.h>
using namespace Rcpp;
// [[Rcpp::export]]
NumericVector timesTwo(NumericVector x) {
return x * 2;
}
/*** R
timesTwo(42)
*/
2錯誤的類型來了:
Error: unexpected symbol in "using namespace"
Error: unexpected '/' in "/"