Re: [Rd] Build directory path saved in Meta/hsearch.rds

2006-03-04 Thread Prof Brian Ripley
On Fri, 3 Mar 2006, José Matos wrote: On 03/03/06, José Matos <[EMAIL PROTECTED]> wrote: Hi, in Fedora Extras we build R packages to a temporary directory. The relevant section in the spec file is this: %build cd ..; R CMD INSTALL %{packname} -l %{buildroot}%{_libdir}/R/library It works. :-

[Rd] R does not have friendly GUI (PR#8656)

2006-03-04 Thread towsonu2003
Full_Name: Version: 2.1.1 OS: Linux (Ubuntu 5.10) Submission from: (NULL) (136.160.174.71) R does not have a friendly gui from where all functions can be accessed by "point-and-click". Existing one I could try (tk) is too simple. The friendly gui should also include a spreadsheet-like data-vie

Re: [Rd] R does not have friendly GUI (PR#8656)

2006-03-04 Thread Romain Francois
Le 04.03.2006 09:18, [EMAIL PROTECTED] a écrit : > Full_Name: > Version: 2.1.1 > OS: Linux (Ubuntu 5.10) > Submission from: (NULL) (136.160.174.71) > > R does not have a friendly gui from where all functions can be accessed by > "point-and-click". Existing one I could try (tk) is too simple. > >

[Rd] R does not have friendly GUI (PR#8656)

2006-03-04 Thread Antonio, Fabio Di Narzo
2006/3/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Full_Name: > Version: 2.1.1 > OS: Linux (Ubuntu 5.10) > Submission from: (NULL) (136.160.174.71) > > > R does not have a friendly gui from where all functions can be accessed by > > "point-and-click". Existing one I could try (tk) is too simple.

Re: [Rd] Build directory path saved in Meta/hsearch.rds

2006-03-04 Thread Prof Brian Ripley
I've made two changes for R 2.3.0 1) as the LibPath is not actually used, it is recorded as "". (For compatibility we don't want to remove the field.) Since it was returned but not printed by help.search(), the actual installed path is returned instead. (Given that the return format of help.

Re: [Rd] Bug/Wishlist: 'partial' in 'sort' and 'quantile' (PR#8650)

2006-03-04 Thread ripley
Deepayan, The current algorithm is really designed for partial of length 1, and is more or less proportional to the length of partial. So inevitably it is slow in your (pretty unrealistic?) example. I have temporarily altered it so a barebones full sort is done if partial has more than 10 elem

Re: [Rd] R does not have friendly GUI (PR#8656)

2006-03-04 Thread Dirk Eddelbuettel
On 4 March 2006 at 11:20, Romain Francois wrote: | Le 04.03.2006 09:18, [EMAIL PROTECTED] a écrit : | > Full_Name: | > Version: 2.1.1 | > OS: Linux (Ubuntu 5.10) | > Submission from: (NULL) (136.160.174.71) | > | > R does not have a friendly gui from where all functions can be accessed by | > "po

Re: [Rd] R does not have friendly GUI (PR#8656)

2006-03-04 Thread t u
On 3/4/06, Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote: > > On 4 March 2006 at 11:20, Romain Francois wrote: > | Le 04.03.2006 09:18, [EMAIL PROTECTED] a écrit : > | > Full_Name: > | > Version: 2.1.1 > | > OS: Linux (Ubuntu 5.10) > | > Submission from: (NULL) (136.160.174.71) > | > > | > R does not