Chris Andrews wrote:
(A) I received the following bounced message when I tried to submit a bug from http://bugs.r-project.org/cgi-bin/R

(B) The bug report itself is at the bottom.
Aargh... Support staff alerted.

Presumably, this happened in connection with the server move in early July. Mail-invoked interfaces are such a pain -- if the program gets disabled for whatever reason, reports just pile up in the "R-bugs" user's mailbox until it overruns.

   -pd


Thanks,
Chris

(A)
-------- Original Message --------
Subject:     Undelivered Mail Returned to Sender
Date:     Wed, 6 Aug 2008 17:08:02 +0200 (CEST)
From:     [EMAIL PROTECTED] (Mail Delivery System)
To:     [EMAIL PROTECTED]



This is the Postfix program at host mail.pubhealth.ku.dk.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                  The Postfix program

<[EMAIL PROTECTED]> (expanded from <[EMAIL PROTECTED]>): host
mail.pubhealth.ku.dk[/var/lib/imap/socket/lmtp] said: 452 4.2.2 Over quota
   (in reply to RCPT TO command)



(B)
Full_Name: Chris Andrews
Version: 2.7.1
OS: Windows
Submission from: (NULL) (72.89.97.235)


# The following code shows that the legend is misplaced when a title is included
AND xlim specifies a decreasing x axis.

matplot(1:5, matrix(rnorm(5*3), nrow=5), type="l", col=1:3, lty=1, lwd=3,
xlim=c(5,1))
legend("bottomleft", col=1:3, lty=1, legend=paste("line", letters[1:3]))
legend("topleft", col=1:3, lty=1, legend=paste("line", letters[1:3]),
title="Hello")

legend("bottomright", col=1:3, lty=1, legend=paste("line", letters[1:3]))
legend("topright", col=1:3, lty=1, legend=paste("line", letters[1:3]),
title="Hello")

------------------------------------------------------------------------

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


--
  O__  ---- Peter Dalgaard             Ă˜ster Farimagsgade 5, Entr.B
 c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])              FAX: (+45) 35327907

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to