Rolf Turner writes:
> Despite the knowledge, wisdom, insight, skill, good looks, and other
> admirable characteristics of the members of the R-help list, few of
> us are skilled in telepathy or clairvoyance.
Oh, yeah? Then how did I know you were going to say that, huh?
--
Jeff
__
On Thu, 26 Feb 2009, Paul Gilbert wrote:
Gabor Grothendieck wrote:
Try
if (.Platform$OS.type == "windows") ... else ...
Gabor has suggested what I think is the best way to do this check, but in my
experience, if you are doing this check then you are almost certainly missing
some featu
Gabor Grothendieck wrote:
Try
if (.Platform$OS.type == "windows") ... else ...
Gabor has suggested what I think is the best way to do this check, but
in my experience, if you are doing this check then you are almost
certainly missing some feature of R that will let you avoid doing it.
(Ted Harding) wrote:
> There is one MAJOR issue you will have to watch out for, far more
> likely to turn up than calls like system().
>
> This is that, if you want to have two or more plotting windows
> in use at the same time, while the first one is autoatically
> opened by the plot() command, yo
I think what in my experience is the most common causen for R code
being confined to one platform has not yet been mentioned: it needs a
package that is only available on one platform: of CRAN/BioC packages
that is only a small proprtion, but out of 2000 a small proportion is
still tens.
On T
X11() on my Vista machine running 2.8.1 seems to work the same as
windows(). From the help page, the only difference I see is that
'X11' (and 'x11') have only width, height and pointsize arguments
('windows' has another 13).
Kingsford
On Wed, Feb 25, 2009 at 8:58 PM, Ted Harding
wrote:
> There
hi ted-
thanks for your insight. i appreciate it.
sherri
(Ted Harding) wrote:
There is one MAJOR issue you will have to watch out for, far more
likely to turn up than calls like system().
This is that, if you want to have two or more plotting windows
in use at the same time, while the first o
On Wed, Feb 25, 2009 at 10:58 PM, Ted Harding
wrote:
>
> if(length(grep("linux",R.Version()$os))){
> windows <- function( ... ) X11( ... )
> }
>
Try
if (.Platform$OS.type == "windows") ... else ...
__
R-help@r-project.org mailing list
https://stat.e
There is one MAJOR issue you will have to watch out for, far more
likely to turn up than calls like system().
This is that, if you want to have two or more plotting windows
in use at the same time, while the first one is autoatically
opened by the plot() command, you will have to open additional
o
day, February 25, 2009 8:16 PM
Subject: Re: [R] windows vs. linux code
On 26/02/2009, at 2:08 PM, Sherri Heck wrote:
Dear All-
I have been given some Rcode that was written using a Linux OS, but I
use Windows-based R. The person that is giving it to me said that it
needs to run on a Linux
On 25/02/2009 8:19 PM, jdeisenberg wrote:
Sherri Heck wrote:
I have been given some Rcode that was written using a Linux OS, but I
use Windows-based R. The person that is giving it to me said that it
needs to run on a Linux system. Does anyone have any insight and/or can
verify this. I ha
hahaha! okay. at least your responses are positive! thx!
David Winsemius wrote:
Definitely "maybe". Possibly "yes". Usually.
Pick one of the above.
-- David Winsemius
On Feb 25, 2009, at 8:25 PM, Sherri Heck wrote:
i am asking if, in general, r code can be written on a linux-based
system
Sherri Heck wrote:
>
> i am asking if, in general, r code can be written on a linux-based
> system and then run on a windows-based system.
>
Yes, if you avoid system-dependent calls like, um, system , there
should be no problem. For example, normal stuff like t test, correlation,
plot, hist,
Definitely "maybe". Possibly "yes". Usually.
Pick one of the above.
--
David Winsemius
On Feb 25, 2009, at 8:25 PM, Sherri Heck wrote:
i am asking if, in general, r code can be written on a linux-based
system and then run on a windows-based system.
Rolf Turner wrote:
On 26/02/2009, at
i am asking if, in general, r code can be written on a linux-based
system and then run on a windows-based system.
Rolf Turner wrote:
On 26/02/2009, at 2:08 PM, Sherri Heck wrote:
Dear All-
I have been given some Rcode that was written using a Linux OS, but I
use Windows-based R. The perso
Sherri Heck wrote:
>
> I have been given some Rcode that was written using a Linux OS, but I
> use Windows-based R. The person that is giving it to me said that it
> needs to run on a Linux system. Does anyone have any insight and/or can
> verify this. I haven't yet obtained the code, so
On 26/02/2009, at 2:08 PM, Sherri Heck wrote:
Dear All-
I have been given some Rcode that was written using a Linux OS, but I
use Windows-based R. The person that is giving it to me said that it
needs to run on a Linux system. Does anyone have any insight and/
or can
verify this. I haven't
Dear All-
I have been given some Rcode that was written using a Linux OS, but I
use Windows-based R. The person that is giving it to me said that it
needs to run on a Linux system. Does anyone have any insight and/or can
verify this. I haven't yet obtained the code, so I haven't been able t
18 matches
Mail list logo