Re: [rkward-devel] local

2010-08-04 Thread Stefan Rödiger
Am Mittwoch 04 August 2010, 21:54:23 schrieb Thomas Friedrichsmeier: > Hi, > > On Wednesday 04 August 2010, Stefan Rödiger wrote: > > how do I escape local (from a plugin) in order to remove objects from > > .GlobalEnv? > > simply by using .GlobalEnv ;-). sounds like a good idea, ;) > To remove

Re: [rkward-devel] local

2010-08-04 Thread Thomas Friedrichsmeier
Hi, On Wednesday 04 August 2010, Stefan Rödiger wrote: > how do I escape local (from a plugin) in order to remove objects from > .GlobalEnv? simply by using .GlobalEnv ;-). To remove a member of a list / data.frame in .GlobalEnv: .GlobalEnv$my.list[["object"]] <- NULL To remove a topleve

[rkward-devel] local

2010-08-04 Thread Stefan Rödiger
Hi, how do I escape local (from a plugin) in order to remove objects from .GlobalEnv? I know this might be a harmful thing to do and was intended to be pavemented in plugins (to be precise overwriting of objects with the same names should be prevented). Regards Stefan -

Re: [rkward-devel] Request for feedback on new plugin features, and plot history

2010-08-04 Thread Thomas Friedrichsmeier
Hi, On Tuesday 03 August 2010, meik michalke wrote: > i'm really busy, but i had a look: take your time, I won't get around to working on this too soon, anyway. > :-) what i didn't get yet is how script results could toggle elements on or > > off, but that's probably just a "spend more time on