search for: keighley

Displaying 5 results from an estimated 5 matches for "keighley".

Did you mean: keightley
2003 Oct 23
1
Re: ichar() function in R : 1st implementation, RFC
(RFC := Request For Comments) >>>>> "Tim" == Tim Keighley <Tim.Keighley@csiro.au> >>>>> on Thu, 23 Oct 2003 11:45:22 +1000 writes: Tim> Hi Martin, Tim> In October 2000 you wrote to r-help: >>> which reminds me that I've had a desire for something like >>> the old S function [from the b...
2005 Jun 27
1
Unused argument "na.action" to pairs.formula
...m[[1]] <- as.name("model.frame") mf <- eval(m, parent.frame()) pairs(mf, ...) } I think the line "m$na.action <- stats::na.pass" should be "m$na.action <- na.action". Please correct me if I am wrong or this has already been fixed. Cheers, Tim Keighley
2003 Dec 11
1
Using \leq for <= in Rd files
...would be to change Rdconv.pm by adding \leq and \geq to the substitution lists in text2html, text2txt and the other similar functions. I don't know much about LaTeX so it may be that \leq has been phased out in favour of \le and the books and websites I read might be out of date. Cheers, Tim Keighley > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 8.1 year 2003 month 11 day 21 language R [[alternative HTML version deleted]]
2003 Oct 29
0
Rdconv Rd->Ssgm doesn't convert aliases (PR#4838)
...ment. I have not tested this extensively but it seems to work on the few small tests I have done. For the record I am using: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 8.0 year 2003 month 10 day 08 language R Cheers, Tim Keighley PS. Please let me know if this is not the correct forum or format for this type of report, or if you need any more information. [[alternative HTML version deleted]]
2012 Feb 21
3
How to merge the Xen kernel with modules into one single file ?
Hi all, To boot a Xen from grub, we normally use a Xen kernel and a domain0 kernel & initrd.img as its modules. Now, I want to merge these three files into one single kernel file, then I can boot it without modules. I am doing this because a simulator environment only has one file entry for the kernel. Do you guys have some hints on how to do that? BTW, I can merge the domain0 kernel &