25 | | [http://cran.r-project.org/web/packages/rJava/index.html rJava] is a R package providing a low-level interface to Java from R. Once Java is installed in your machine, in most cases the following call from R should do the trick: |
| 25 | [http://cran.r-project.org/web/packages/rJava/index.html rJava] is a R package providing a low-level interface to Java from R. If everything is adequately configured in your computer and Java is installed, the `rJava` package will automatically be downloaded if not present when installing the `ecomsUDG.Raccess` package, as any other package dependency. |
| 26 | |
| 27 | Therefore, in principle you should not worry about this and can skip this section. But just in case something related to `rJava` goes wrong during the installation, please bear in mind the following information. |
| 28 | |
| 29 | Once Java is installed in your machine, in most cases the following call from R should do the trick: |