From: Hartmut Oldenbuerger (holdenb1@Wipaed.Wiso.Uni-Goettingen.de)
Date: Mon 05 Mar 2001 - 07:06:15 EST
Message-ID: <Pine.A41.3.96.1010304220422.17394A-100000@wwpu03.wipaed.wiso.uni-goettingen.de>
Dear R-Developers and -Community,
after compiling and installing R 1.2.2., I started 'demo(graphics)' for
a test, and got:
'Error in rnorm(0): .Random.seed(0) is not a Normal type'
Obviously .Random.seed was not initialized appropriately. Following the
the documentation for '.Random.seed' [see below 'Examples'], this can be
fixed
rm(.Random.seed); runif(1); .Random.seed
and all seems to work nicely.
But two questions remain:
- was this my fault, is it intended, or are corrections inside R necessary ?
- are there any other objects in R, which unintentionally are not initialized
at start? (This may lead to unobserved errors.)
Thank you for a great System !! Best wishes - Hartmut Oldenbürger
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2b30 : Fri 22 Jun 2001 - 18:58:34 EST