Skip to content

small inaccuracy in startup warning message

2 messages · Hervé Pagès

#
Hi,

Cosmetic. Starting R with e.g. --max-ppsize=-10 produces the following 
warning:

   WARNING: '-max-ppsize' value is negative: ignored

The name of the option displayed in the warning is incorrect.

Could that be fixed? See src/main/CommandLineArgs.c (there are 3 places
in that file where the name of this option needs to be adjusted).

This is with current R-alpha.

Thanks!
H.
#
It looks like this has been fixed in current R-alpha. Thanks!  H.
On 09/28/2010 04:27 PM, Herv? Pag?s wrote: