[R] [OOPS!]Sexy Little Number :-)-O

(Ted Harding) Ted.Harding at manchester.ac.uk
Sun Oct 5 14:49:52 CEST 2008


[OOPS! By oversight I perpetrated a show-stopper! (Overlooked
 that I already had Hmisc loaded). Corrected below]

On 05-Oct-08 12:18:13, Ted Harding wrote:
> On 05-Oct-08 10:26:29, Dr Eberhard W Lisse wrote:
>> Got me the Asus EEE PC 1000 (the one with the 8 and 32 GIG solid state
>> drives, and added a 4GiG SD for the swap space. Will add another Gig
>> of RAM for a total of 2). Threw the old (Xandros) Linux off and the
>> EEE specific Ubuntu 8.04.1 onto it. Got an atom Intel processor which
>> apparently has two cores. Quite impressive...
>> 
>> Does anyone know, off hand, how I set up the CRAN repository so it
>> updates from the latest packages (2.7.2)?
>> 
>> What happenend to the South African mirror by the way?
>> 
>> greetings, el
> 
> I'll be interested in responses too! (Though mine is "only" the
> EEE PC 900, still a nice little thing). And in expereinces of
> replacing the Xandros with the Ubuntu.
> 
> Meanwhile, I was tickled by your subject line, so could not resist:

library(Hmisc)
sexyNo<-function(){
  for(i in (1:20)){
    S<-paste(makeNstr(" ",i),"0",makeNstr(" ",(40-2*i)),"<--1\n",sep="")
    cat(S); Sys.sleep(1)
  }
  cat(paste(makeNstr(" ",21),"0~1\n",sep="")); Sys.sleep(2)
  for(i in (1:9)){
    cat(paste(makeNstr(" ",22),"|\n",sep="")); Sys.sleep(2)
  }
  cat("          ***!!!     0.1     !!!***\n")
}

sexyNo()

>:-)
> Ted.


--------------------------------------------------------------------
E-Mail: (Ted Harding) <Ted.Harding at manchester.ac.uk>
Fax-to-email: +44 (0)870 094 0861
Date: 05-Oct-08                                       Time: 13:49:49
------------------------------ XFMail ------------------------------



More information about the R-help mailing list