Re: [Rd] bug with function seq() (PR#11705)

2008-06-16 Thread Gabor Csardi
See R FAQ 7.31 and also http://docs.sun.com/source/806-3568/ncg_goldberg.html G. On Mon, Jun 16, 2008 at 06:45:21PM +0200, [EMAIL PROTECTED] wrote: > Full_Name: Grégoire Talbot > Version: 2.7.0 > OS: windows 2000 > Submission from: (NULL) (147.99.1.149) > > > Try this : > > > a=seq(from=0.1,to

[Rd] Using a binary package built on 2.6.X with 2.7.0, on OSX

2008-03-13 Thread Gabor Csardi
s there an online building system for OSX, just like there is one for MS Windows? I guess not, but just in case Thanks, unfortunately i don't have access to a Mac to solve this on my own... Gabor -- Csardi Gabor <[EMAIL PROTECTED]>UNIL DGM ___

Re: [Rd] Vector binding on harddisk

2008-02-14 Thread Gabor Csardi
On Thu, Feb 14, 2008 at 07:54:38AM -0800, Henrik Bengtsson wrote: > On Thu, Feb 14, 2008 at 7:23 AM, Jeffrey Horner > <[EMAIL PROTECTED]> wrote: > > Paul Gilbert wrote on 02/14/2008 09:14 AM: > > > > > > > > _ wrote: > > >> Hi all, > > >> Using big vectors (more than 4GB) is unfortunately not po

Re: [Rd] 0.45<0.45 = TRUE (PR#10744)

2008-02-12 Thread Gabor Csardi
n Tue, 12 Feb 2008 15:47:56 +0100 > Gabor Csardi <[EMAIL PROTECTED]> wrote: > > > OMG, not again please! > > > > FAQ 7.31. > > Yeah, there seems to be a cluster of that type of questions at the > moment. > > Perhaps it is time to introduce a global opti

Re: [Rd] 0.45<0.45 = TRUE (PR#10744)

2008-02-12 Thread Gabor Csardi
OMG, not again please! FAQ 7.31. Thanks! On Tue, Feb 12, 2008 at 03:35:09PM +0100, [EMAIL PROTECTED] wrote: > Dear developer, > > in my version of R (2.4.0) as weel as in a more recent version (2.6.0) > on different computers, we found this problem : > > > a<-(58/40-1) > > a > [1] 0.45 > >

Re: [Rd] how to include a windows dll in a package

2006-08-16 Thread Gabor Csardi
On Wed, Aug 16, 2006 at 10:09:52AM -0400, Allen S. Rout wrote: > Gabor Csardi <[EMAIL PROTECTED]> writes: > > > No problem, libxml2 sources are available, that is fine with the > > GPL. They need not be included in the _same_ package as the > > binaries. > >

Re: [Rd] how to include a windows dll in a package

2006-08-15 Thread Gabor Csardi
On Tue, Aug 15, 2006 at 03:34:05PM +0200, Uwe Ligges wrote: > > > Gabor Csardi wrote: > >Thank you for the answer. > > > >On Tue, Aug 15, 2006 at 02:09:59PM +0100, Prof Brian Ripley wrote: > >>On Tue, 15 Aug 2006, Gabor Csardi wrote: > >[...] > >

Re: [Rd] how to include a windows dll in a package

2006-08-15 Thread Gabor Csardi
Thank you for the answer. On Tue, Aug 15, 2006 at 02:09:59PM +0100, Prof Brian Ripley wrote: > On Tue, 15 Aug 2006, Gabor Csardi wrote: [...] > > what is the correct way to include a dll in a source package, that > > is expected to be installed in the libs directory? > > You

[Rd] how to include a windows dll in a package

2006-08-15 Thread Gabor Csardi
you, Gabor -- Csardi Gabor <[EMAIL PROTECTED]>MTA RMKI, ELTE TTK __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Check for interrupts

2006-08-04 Thread Gabor Csardi
(); R_CheckUserInterrupt(); } might work, but this definitely does not work on windows (and possibly also not on osx). Or i need to install finalizers? Could you recommend some up to date docs and/or examples if this is the case? Thank you, Gabor -- Csardi Gabor <[EMAIL PROTECTED]>MTA RMKI