I use R by rinside
std::string cmd = "m <-matrix(c(1:9),nrow=3))";
SEXP proxy = m_R.parseEvalNT(cmd);
Rcpp::NumericMatrix m(proxy);
the runtime to terminate it in an unusual way
anyone please help me thanks
I use R by rinside
std::string cmd = "m <-matrix(c(1:9),nrow=3))";
SEXP proxy = m_R.parseEvalNT(cmd);
Rcpp::NumericMatrix m(proxy);
the runtime to terminate it in an unusual way
anyone please help me thanks
Copyright © 2021 Jogjafile Inc.
Odd. I played with this and also got some run-time errors; now they no longer arise. Try this:
which I just copied into the
examples/standard/directory as a simple call tomakewill then build it.