[R] namespaces not available
Göran Broström
gb at stat.umu.se
Fri Jun 20 15:53:49 CEST 2003
This happened to me with R-1.7.0, Linux RH9:
------------------------------------------------------------------
> q()
Save workspace image? [y/n/c]: y
Warning messages:
1: namespaces may not be available when loading
2: names in persistent strings are currently ignored
gb at lasker:~/R/test$ R
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type `license()' or `licence()' for distribution details.
R is a collaborative project with many contributors.
Type `contributors()' for more information.
Type `demo()' for some demos, `help()' for on-line help, or
`help.start()' for a HTML browser interface to help.
Type `q()' to quit R.
Error in get(x, envir, mode, inherits) : variable "biplot" was not found
Fatal error: unable to restore saved data in .RData
------------------------------------------------------------
(what is "biplot"??)
But
gb at lasker:~/R/test$ R --vanilla
> load(".RData")
[1] ".Random.seed" ".Traceback" "f.PQL" "f.ml" "fit"
[6] "hd" "last.warning" "run1" "s.dat" "t2"
>
------------------------------------------------------------
Seems to work. What is happening?
Göran
---
Göran Broström tel: +46 90 786 5223
Department of Statistics fax: +46 90 786 6614
Umeå University http://www.stat.umu.se/egna/gb/
SE-90187 Umeå, Sweden e-mail: gb at stat.umu.se
More information about the R-help
mailing list