[Rd] bug in r-base (PR#10521)

2007-12-19 Thread m . zamboni
Full_Name: marco zamboni Version: no R version OS: ubuntu gusty Submission from: (NULL) (87.9.174.188) I have just finish to install gusty ubuntu on my AMD sempron. I would like to: $ sudo apt-get install r-base but ... I seguenti pacchetti hanno dipendenze non soddisfatte: r-base: Dipende:

[Rd] Rscript thank you

2007-12-19 Thread Vadim Ogranovich
Hi, I'd like to say thank you to the developers of Rscript. It is a nice tool that allows integration of R into multi-tool work flow and, in my experience so far, it does exactly what is expected of a utility program. Thank you very much! Vadim [[alternative HTML version deleted]]

Re: [Rd] bug in r-base (PR#10521)

2007-12-19 Thread Vincent Goulet
[Moved from r-devel] Le mar. 18 déc. à 10:35, [EMAIL PROTECTED] a écrit : > Full_Name: marco zamboni > Version: no R version > OS: ubuntu gusty > Submission from: (NULL) (87.9.174.188) > > > I have just finish to install gusty ubuntu on my AMD sempron. > I would like to: > $ sudo apt-get install

Re: [Rd] R installer

2007-12-19 Thread Hin-Tak Leung
Simon Urbanek wrote: >> If I were an Apple user (which I am not), there is a chance that I >> might have my own gcc/gfortran in /usr/local and I surely do not want >> R to temper with them. If you need runtime libgfortran support, you >> should just bundle gfortran.so and gcc.so if necesary (th

Re: [Rd] R installer

2007-12-19 Thread Simon Urbanek
On Dec 19, 2007, at 12:49 PM, Hin-Tak Leung wrote: > Simon Urbanek wrote: > >>> If I were an Apple user (which I am not), there is a chance that I >>> might have my own gcc/gfortran in /usr/local and I surely do not >>> want R to temper with them. If you need runtime libgfortran >>> suppor

Re: [Rd] R installer

2007-12-19 Thread Hin-Tak Leung
Simon Urbanek wrote: > > On Dec 19, 2007, at 12:49 PM, Hin-Tak Leung wrote: > >> Simon Urbanek wrote: >> If I were an Apple user (which I am not), there is a chance that I might have my own gcc/gfortran in /usr/local and I surely do not want R to temper with them. If you need ru

[Rd] Problem compiling R 3.6.1 on POWER 570 system

2007-12-19 Thread Mark Komarinski
I've for a RHEL 4 box on a P570 system. My end user wants to have a 64-bit version of R compiled due to the large amount of memory they require (this image has 16GB allocated to it). I can compile R fine in 32-bit mode, but it can't use more than 2.4GB of RAM before it falls over and dies. Co

Re: [Rd] Problem compiling R 3.6.1 on POWER 570 system

2007-12-19 Thread Prof Brian Ripley
On Wed, 19 Dec 2007, Mark Komarinski wrote: > I've for a RHEL 4 box on a P570 system. My end user wants to have a > 64-bit version of R compiled due to the large amount of memory they > require (this image has 16GB allocated to it). > > I can compile R fine in 32-bit mode, but it can't use more t

[Rd] Size of graphics device assumed by package examples

2007-12-19 Thread Prof Brian Ripley
R CMD check currently runs the package examples on a landscape postscript device with a 12pt font. This uses A4 or letter paper, and either is substantially larger than the canvases of the screen devices. It seems reasonable to ask that the examples should work on standard screen devices. The

Re: [Rd] Problem compiling R 3.6.1 on POWER 570 system

2007-12-19 Thread Mark W Kimpel
Mark, My sysadmin has helped me install R on our Power cluster. This is not my area of expertise, but I will pass along his directions, which got me up and running: To quote him, "Our machine, BigRed runs SuSE Linux Enterprise Server 9, Service Pack 3. The OS is 64-bit, but there are 32-bit c

Re: [Rd] segfault isoreg with NAs

2007-12-19 Thread Tobias Verbeke
I was able to reproduce the problem under Windows (R 2.6.1). When running ir4 <- isoreg(1:10, y4 <- c(5, 9, 1:2, 5:8, NA, 8)), the following message appears: "R for Windows GUI front-end has encountered a problem and needs to close. We are sorry for the inconvenience" after which R closes. HTH,