[R] .Random.seed(0) is not a valid Normal type
Hartmut Oldenbuerger
holdenb1 at Wipaed.Wiso.Uni-Goettingen.de
Sun Mar 4 22:06:15 CET 2001
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 at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list