Re: [Rd] 'javareconf -e' as normal user (PR#12544)

2008-08-17 Thread Simon Urbanek
Rune, On Aug 15, 2008, at 8:50 AM, [EMAIL PROTECTED] wrote: Full_Name: Rune Philosof Version: 2.6.2 and 2.7.1 OS: Ubuntu 8.04 Submission from: (NULL) (130.226.87.177) When I try to install rJava I am requested to run 'R CMD javareconf - e' if I don't have root access. [EMAIL PROTECTED]:~$

Re: [Rd] R-beta does not install on FreeBSD

2008-08-17 Thread Rainer Hurling
Direct hit! Your guess was right. After removing line 24 in po/Makefile.in.in all went fine. R-beta_2008-08-16_r46368.tar.gz now compiles and installs perfect on FreeBSD 8.0-CURRENT. Thank you very much for your response. Rainer On 17.08.2008 14:02 (UTC+1), Prof Brian Ripley wrote: Can y

Re: [Rd] R-beta does not install on FreeBSD

2008-08-17 Thread Peter Dalgaard
I see that Brian already fixed this for the next prerelease. Thank you to both of you. -pd Prof Brian Ripley wrote: Can you track down which Makefile this is and what line 28 is? My guess is that your make does not like the comment character at line 24 in po/Makefile.in.in, in which case

Re: [Rd] R-beta does not install on FreeBSD

2008-08-17 Thread Prof Brian Ripley
Can you track down which Makefile this is and what line 28 is? My guess is that your make does not like the comment character at line 24 in po/Makefile.in.in, in which case please delete the line. But the BSD-like makes on Solaris and MacOS have no problem with it. On Sun, 17 Aug 2008, Rainer

[Rd] R-beta does not install on FreeBSD

2008-08-17 Thread Rainer Hurling
I am trying to install R-beta_2008-08-16_r46368.tar.gz on FreeBSD 8.0-CURRENT (i386). The code stops compiling with the following message: [.. snip ..] building package 'tcltk' mkdir ../../../library/tcltk mkdir ../../../libra

Re: [Rd] unique.default problem (PR#12551)

2008-08-17 Thread ripley
The problem here is that there are more incomparables than x. But in any case the answer was incorrect: > unique(rep("a", 3), "a") [1] "a" I've fixed both issues via a different algorithm for 2.7.2. On Sat, 16 Aug 2008, [EMAIL PROTECTED] wrote: > Full_Name: Vilmos Prokaj > Version: R 2.7.1 > O

Re: [Rd] [R] RNG Cycle and Duplication (PR#12540)

2008-08-17 Thread Christophe Dutang
Hi, If you want I can put RANARRAY in the 'randtoolbox' package? unless you want in R and not in a package? In randtoolbox (not the version on cran), I port SFMT and WELL generator respectively from Matsumoto and L'Ecuyer. It could be a good idea to add Knuth's code? Christophe Dutang