[Rd] startup bug (PR#7138)
rls54 at cornell.edu
rls54 at cornell.edu
Wed Jul 28 18:08:35 CEST 2004
Full_Name: Rob Strawderman
Version: 1.9.1
OS: red hat linux 8
Submission from: (NULL) (128.253.217.211)
The following demonstrates the basic problem:
[martingale <99>]% rm .RData
rm: remove regular file `.RData'? y
[martingale <100>]% R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3
[deleted]
> source("test.q")
Loading required package: nlme
Loading required package: MASS
Loading required package: Matrix
[deleted - test.q uses the MASS function glmmPQL
and runs just fine. Some output is written to a
structure I wish to save]
> q()
Save workspace image? [y/n/c]: y
[martingale <101>]% R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3
Error: object 'family' not found whilst loading namespace 'MASS'
Fatal error: unable to restore saved data in .RData
If I simply remove .RData, start up R, load the indicated libraries,
and quit & save, I can start R up again with no problem.
More information about the R-devel
mailing list