Page 1 of 1

How to load R2I package?

PostPosted: Thu Jul 30, 2015 8:48 am
by Didier Renard
R2I package must be installed first on the system.

Loading R2I

If the R2I package has been installed with root access or under windows, simply execute this command under the R prompt:
Code: Select all
library(R2I)

Otherwise, without root access under linux or Mac, you must indicate to the library command where you have installed the R2I package:
Code: Select all
library(R2I,lib.loc="$HOME/RPackages")