Skip to content
Prev 27797 / 63424 Next

Warnings generated by log2()/log10() are really large/takes a long time to display

On Wed, Feb 27, 2008 at 12:56 AM, Prof Brian Ripley
<ripley at stats.ox.ac.uk> wrote:
I like to add a personal touch to the code I'm writing ;)

Seriously, I added them here as a bait in order to get a chance to say
that I finally found a good reason for adding the semicolons.  If you
cut'n'paste code from certain web pages it may happen that
newlines/carriage returns are not transferred and all code is pasted
into the same line at the R prompt.  With semicolons you still get a
valid syntax.  I cannot remember under what conditions this happened -
if it was for certain web browser, web page/blog, online page editor,
OS and so, but I'm quite sure it was while I've put online code
examples for my latest project.  Maybe someoneelse also has noticed
this?
Thank you both for looking into this.

Henrik