Skip to content
Back to formatted view

Raw Message

Message-ID: <20060228091901.94D422A360@slim.kubism.ku.dk>
Date: 2006-02-28T09:19:01Z
From: Hans-Jörg Bibiko
Subject: Workspace Browser - No Refresh of Deleted Objects (PR#8647)

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"