Displaying 2 results from an estimated 2 matches for "ss9".
Did you mean:
ss
2011 Nov 14
1
Subset of a subset?
...e to figure out the easiest
way since I created by subsets based on the hour.
Thanks for any help!!
da=paste(Date)
tiso= strptime(da,format="%d/%m/%Y %H:%M")
tiso$h
df1= data.frame(tiso, mv)
## creating a subset of 9am, 12pm and 3pm.
ss= subset(mv, tiso$h==9| tiso$h ==12| tiso$h==15)
ss9= subset(mv, tiso$h==9)
ss12= subset(mv, tiso$h==12)
ss15= subset (mv, tiso$h==15)
##create a subset of each event
ss0609= subset( ss, tiso==2009-06-01 | tiso==2009-06-02)
Example of Data:
Date T002_03 T002_25 T004_03 T004_25 T006_03
31/03/2007 23:00 31 3 18 5 6 5.8 7 3.5
1/4/2007 0:00 30 2 16 5...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking