[Rd] metafiles under windows (PR#13116)

2008-10-03 Thread david . stevens
Full_Name: David Stevens Version: 2.7.0 OS: Window SP Submission from: (NULL) (129.123.9.110) Lately I've been copying graphics to a metafile to paste to a document. No matter what the graphics window size, the pasted graphic only fills the upper left 1/3 of the allocated space. How can I make

Re: [Rd] Memory crash

2008-10-03 Thread Prof Brian Ripley
Very likely your C code is writing out of bounds and has corrupted R's memory heap. Use the tools discussed in 'Writing R Extensions' (such as Valgrind) to help you track this down. On Fri, 3 Oct 2008, Göran Broström wrote: Hello, I get a segfault when running glmmboot in my own package

[Rd] A strange behaviour of file.path in Windows? (PR#13119)

2008-10-03 Thread pego . enrico
Full_Name: Enrico Pegoraro Version: 2.7.2 OS: Windows (Vista or Xp PRO) Italian Submission from: (NULL) (87.4.189.202) If you send these lines of code: outdir=c:/pippo file.path(outdir,pluto.html) R replies correctly: [1] c:/pippo/pluto.html But if you change the first steps to: outdir=

[Rd] Memory crash

2008-10-03 Thread Göran Broström
Hello, I get a segfault when running glmmboot in my own package glmmML. Has happened many time before, but this time I get no hint of where in my C functions the error might be. I give the output below. Can this be an R bug? I suspect it has to do with repeated calls to 'vmmin' like this:

Re: [Rd] A strange behaviour of file.path in Windows? (PR#13119)

2008-10-03 Thread Richard . Cotton
If you send these lines of code: outdir=c:/pippo file.path(outdir,pluto.html) R replies correctly: [1] c:/pippo/pluto.html But if you change the first steps to: outdir= file.path(outdir,pluto.html) R replies (uncorrectly, I think) [1] /c:/pippo/pluto.html I don't get the

Re: [Rd] Memory crash

2008-10-03 Thread Göran Broström
Prof Brian Ripley wrote: Very likely your C code is writing out of bounds and has corrupted R's memory heap. Use the tools discussed in 'Writing R Extensions' (such as Valgrind) to help you track this down. Brian, thanks a lot; I installed valgrind, and the error was promptly spotted (your

Re: [Rd] A strange behaviour of file.path in Windows? (PR#13119)

2008-10-03 Thread Prof Brian Ripley
On Fri, 3 Oct 2008, [EMAIL PROTECTED] wrote: Full_Name: Enrico Pegoraro Version: 2.7.2 OS: Windows (Vista or Xp PRO) Italian Submission from: (NULL) (87.4.189.202) If you send these lines of code: outdir=c:/pippo file.path(outdir,pluto.html) R replies correctly: [1] c:/pippo/pluto.html

Re: [Rd] metafiles under windows (PR#13116)

2008-10-03 Thread ligges
Probably not a bug, not tested on a recent version of R, no reproducible code given, hence no chance for us to identify any problem. If you have questions, please use R-help *after* reading its posting guide. Best, Uwe Ligges [EMAIL PROTECTED] wrote: Full_Name: David Stevens Version: 2.7.0

[Rd] R CMD install runs out of memory

2008-10-03 Thread hadley wickham
$ R CMD install ggplot2 ... scale-usage-d1texthtmllatex scale_brewer texthtmllatex example perl(90227) malloc: *** mmap(size=31488) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break

Re: [Rd] R CMD install runs out of memory

2008-10-03 Thread Duncan Murdoch
On 10/3/2008 10:14 AM, hadley wickham wrote: $ R CMD install ggplot2 ... scale-usage-d1texthtmllatex scale_brewer texthtmllatex example perl(90227) malloc: *** mmap(size=31488) failed (error code=12) *** error: can't allocate

Re: [Rd] Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)

2008-10-03 Thread Luke Tierney
I will look into fixing it sometime if no one else feels like doing it. The environment aspect is not high priority; some other related issues are more so (locking and active bindings as I recall). But even thoughs may not make it to the top of my queue any time soon. The issue of placing

Re: [Rd] R CMD install runs out of memory

2008-10-03 Thread hadley wickham
On Fri, Oct 3, 2008 at 10:12 AM, Uwe Ligges [EMAIL PROTECTED] wrote: Duncan Murdoch wrote: On 10/3/2008 10:14 AM, hadley wickham wrote: $ R CMD install ggplot2 ... scale-usage-d1texthtmllatex scale_brewer texthtmllatex example

Re: [Rd] Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)

2008-10-03 Thread Gabor Grothendieck
On Fri, Oct 3, 2008 at 11:43 AM, Luke Tierney [EMAIL PROTECTED] wrote: I will look into fixing it sometime if no one else feels like doing it. The environment aspect is not high priority; some other related issues are more so (locking and active bindings as I recall). But even thoughs may

Re: [Rd] Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)

2008-10-03 Thread Luke Tierney
On Fri, 3 Oct 2008, Gabor Grothendieck wrote: On Fri, Oct 3, 2008 at 11:43 AM, Luke Tierney [EMAIL PROTECTED] wrote: I will look into fixing it sometime if no one else feels like doing it. The environment aspect is not high priority; some other related issues are more so (locking and active

Re: [Rd] Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)

2008-10-03 Thread Gabor Grothendieck
On Fri, Oct 3, 2008 at 12:46 PM, Luke Tierney [EMAIL PROTECTED] wrote: On Fri, 3 Oct 2008, Gabor Grothendieck wrote: On Fri, Oct 3, 2008 at 11:43 AM, Luke Tierney [EMAIL PROTECTED] wrote: I will look into fixing it sometime if no one else feels like doing it. The environment aspect is not

[Rd] Unable to install R on CentOS 64 bit machine

2008-10-03 Thread Shantanu Unknown
Hi all, I am unable to install R on CentOS5 64 bit machine. When I do ./configure I get the message checking for X... no configure: error: --with-x=yes (default) and X11 headers/libs are not available from doing a websearch it seems I need to install x11-xorg. But I could not find it when I