Displaying 2 results from an estimated 2 matches for "do_relop".
Did you mean:
do_reloc
1999 Apr 29
1
another ts problem
My previous ts problem is fixed in today's snapshot but ...
R : Copyright 1999, The R Development Core Team
Version 0.64.0 Patched (unreleased snapshot) (April 29, 1999)
...
> z <- ts(matrix(rnorm(300),100,3),start=c(1961,1), frequency=12)
> all(z==z)
Error: invalid time series parameters specified
>
Paul Gilbert
2005 May 04
1
help track a segmentation fault
I have an R script that I run using
nohup R CMD BATCH r.in r.out &
The code loops through data from the database and takes hours. The
problem is, in about an hour and a half after I start the script the
program stops and I get
/usr/lib/R/bin/BATCH: line 55: 14067 Done ( echo
"invisible(options(echo = TRUE))"; cat ${in}; echo "proc.time()" )
14068