[Rd] Workspace Browser - No Refresh of Deleted Objects (PR#8647)

bibiko@eva.mpg.de bibiko at eva.mpg.de
Tue Feb 28 10:19:01 CET 2006


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"



More information about the R-devel mailing list