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
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
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
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.
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.
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.
>
>
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
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. :-