1

When i try to install Rhipe in winndows "package ‘rhipe’ is not available (for R version 3.1.2)". appear Is there any other rhipe package which will install on R version 3.1.2

Yasin Luni
  • 15
  • 1
  • 3

1 Answers1

3

RHIPE is not available on CRAN (yet). Follow the instructions on the RHIPE Install page.

That page has a link to the R package, which you can download and then install with

install.packages("rhipe_version.tar.gz", repos = NULL, type = "source")

Note that to get it to work there are other dependencies (Hadoop, R set up as a shared library, protocol buffers, some environment variables).

Richie Cotton
  • 118,240
  • 47
  • 247
  • 360
  • Sir I used this link I have downloaded "Rhipe_0.73.1.tar" now how I can give the location of downloaded file. because when i try to install pkg the error ('lib' is unspecified) occur @Richie Cotton – Yasin Luni Dec 29 '14 at 12:52
  • Read the output again. `"lib" is unspecified` is not an error message, just information. – Richie Cotton Dec 29 '14 at 16:57