Re: [Rd] R CMD check: Locale not set to C?

2015-02-03 Thread Tobias Setz
I just wanted to share my findings on this topic with you: Custom variables for checking and building can be set through "~/.R/check.Renviron" and " ~/.R/build.Renviron". But not the "LANGUAGE" variable; it will always be set to "C". I couldn't find a way to change the locales for a check or build

[Rd] Seed in 'parallel' vignette

2015-02-03 Thread Marius Hofert
Hi, This is most likely only a minor technicality, but I saw the following: On page 6 of the 'parallel' vignette (http://stat.ethz.ch/R-manual/R-devel/library/parallel/doc/parallel.pdf), the random-number generator "L'Ecuyer-CMRG" is said to have seed "(x_n, x_{n-1}, x_{n-2}, y_n, y_{n-1}, y_{n-2}