Ontology highlight
ABSTRACT:
SUBMITTER: Fortin M
PROVIDER: S-EPMC7924457 | biostudies-literature | 2020
REPOSITORIES: biostudies-literature
PeerJ. Computer science 20200928
The R language is widely used for data analysis. However, it does not allow for complex object-oriented implementation and it tends to be slower than other languages such as Java, C and C++. Consequently, it can be more computationally efficient to run native Java code in R. To do this, there exist at least two approaches. One is based on the Java Native Interface (JNI) and it has been successfully implemented in the rJava package. An alternative approach consists of running a local server in Ja ...[more]