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. -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M2-B876 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fhcrc.org Phone: (206) 667-5791 Fax: (206) 667-1319
It looks like this has been fixed in current R-alpha. Thanks! H. On 09/28/2010 04:27 PM, Herv? Pag?s wrote:> 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. >
Seemingly Similar Threads
- inaccuracy in man page for duplicated() + anyDuplicated() not working with MARGIN=0
- option(expressions) and --max-ppsize
- Query the pointer protection stack size (--max-ppsize=N) from within R?
- cleanup_pkg() in tools:::.build_packages() is broken
- list2env() is broken