Full_Name: Hans-Joerg Bibiko
Version: 2.2.0
OS: Mac OSX 10.4.5
Submission from: (NULL) (194.94.96.198)


Bug Reproduction:

- open R
- go to Workspace Browser -> it is empty

enter:
>a<-100
>b<-200

- go to Workspace Browser -> you see a and b

enter:
>rm(a)
>rm(b)

- go to Workspace Browser
!! BUG you still see a and b although these objects are deleted physically!!
Refresh-Button doesn't help.

enter:
>c<-300

- go to Workspace Browser, press Refresh -> you see only the new object c!!

> sessionInfo()
R version 2.2.0, 2005-10-06, powerpc-apple-darwin7.9.0 

attached base packages:
[1] "methods"   "stats"     "graphics"  "grDevices" "utils"     "datasets" 
"base"

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to