Thank you, Ivan, for the documentation update;
Yes, such small "fixes"/patches are welcome as well.
Martin
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
> "Paul" == Paul Roebuck <[EMAIL PROTECTED]>
> on Mon, 14 Nov 2005 15:57:04 -0600 (CST) writes:
Paul> On Mon, 14 Nov 2005, Gabor Grothendieck wrote:
>> On 11/14/05, Paul Roebuck <[EMAIL PROTECTED]> wrote:
>>
>> > Was looking at what was output for -package.Rd
>> >
Dear R-Team,
there seems to be a minor bug in the example for optim(). In the
travelling salseman part of the example section the lines
text(x, y, names(eurodist), cex=0.8) (7th line from bottom)
text(x, y, names(eurodist), cex=0.8) (last line)
do not produce any oputput, because names(eurod
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--27464147-1959301360-1132073234=:9778
Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE
Thi
On Tue, 15 Nov 2005, Martin Maechler wrote:
> > "Paul" == Paul Roebuck <[EMAIL PROTECTED]>
> > on Mon, 14 Nov 2005 15:57:04 -0600 (CST) writes:
>
> Paul> On Mon, 14 Nov 2005, Gabor Grothendieck wrote:
> >> On 11/14/05, Paul Roebuck <[EMAIL PROTECTED]> wrote:
> >>
> >> >
Dear all,
while looking at some R-code submitted by students in a unit that I
teach, I came across constructs that I thought would lead to an error.
Much to my surprise, the code is actually executed.
A boiled down version of the code is the following:
> tt <- function(x, i){
+ mean(x[i,2])/me
On 11/15/05, Berwin A Turlach <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> while looking at some R-code submitted by students in a unit that I
> teach, I came across constructs that I thought would lead to an error.
> Much to my surprise, the code is actually executed.
>
> A boiled down version of th