Difference between revisions of "InstallRlgiOnWindows"

From BiGGrid Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
[[File:Rconsole2.png]]
 
[[File:Rconsole2.png]]
  
You are now ready to continue with the [[Rlgi#Example_session|Example session]]
+
You are now ready to continue with the [[LGI/Rlgi#Example_session|Example session]]

Revision as of 17:05, 14 September 2011

The installation of the Rlgi package for the Windows version of R is slightly different from the Linux installation. This mini tutorial explains how to install the Rlgi package using the Rwin 2.13 GUI

  • Download the File:Rlgi 0.0.7.zip package for Windows
  • Start Rwin, then set the correct CRAN mirror:

Rmirror.png

  • Next, install the packages Rcurl, snow and XML:

Rinstallpkg.png

  • If the packages are installed correctly the R console window will show the following output. Note that the depending bitops package was automatically installed as well:

Rconsole1.png

  • Now select 'Install local ZIP' file from the Packages menu:

Rinstallzip.png

  • After all packages have been installed the R console will show:

Rconsole2.png

You are now ready to continue with the Example session