An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110129/9748b929/attachment.pl>
runsd {caTools} crashes R 64bit on winxp64bit with a very large vector
3 messages · MM, Duncan Murdoch
On 11-01-29 1:11 PM, MM wrote:
Hello I have a 3.5 million elements numeric vector x. I'm trying to calculate the rolling std dev of the previous 144 elements. rsd144<-runsd(x, 144, center=0, endrule="NA") this crashes R (ie on the console disappears and the Rgui.exe process is not there anymore) with smaller vectors, the crash does not occur.
You should report bugs in contributed packages to the maintainer of the package. I'm not sure what package runsd is in. Duncan Murdoch
regards, [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
On 11-01-29 8:19 PM, Duncan Murdoch wrote:
On 11-01-29 1:11 PM, MM wrote:
Hello I have a 3.5 million elements numeric vector x. I'm trying to calculate the rolling std dev of the previous 144 elements. rsd144<-runsd(x, 144, center=0, endrule="NA") this crashes R (ie on the console disappears and the Rgui.exe process is not there anymore) with smaller vectors, the crash does not occur.
You should report bugs in contributed packages to the maintainer of the package. I'm not sure what package runsd is in.
Oops, I just noticed it in your subject line: caTools. The maintainer is Jarek Tuszynski <jaroslaw.w.tuszynski at saic.com> who is cc'd. Duncan Murdoch
Duncan Murdoch
regards, [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.