Displaying 4 results from an estimated 4 matches for "occors".
Did you mean:
occours
2011 Jul 08
1
Getting wrong NA values using "for" cmd
Hi There,
I'm facing one problem to construct a vector using the "for" command:
I have one matrix named 'dados' (same as /data/ from portuguese), for
example:
> dados[140:150,]
[,1] [,2] [,3]
[1,] 212.7298 0.14 0.11
[2,] 213.3778 0.14 0.11
[3,] 214.0257 0.15 0.11
[4,] 214.6737 0.15 0.12
[5,] 215.3217 0.15 0.12
[6,] 215.9696 0.15 0.12
[7,] 216.6176 0.16
2000 Feb 14
2
Error report on empty matrices (PR#435)
...SuSE 6.2) on a PIII 500Mhz Machine under SuSE
6.2 Linux I found the following bug:
x <- matrix(0,10,0)
rbind(x,2)
causes an R-crash with the message "Gleitkomma-Ausnahme" (floating point
exception) which is probably due to the non-applicability of the
recyling rule.
The same occors when using
x<-matrix(0,10,0)
rbind(x,matrix(2,1,1))
The complete log is appended to this note.
In my opinion an error message like
Error in rbind(...) : number of columns of matrices must match (see
arg 2)
as it happens with
x<-matrix(0,10,1)
rbind(x,matrix(0,1,0))
sh...
2010 Jan 25
1
Bug#566012: xen-hypervisor-3.2-1-i386: Another crash. Is this a hypervisor-problem, or is this the kernel?
Package: xen-hypervisor-3.2-1-i386
Version: 3.2.1-2
Followup-For: Bug #566012
Just had another crash. I got the output from a serial console. The kernel doesn't say anything though.
(XEN) traps.c:1996:d6 Domain attempted WRMSR 00000400 from 00000000:0000ffff to ffffffff:ffffffff.
(XEN) traps.c:1996:d6 Domain attempted WRMSR 00000404 from 00000000:00018000 to ffffffff:ffffffff.
(XEN)
2006 Feb 20
0
crashed would be solved by sudo ?
Hi all,
Most of time I like to try out wine with game console emulators which use
fare amount of d3d or opengls, to see how much wine supports on this.
Suddenly today that the wine does not work with any emulator I have tried with,
came up with error message that is followed. But I accidentally found a workround that
with ``sudo'', the problem won't occor. Any idea ?