[Rd] R quits after 6 seconds (PR#7878)

2005-05-19 Thread ngoldsmi
Full_Name: Noel Goldsmith Version: 2.1.0a OS: OS X 10.3.9 Submission from: (NULL) (203.45.17.210) Having newly installed R version 2.1.0a on a macintosh iMac 20 inch G5 with 1 Gb of Ram and a 160 Gb hard disc I can report that the application starts up with the Cocoa GUI window and then after

Re: [Rd] R quits after 6 seconds (PR#7878)

2005-05-19 Thread Paul Roebuck
On Thu, 19 May 2005 Noel Goldsmith wrote: Having newly installed R version 2.1.0a on a macintosh iMac 20 inch G5 with 1 Gb of Ram and a 160 Gb hard disc I can report that the application starts up with the Cocoa GUI window and then after some six seconds it just closes and quits. No error

[Rd] Getting ... without evaluating it?

2005-05-19 Thread Duncan Murdoch
I'd like a function to get an unevaluated copy of its argument list, including ... . That is, I'd like f - function(...) { args - what goes here?? args } when called as f(a = 1+1, b = foo) to return something like list(a = quote(1+1), b = quote(foo)). If I use args - list(...) then it

Re: [Rd] Getting ... without evaluating it?

2005-05-19 Thread Prof Brian Ripley
On Thu, 19 May 2005, Duncan Murdoch wrote: I'd like a function to get an unevaluated copy of its argument list, including ... . That is, I'd like f - function(...) { args - what goes here?? args } when called as f(a = 1+1, b = foo) to return something like list(a = quote(1+1), b =

Re: [Rd] Getting ... without evaluating it?

2005-05-19 Thread Duncan Murdoch
Prof Brian Ripley wrote: On Thu, 19 May 2005, Duncan Murdoch wrote: I'd like a function to get an unevaluated copy of its argument list, including ... . That is, I'd like f - function(...) { args - what goes here?? args } when called as f(a = 1+1, b = foo) to return something like list(a =

[Rd] problems with truncate() with files 2Gb under Windows (possibly (PR#7879)

2005-05-19 Thread tplate
This message relates to handling files 2Gb under Windows. (I use 2Gb as shorthand for 2^31-1 -- the largest integer representable in a signed 32 bit integer.) First issue: truncate() is not able to successfully truncate files at a position 2Gb. This appears to be due to the use of the

Re: [Rd] problems with truncate() with files 2Gb under Windows (PR#7880)

2005-05-19 Thread ripley
__USE_LARGEFILE is a standard Unix way to allow 2Gb files on 32-bit OSes by using f{seek,tell}o Take a look at the definition of f_tell: #if defined(HAVE_OFF_T) defined(__USE_LARGEFILE) #define f_seek fseeko #define f_tell ftello #else #ifdef Win32 #define f_seek fseeko64 #define f_tell

[Rd] make fails in errors.c (PR#7881)

2005-05-19 Thread rhurlin
Full_Name: Rainer Hurling Version: R-2.1.0 OS: FreeBSD6-CURRENT from May 19 2005 Submission from: (NULL) (213.54.77.26) /configure does well in FreeBSD6-CURRENT. When typing 'make' after a while I get: - [...snip...] gcc -export-dynamic -L/usr/local/lib -o

[Rd] New R (2.1) not openable under emacs files (PR#7882)

2005-05-19 Thread menke
Full_Name: Michael Menke Version: 2.1 OS: Mac OS X 3.9 Submission from: (NULL) (65.41.49.80) With the previous versions of R, I could go to any project file in Emacs and open R within that file with the file images saved. I tried at the end of April with version 2.1 and then today again with

[Rd] error when quartz graphics window refreshed after awaking from sleep (PR#7883)

2005-05-19 Thread fosnight
Received following error when quartz graphics window refreshed after awaking from sleep. Never received this error prior to upgrading to 2.1.0a. *** malloc[504]: Deallocation of a pointer not malloced: 0xbfffd590; This could be a double free(), or free() called with the middle of an allocated

[Rd] Problem with proj

2005-05-19 Thread Simon Wotherspoon
Hi all, Perhaps this in an inappropriate post, but I've found a bug in proj I'd like to track down a bit further before making a formal bug report. The example below shows the problem, if you change the rownames proj fails. The problem seems to be that there is a mismatch in the rownames

[Rd] Memory question on R

2005-05-19 Thread Dr L. Y Hin
Dear all, Apology for posting this amateurish question. I am running R version 2.1.0 on Windows XP for a simulation exercise. Seemingly, I've encountered memory allocation problem during the recursive procedure. I've looked at the help section called ?Memory() and ?memory.limit(), and

[Rd] R 2.1 and gfortran

2005-05-19 Thread Bill Northcott
From the configure output of the latest devel snapshot: checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fl32... no checking for af77... no checking for fort77... no checking for f90... no checking for xlf90... no