Re: [R] Fwd: R Timeseries tsoutliers:tso

2018-04-13 Thread William Dunlap via R-help
You can record the time to evaluate each line by wrapping each line in a call to system.time(). E.g., expressions <- quote({ # paste your commands here, or put them into a file and use exprs <- parse("thatFile") d.dir <- '/Users/darshanpandya/xx' FNAME <- 'my_data.csv' d.input <-

[R] Fwd: R Timeseries tsoutliers:tso

2018-04-13 Thread Darshan Pandya
Hello, Writing to seek help in regard to some unexpected performance anomaly i am observing in using tsoutlers:tso on the mac vs on an AWS cloud server.. I am running the following code with very small dataset of about 208 records. d.dir <- '/Users/darshanpandya/xx' FNAME <- 'my_data.csv'