Changes between Version 19 and Version 20 of udg/ecoms/RPackage/prerequisites
- Timestamp:
- Feb 8, 2016 11:09:45 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/prerequisites
v19 v20 23 23 = Installing the `rJava` package 24 24 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 Java is installed and adequately configured in your computer, the `rJava` package will be automatically downloaded if not present when installing the `load R` package, as any other package dependency. `rJava` can be also installed directly by: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 Java is installed and adequately configured in your computer, the `rJava` package will be automatically downloaded if not present when installing the `loadeR` package, as any other package dependency. `rJava` can be also installed directly by: 26 26 {{{ 27 27 #!text/R … … 42 42 }}} 43 43 44 Note that if you upload Java, you should run the following command to set all Java variables: 45 {{{ 46 ~$ sudo R CMD javareconf 47 }}} 44 48 45 49 Therefore, in principle you should not worry about this and could skip this section. But just in case something related to `rJava` goes wrong during the installation, please bear in mind the following information: