Problem Installing R
Not sure if I did the installation wrong or the library loading.
In installed several new programs used for time series in R. I am using the window version and R 2.1.5. There is a menu that goes Packages -> Install Packages
Initially all appeared to go well. I got the following message.
package ‘TTR’ successfully unpacked and MD5 sums checked
Other related programs (e.g., zoo" were added as well.
then I did this:
library("TTR")
and got this:
Error in library("TTR") : there is no package called ‘TTR’
I tried leaving R and comming back, but got the same message.
Anyone know what I am doing wrong?
Not sure if I did the installation wrong or the library loading.
In installed several new programs used for time series in R. I am using the window version and R 2.1.5. There is a menu that goes Packages -> Install Packages
Initially all appeared to go well. I got the following message.
package ‘TTR’ successfully unpacked and MD5 sums checked
Other related programs (e.g., zoo" were added as well.
then I did this:
library("TTR")
and got this:
Error in library("TTR") : there is no package called ‘TTR’
I tried leaving R and comming back, but got the same message.
Anyone know what I am doing wrong?