: 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)
&
--
> 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
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
.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?)
>
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
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
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
> 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
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
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
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
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
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
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
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
___
@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
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
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
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
19 matches
Mail list logo