Displaying 2 results from an estimated 2 matches for "000569".
Did you mean:
00.569
2006 Sep 17
3
problems with yum and 4.3-->4.4
...r obsolete version of yum?
I briefly scanned <https://lists.dulug.duke.edu> and didn't see any
problems, but did see some incidents regarding yum hangs reported
about a year ago.
regarding the current upgrade, Seth Vidal in
<https://lists.dulug.duke.edu/pipermail/linux/2006-September/000569.html>
wrote:
<quote>
You should be able to get all of these and more with:
yum update
Let us know what breaks,
-sv
</quote>
No replies added to the thread indicating the folks at Duke aren't
having problems with the update to Centos 4.4 whereas folks on the
Centos list have r...
2006 Nov 08
1
convert factor p000345 to numeric
Dear All,
I am lost about the following. I have got a large dataframe (largeset) with in the first column identification numbers as factors
largeset$ID
p000345
p000356
p000569
etc
--
in order to use them to merge with another dataframe with numerical values (000345, 000356) I want to convert them to numerical.
>as.numeric(as.character(largeset$ID)) gives NA's
>as.numeric(strsplit(as.character(largeset[,1]), "p")) also fails:
Error in...