Displaying 1 result from an estimated 1 matches for "volstocksdec2010".
2011 Jan 24
3
error with source(): invalid 'times' value
...ollapse = "\n")
1: source("/tmp/RFile.r", echo = TRUE)
>
But the file I am trying to source is very simple... see:
$ more /tmp/RFile.r
###################################################
### chunk number 1:
###################################################
#line 516 "VolStocksDec2010.Rnw"
path<-"~/Dropbox/FAO/Papers/Volatility only"
pathMarkov<-"~/Dropbox/FAO/Markov Model/"
library(zoo)
Any idea where it can come from? It works fine when echo=FALSE... I am
using R 2.12, on Ubuntu Linux 10.4 (R from CRAN), full session info
below. Should I rathe...