search for: ideacod

Displaying 2 results from an estimated 2 matches for "ideacod".

Did you mean: ideacode
2012 Apr 04
10
Unable to boot installation ISO
Hi, I build Xen 4.1.1 on a Gentoo base dom0. Everything is working great. I tried one of Joseph Glanville''s PV-HVM image (debian6) and its working as it should. Now l''im trying to build a Gentoo based domU with then same specs as Joseph''s PV-HVM. I used a copy of the .cfg and adapted to my needs to make the gentoo work. when booting the minimal install image using
2006 Sep 26
0
Wish: change behaviour of header in read.fwf (PR#9252)
...") Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : invalid 'sep' value: must be one byte I get lost in reading source of read.fwf, but I think that the following idea should be easy to implement and it would be also similar to read.table behaviour. <ideaCode> if(header) { ## sep is from read.fwf call header <- unlist(strsplit(readLines(con=file, n=1), split=sep)) } ... ## tweaks related to issues with length(header), row.names, ncol(), ... read.table(..., col.names=header, ...) </ideaCode> I know that FWF is not used much these days...