Skip to content

Error with Rollmean

5 messages · John Kerpel, Gabor Grothendieck

#
On Fri, Sep 23, 2011 at 12:52 PM, John Kerpel <john.kerpel at gmail.com> wrote:
We can't really tell what is wrong unless you provide a reproducible
example. The following is reproducible and seems to work ok:
Loading required package: timeDate
...snip...
[1] ?1.7.4?
[1] ?2130.92?
[1] "R version 2.13.1 Patched (2011-09-02 r56895)"
[1] "Windows Vista (build 6002) Service Pack 2"





Try displaying the output of dput(x) or show how to reconstruct it
from scratch in a reproducible fashion.
#
On Fri, Sep 23, 2011 at 1:51 PM, John Kerpel <john.kerpel at gmail.com> wrote:
Thanks.  Its now fixed in the development version.  Use svn version
899 or later or add this to your code:

source("http://r-forge.r-project.org/scm/viewvc.php/*checkout*/pkg/zoo/R/rollmean.R?revision=899&root=zoo")
#
On Fri, Sep 23, 2011 at 2:01 PM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote:
I have made one more fix so it should be svn 900 or:

source("http://r-forge.r-project.org/scm/viewvc.php/*checkout*/pkg/zoo/R/rollmean.R?revision=900&root=zoo")