Thanks to Duncan and Brian for the pointers. I was able to run gdb under
XP, but it didn't help much. What eventually helped is valgrind (on Linux
on ia32)! It indicated memory leaks, and here's how the leaks occurred:
The main C function called from R has a loop over trees, and calls a
functio
> From: Tony Plate
>
> At Tuesday 10:00 AM 11/2/2004, Dan Bolser wrote:
>
> >Would you mind telling me how to get at the documentation
> source code?
>
> Download and unpack the source, then look for the appropriate .Rd
> file. For example, in my copy of the source for R-1.9.1
> (old, don't
Hey,
Thanks very much for this information.
On Tue, 2 Nov 2004, Patrick Burns wrote:
>
>Dan Bolser wrote:
>
>>On Tue, 2 Nov 2004, Tony Plate wrote:
>>
>>
>>
>>>Yup, I think you're right. R is a volunteer project, so what needs to
>>>happen to improve the documentation is that some capable
Dan Bolser wrote:
On Tue, 2 Nov 2004, Tony Plate wrote:
Yup, I think you're right. R is a volunteer project, so what needs to
happen to improve the documentation is that some capable volunteers (or
just one volunteer) step forward. It is the prerogative of the members of
R-core to decide w
On Tue, 2 Nov 2004, Prof Brian Ripley wrote:
>There are books about R: have you tried reading a couple (or more)?
Not from cover to cover.
I turn to use a function, I find a problem using that function, I look at
the online information for that function and I can't understand it ...
somthing is
There are books about R: have you tried reading a couple (or more)?
And what training have you had in technical communication (which includes
honing your reading skills)?
In contrast, I find the Perl documentation very hard to use and
insufficiently precise, and would be surprised if many learner
At Tuesday 10:00 AM 11/2/2004, Dan Bolser wrote:
Would you mind telling me how to get at the documentation source code?
Download and unpack the source, then look for the appropriate .Rd
file. For example, in my copy of the source for R-1.9.1 (old, don't work
with this!), I find C:\R\R-1.9.1\src\
Would you mind telling me how to get at the documentation source code?
Is there a - how to change the documentation document? ( I will make one
if you give me some instructions
I guess I can just edit a copy of the source and diff the original and
send the diff ?
Cheers,
Dan.
On Tue, 2 No
I suspect that part of the reason for having terse documentation is that it
is easier to maintain when changes are made to the code. Now that R is
more stable and mature maybe documentation could get a bit more expansive?
I also suspect that you will have a better chance of getting improvements
On Tue, 2 Nov 2004, Tony Plate wrote:
>Yup, I think you're right. R is a volunteer project, so what needs to
>happen to improve the documentation is that some capable volunteers (or
>just one volunteer) step forward. It is the prerogative of the members of
>R-core to decide whether to spend
Yup, I think you're right. R is a volunteer project, so what needs to
happen to improve the documentation is that some capable volunteers (or
just one volunteer) step forward. It is the prerogative of the members of
R-core to decide whether to spend their time on improving documentation or
i
On Tue, 2 Nov 2004, Uwe Ligges wrote:
> Primer, Jeremy (FID) wrote:
>
> > Uwe and Brian,
> >
> > Thanks for your attention to this one.
> >
> > We currently have the following array of atypical situations in our
> > corporate installation:
> >
> > (1) Central install directory, where I neither
Primer, Jeremy (FID) wrote:
Uwe and Brian,
Thanks for your attention to this one.
We currently have the following array of atypical situations in our
corporate installation:
(1) Central install directory, where I neither have nor can reasonably
want Administrator priviledges;
(2) IT staff willing t
Uwe and Brian,
Thanks for your attention to this one.
We currently have the following array of atypical situations in our
corporate installation:
(1) Central install directory, where I neither have nor can reasonably
want Administrator priviledges;
(2) IT staff willing to maintain R officially b
Shalom,
Due to spam, this email has been closed. For more information, use the contact page at
http://www.kaluach.org/contact.
Thank you,
Abu Mami
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
IMPORTANT NOTICE
The mail system at Keele University has received a message (possibly) from you
which appears to contain a zipfile attachment.
We are currently blocking all such messages due to high
levels of virus activity involving zip files.
We apologize if this is affecting
(Ted Harding) <[EMAIL PROTECTED]> writes:
> On 02-Nov-04 Prof Brian Ripley wrote:
> > [...]
> > [Analogously, R CMD INSTALL will not install .tgz files on Unix,
> > even though some people distribute them: they are (equally) not
> > a supported format.]
>
> Maybe I'm out of date (R 1.8.0) but my
IPBS Postmaster refuse some attachement:
*.hta, *.cmd, *.zip, *.rar, *.chm, *.scr, *.dll, *.exe, *.pif, *.bat, *.com, *.vbs,
*.vba, *.cpl, *.HTA, *.RAR, *.CHM, *.SCR, *.DLL, *.EXE, *.PIF, *.BAT, *.COM, *.VBS,
*.VBA, *.ZIP, *.CMD, *.CPL,
IPBS Postmaster has refused "document.ZIP in the mail
Fr
On Tue, 2 Nov 2004 [EMAIL PROTECTED] wrote:
> On 02-Nov-04 Prof Brian Ripley wrote:
> > [...]
> > [Analogously, R CMD INSTALL will not install .tgz files on Unix,
> > even though some people distribute them: they are (equally) not
> > a supported format.]
>
> Hmmm.
> Maybe I'm out of date (R 1.8.
On 02-Nov-04 Prof Brian Ripley wrote:
> [...]
> [Analogously, R CMD INSTALL will not install .tgz files on Unix,
> even though some people distribute them: they are (equally) not
> a supported format.]
Hmmm.
Maybe I'm out of date (R 1.8.0) but my Linux /usr/lib/R/bin/INSTALL
has:
if test -f
On Tue, 2 Nov 2004, Uwe Ligges wrote:
> Primer, Jeremy (FID) wrote:
>
> > A development note:
> >
> > In the function "install.packages", it would be helpful to those of us
> > who have atypical installations and install manually from ZIP files to
Perhaps you could tell us why you do this? Whe
Primer, Jeremy (FID) wrote:
A development note:
In the function "install.packages", it would be helpful to those of us
who have atypical installations and install manually from ZIP files to
have
pkgnames <- sub("\\.zip$", "", pkgnames)
replaced with
pkgnames <- sub("\\.zip$", "", pk
22 matches
Mail list logo