|
|
|
|
|
by grayclhn
4106 days ago
|
|
"R is slow" refers to the main implementation of the language --- to code written in R --- and is completely fair. The packages you're talking about are mostly written in C or C++ with nice R interfaces. So R as a statistical package or R from a user's perspective is often quite fast, but that's because it is relatively easy to interface with C and C++. (This comes up often, and I'm not sure why I'm compelled to reply today, but there it is.) |
|