Re: [Rd] Unix-like touch to update modification timestamp of file?

2008-02-27 Thread Gabor Grothendieck
On Wed, Feb 27, 2008 at 1:27 PM, Henrik Bengtsson <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27, 2008 at 8:24 AM, Gabor Grothendieck > <[EMAIL PROTECTED]> wrote: > > If you only need Windows then this will do it even without RTools: > > > > shell("copy /b /v myfile +,,>nul") > > Interesting. Show I

Re: [Rd] Unix-like touch to update modification timestamp of file?

2008-02-27 Thread Henrik Bengtsson
On Wed, Feb 27, 2008 at 8:24 AM, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > If you only need Windows then this will do it even without RTools: > > shell("copy /b /v myfile +,,>nul") Interesting. Show I figured out that '+' is for "append", but how to interpret the two commas? Thanks to bot

Re: [Rd] Unix-like touch to update modification timestamp of file?

2008-02-27 Thread Gabor Grothendieck
If you only need Windows then this will do it even without RTools: shell("copy /b /v myfile +,,>nul") On Wed, Feb 27, 2008 at 11:12 AM, Earl F. Glynn <[EMAIL PROTECTED]> wrote: > "Henrik Bengtsson" <[EMAIL PROTECTED]> wrote in message > news:<[EMAIL PROTECTED]>... > > > > is it possible to upda

Re: [Rd] Unix-like touch to update modification timestamp of file?

2008-02-27 Thread Earl F. Glynn
"Henrik Bengtsson" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > is it possible to update the modification time stamp of a file using R > (on file systems supporting it)? For a Windows PC, if you have RTools in your path (from http://www.murdoch-sutherland.com/Rtools/insta

Re: [Rd] Warnings generated by log2()/log10() are really large/t

2008-02-27 Thread Ted Harding
On 27-Feb-08 13:39:47, Gabor Grothendieck wrote: > On Wed, Feb 27, 2008 at 5:50 AM, Henrik Bengtsson > <[EMAIL PROTECTED]> wrote: >> On Wed, Feb 27, 2008 at 12:56 AM, Prof Brian Ripley >> <[EMAIL PROTECTED]> wrote: >> > On Wed, 27 Feb 2008, Martin Maechler wrote: >> > >> > > Thank you Henrik, >> >

Re: [Rd] Warnings generated by log2()/log10() are really large/takes a long time to display

2008-02-27 Thread Gabor Grothendieck
On Wed, Feb 27, 2008 at 5:50 AM, Henrik Bengtsson <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27, 2008 at 12:56 AM, Prof Brian Ripley > <[EMAIL PROTECTED]> wrote: > > On Wed, 27 Feb 2008, Martin Maechler wrote: > > > > > Thank you Henrik, > > > > > >> "HenrikB" == Henrik Bengtsson <[EMAIL PROTE

Re: [Rd] Warnings generated by log2()/log10() are really large/takes a long time to display

2008-02-27 Thread Richard Pearson
Yes Henrik, I've also noticed this when cutting and pasting code from here: http://ace.acadiau.ca/math/ACMMaC/Rmpi/sample.html Try the .Last function for example. Best wishes Richard. Henrik Bengtsson wrote: > On Wed, Feb 27, 2008 at 12:56 AM, Prof Brian Ripley > <[EMAIL PROTECTED]> wrote: >

Re: [Rd] Generic Functions

2008-02-27 Thread Duncan Murdoch
Dominik Locher wrote: > Thanks a lot for your explanation, which I higly appreciate. But I have > still a problem... > > Think about 2 persons, each of them create their own package. Both define a > generic function "setType" with different arguments. > > Person 1: setType(obj, valX) > Person 2: s

Re: [Rd] dhyper, phyper (PR#10853)

2008-02-27 Thread Duncan Murdoch
[EMAIL PROTECTED] wrote: > Aloha all, > > I know too little about what I'm about to write and hope I'm not > wasting your time. > > For a class I'm teaching in archaeological data analysis, I'm trying > to put together a routine that calculates the so-called Petersen > index and, especially,

[Rd] Generic Functions

2008-02-27 Thread Dominik Locher
Thanks a lot for your explanation, which I higly appreciate. But I have still a problem... Think about 2 persons, each of them create their own package. Both define a generic function "setType" with different arguments. Person 1: setType(obj, valX) Person 2: setType(spec) If I require the packa

Re: [Rd] Warnings generated by log2()/log10() are really large/takes a long time to display

2008-02-27 Thread Henrik Bengtsson
On Wed, Feb 27, 2008 at 12:56 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Wed, 27 Feb 2008, Martin Maechler wrote: > > > Thank you Henrik, > > > >> "HenrikB" == Henrik Bengtsson <[EMAIL PROTECTED]> > >> on Tue, 26 Feb 2008 22:03:24 -0800 writes: > > > > {with many superf

Re: [Rd] Warnings generated by log2()/log10() are really large/takes a long time to display

2008-02-27 Thread Prof Brian Ripley
On Wed, 27 Feb 2008, Martin Maechler wrote: > Thank you Henrik, > >> "HenrikB" == Henrik Bengtsson <[EMAIL PROTECTED]> >> on Tue, 26 Feb 2008 22:03:24 -0800 writes: > > {with many superfluous empty statements ( i.e., trailing ";" ): Indeed! >HenrikB> x <- rnorm(1e6); > >[

Re: [Rd] Warnings generated by log2()/log10() are really large/takes a long time to display

2008-02-27 Thread Martin Maechler
Thank you Henrik, > "HenrikB" == Henrik Bengtsson <[EMAIL PROTECTED]> > on Tue, 26 Feb 2008 22:03:24 -0800 writes: {with many superfluous empty statements ( i.e., trailing ";" ): HenrikB> x <- rnorm(1e6); [] HenrikB> y <- log2(x); # or log10(x) Hen

[Rd] dhyper, phyper (PR#10853)

2008-02-27 Thread tdye
Aloha all, I know too little about what I'm about to write and hope I'm not wasting your time. For a class I'm teaching in archaeological data analysis, I'm trying to put together a routine that calculates the so-called Petersen index and, especially, confidence intervals for the index. Th

[Rd] MacOSX R.app do not save history (PR#10850)

2008-02-27 Thread anuar
Full_Name: Anuar Konkashbaev Version: 2.6.2 OS: Mac OS X 10.4.11 Submission from: (NULL) (128.135.32.210) R.app do not saves history while command line r does. When starting R.app history from the command line session and all new commands from current session are available, but when quiting R.app