Displaying 3 results from an estimated 3 matches for "mtmp".
Did you mean:
mmp
2004 Mar 08
2
Bug in points.formula (PR#6652)
...(m$subset, data, parent.frame())
! l <- nrow(data)
dosub <- function(x) if (length(x) == l) x[s] else x
dots <- lapply(dots, dosub)
}
--- 312,320 ----
mf <- eval(m, parent.frame())
if (!missing(subset)) {
s <- eval(m$subset, data, parent.frame())
! mtmp <- m
! mtmp$subset <- NULL
! l <- nrow(eval(mtmp, parent.frame()))
dosub <- function(x) if (length(x) == l) x[s] else x
dots <- lapply(dots, dosub)
}
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-...
2008 Nov 17
0
lines.formula() problem when data argument is missing (PR#13296)
...al(m, parent.frame())
if (!missing(subset)) {
s <- eval(m$subset, data, parent.frame())
###current
### l <- nrow(data)
###\current
###new (as per points.formula)
if (!missing(data)) {
l <- nrow(data)
}
else {
mtmp <- m
mtmp$subset <- NULL
l <- nrow(eval(mtmp, parent.frame()))
}
###\new
dosub <- function(x) if (length(x) == l)
x[s]
else x
###current
### dots <- lapply(dots, dosub, s)
###\current
###new (as per points.formula)...
2012 Jun 24
0
nouveau _BIOS method
..........PADD...
0890: 0a 02 0b a4 06 0b a0 06 0a 1a 0a 62 0a 63 0a 60 ...........b.c.`
08a0: 0a 61 0a 65 0a 64 14 16 50 41 44 54 00 a0 0a 50 .a.e.d..PADT...P
08b0: 41 4d 54 a4 50 41 44 41 a4 50 41 44 44 14 4b 35 AMT.PADA.PADD.K5
08c0: 52 50 4d 44 00 08 4d 54 4d 50 11 03 0a 1a a0 45 RPMD..MTMP.....E
08d0: 34 5c 45 43 4f 4e 70 5c 2f 05 5f 53 42 5f 50 43 4\ECONp\/._SB_PC
08e0: 49 30 4c 50 43 42 48 5f 45 43 50 52 43 4c 88 4d I0LPCBH_ECPRCL.M
08f0: 54 4d 50 00 00 70 5c 2f 05 5f 53 42 5f 50 43 49 TMP..p\/._SB_PCI
0900: 30 4c 50 43 42 48 5f 45 43 50 52 43 30 88 4d 54 0LPCBH_ECPRC0....