"R problem"
Hi I am using a process which uses an R script to obtain the data set
library(quantmod)
library(TTR)
library(PerformanceAnalytics)
# pull IBM data from Yahoo Finance
getSymbols("IBM",from="2003-01-01")
but when running the process get the following error
Dec 8, 2010 4:02:03 PM SEVERE: Process failed: Could not initiate session with native R. Try using server. Reason: Could not initialize R via JRI. Reason: Unable to initialize R
Where am I going wrong or can you recommend a good learning resource for R
library(quantmod)
library(TTR)
library(PerformanceAnalytics)
# pull IBM data from Yahoo Finance
getSymbols("IBM",from="2003-01-01")
but when running the process get the following error
Dec 8, 2010 4:02:03 PM SEVERE: Process failed: Could not initiate session with native R. Try using server. Reason: Could not initialize R via JRI. Reason: Unable to initialize R
Where am I going wrong or can you recommend a good learning resource for R