[Rd] another dump/source problem?
    Peter Kleiweg 
    kleiweg at let.rug.nl
       
    Tue Sep 30 20:31:28 MEST 2003
    
    
  
Is this a bug?
I do this:
    library(mva)
    data(USArrests)
    d <- dist(USArrests)
    dump("d", "tst")
    q()
I restart R and do this:
    source("tst")
And I get:
    Error in as.matrix(x) : Object "USArrests" not found
Version:
 platform = i686-pc-linux-gnu
 arch = i686
 os = linux-gnu
 system = i686, linux-gnu
 status =
 major = 1
 minor = 7.1
 year = 2003
 month = 06
 day = 16
 language = R
-- 
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
    
    
More information about the R-devel
mailing list