Skip to content
Prev 3287 / 63424 Next

Autocovariance function (PR#438)

On Tue, 15 Feb 2000 lamkel@yahoo.com wrote:

            
There is too little information here: please use bug.report() to submit bug
reports, and give the exact code you used so we can try exactly the same
thing. A good quick test is to run

library(ts)
example(acf)

However,

library(ts)
x <- ts(rnorm(200))
acf(x)

also works on all my (0.90.1 from a later message) systems, so I suggest
you re-build and re-install R, and run make check as that will run the acf
examples.