Re: [R] Newbie R question PART2

2009-04-30 Thread Tena Sakai
: Tena Sakai Cc: ted.hard...@manchester.ac.uk; r-help@r-project.org Subject: Re: [R] Newbie R question PART2 Tena Sakai wrote: > Hi, > > The example given: > library(hwriter) > htmlFile = tempfile() > hwrite("Hello World", htmlFile) > browseURL(htmlFile) &

Re: [R] Newbie R question PART2

2009-04-30 Thread Martin Morgan
-- > From: Martin Morgan [mailto:mtmor...@fhcrc.org] > Sent: Wed 4/29/2009 10:32 AM > To: Tena Sakai > Cc: ted.hard...@manchester.ac.uk; r-help@r-project.org > Subject: Re: [R] Newbie R question PART2 > > Tena Sakai wrote: >> Hi, >> >> Many thanks to Wacek Kusnierczyk a

Re: [R] Newbie R question PART2

2009-04-29 Thread Tena Sakai
th hwriter package? Please clue me in. Regards, Tena Sakai tsa...@gallo.ucsf.edu -Original Message- From: Martin Morgan [mailto:mtmor...@fhcrc.org] Sent: Wed 4/29/2009 10:32 AM To: Tena Sakai Cc: ted.hard...@manchester.ac.uk; r-help@r-project.org Subject: Re: [R] Newbie R question PART2

Re: [R] Newbie R question PART2

2009-04-29 Thread Tena Sakai
.org] Sent: Wed 4/29/2009 10:32 AM To: Tena Sakai Cc: ted.hard...@manchester.ac.uk; r-help@r-project.org Subject: Re: [R] Newbie R question PART2 Tena Sakai wrote: > Hi, > > Many thanks to Wacek Kusnierczyk and Ted Harding. > > I learned 3 new tricks. (Not bad for a newbie?) >

Re: [R] Newbie R question PART2

2009-04-29 Thread Tena Sakai
4/29/2009 6:26 AM To: Tena Sakai Cc: r-help@r-project.org Subject: Re: [R] Newbie R question PART2 Hi Tena, I recommend rapache for building websites with R. See http://biostat.mc.vanderbilt.edu/rapache/ -Ista > -- Forwarded message -- > From: "Tena Sakai" > To

Re: [R] Newbie R question PART2

2009-04-29 Thread Tena Sakai
Hi, Thanks for the warning. I'll be careful. Tena Sakai tsa...@gallo.ucsf.edu -Original Message- From: Stefan Evert [mailto:stefan.ev...@uos.de] Sent: Wed 4/29/2009 5:44 AM To: Wacek Kusnierczyk; Tena Sakai Cc: R help Subject: Re: [R] Newbie R question PART2 > the little

Re: [R] Newbie R question PART2

2009-04-29 Thread Tena Sakai
Hi, Thank you for littler webpage. It is quite interesting. Tena Sakai tsa...@gallo.ucsf.edu -Original Message- From: Wacek Kusnierczyk [mailto:waclaw.marcin.kusnierc...@idi.ntnu.no] Sent: Wed 4/29/2009 1:22 AM To: Tena Sakai Cc: r-h...@stat.math.ethz.ch Subject: Re: [R] Newbie R

Re: [R] Newbie R question PART2

2009-04-29 Thread Martin Morgan
> From: ted.hard...@manchester.ac.uk [mailto:ted.hard...@manchester.ac.uk] > Sent: Tue 4/28/2009 2:11 PM > To: r-help@r-project.org > Cc: Tena Sakai > Subject: RE: [R] Newbie R question > > On 28-Apr-09 20:42:45, Tena Sakai wrote: >> Hi, >> >> I am a newbie with

Re: [R] Newbie R question PART2

2009-04-29 Thread Ista Zahn
Hi Tena, I recommend rapache for building websites with R. See http://biostat.mc.vanderbilt.edu/rapache/ -Ista > -- Forwarded message -- > From: "Tena Sakai" > To: , > Date: Tue, 28 Apr 2009 15:04:53 -0700 > Subject: Re: [R] Newbie R question PART2

Re: [R] Newbie R question PART2

2009-04-29 Thread Stefan Evert
the little r comes from littler [1]. it doesn't claim to be larger than it is. [1] http://dirk.eddelbuettel.com/code/littler.html Unless you're working on a Mac or Windows (if I'm not mistaken about case handling there), where it will just overwrite the standard R interpreter. :-( Chee

Re: [R] Newbie R question PART2

2009-04-29 Thread Wacek Kusnierczyk
Tena Sakai wrote: > Hi, > > That's pretty impressive performance, but wait. > Where does this little r come from? And how > does it differ from its big brother? > the little r comes from littler [1]. it doesn't claim to be larger than it is. [1] http://dirk.eddelbuettel.com/code/littler.html

Re: [R] Newbie R question PART2

2009-04-29 Thread Tena Sakai
09 12:49 AM To: Dieter Menne Cc: r-h...@stat.math.ethz.ch Subject: Re: [R] Newbie R question PART2 Wacek Kusnierczyk wrote: > Dieter Menne wrote: > >> >> R --vanilla >> >> which I like most because of the taste. >> >> >> > > once we t

Re: [R] Newbie R question PART2

2009-04-29 Thread Wacek Kusnierczyk
Dieter Menne wrote: > Tena Sakai gallo.ucsf.edu> writes: > > >> I learned 3 new tricks. (Not bad for a newbie?) >> >> $ R --silent --no-save < barebone.R >> $ R --quiet --no-save < barebone.R >> $ R --slave < barebone.R >> >> > > And don't forget > > R --vanilla > > which I like mo

Re: [R] Newbie R question PART2

2009-04-29 Thread Wacek Kusnierczyk
Wacek Kusnierczyk wrote: > Dieter Menne wrote: > >> >> R --vanilla >> >> which I like most because of the taste. >> >> >> > > once we talk about preferences, here's the version which i like most > because of (a) least typing, (b) the non-pompous little r: > ... and (c) superior perfo

Re: [R] Newbie R question PART2

2009-04-29 Thread Dieter Menne
Tena Sakai gallo.ucsf.edu> writes: > I learned 3 new tricks. (Not bad for a newbie?) > > $ R --silent --no-save < barebone.R > $ R --quiet --no-save < barebone.R > $ R --slave < barebone.R > And don't forget R --vanilla which I like most because of the taste. Dieter ___

Re: [R] Newbie R question PART2

2009-04-28 Thread Tena Sakai
@r-project.org Cc: Tena Sakai Subject: RE: [R] Newbie R question On 28-Apr-09 20:42:45, Tena Sakai wrote: > Hi, > > I am a newbie with R. My environment is linux and > I have a file. I call it barebone.R, which has one > line: > > cat ('Hello World!\n') > &g

Re: [R] Newbie R question

2009-04-28 Thread Ted Harding
On 28-Apr-09 20:42:45, Tena Sakai wrote: > Hi, > > I am a newbie with R. My environment is linux and > I have a file. I call it barebone.R, which has one > line: > > cat ('Hello World!\n') > > I execute this file as: > > R --no-save < barebone.R > > And it does what I expect. What I get i

Re: [R] Newbie R question

2009-04-28 Thread Wacek Kusnierczyk
Tena Sakai wrote: > Hi, > > I am a newbie with R. My environment is linux and > I have a file. I call it barebone.R, which has one > line: > > cat ('Hello World!\n') > > I execute this file as: > > R --no-save < barebone.R > > And it does what I expect. What I get is 20+/- lines > of text, one

[R] Newbie R question

2009-04-28 Thread Tena Sakai
Hi, I am a newbie with R. My environment is linux and I have a file. I call it barebone.R, which has one line: cat ('Hello World!\n') I execute this file as: R --no-save < barebone.R And it does what I expect. What I get is 20+/- lines of text, one of which is 'Hello World!'. How would I