Re: [rkward-devel] local

2010-08-31 Thread Thomas Friedrichsmeier
Hi, On Friday 06 August 2010, Stefan Rödiger wrote: > Scenario II: Object is open for editing ("my.data") in fresh started > RKWard 1. Create objects > 2. Invoke the plugin > 3. confirm to remove and do so > 4. Push "accidentally" "no" when asked "Das Objekt 'meine.daten' wurde vom > Workspace en

Re: [rkward-devel] local

2010-08-06 Thread meik michalke
hi, am Donnerstag 05 August 2010 (09:21) schrieb Thomas Friedrichsmeier: > well, I am somewhat curious as to the use-case for this. funny, i've just used it myself to fix the inconsistent Wald test results (some got NaNs, others sane numbers) in the IRT plugin ;-) i've discussed this issue with

Re: [rkward-devel] local

2010-08-05 Thread Stefan Rödiger
Am Donnerstag 05 August 2010, 09:21:15 schrieb Thomas Friedrichsmeier: > Hi, > Hi > On Wednesday 04 August 2010, Stefan Rödiger wrote: > > Thanks, that (remove a toplevel object) was what I did and it lead to > > occasional crashes of RKWard (well at least all objects were removed ;) > > ). That'

Re: [rkward-devel] local

2010-08-05 Thread Thomas Friedrichsmeier
Hi, On Wednesday 04 August 2010, Stefan Rödiger wrote: > Thanks, that (remove a toplevel object) was what I did and it lead to > occasional crashes of RKWard (well at least all objects were removed ;) ). > That's why assumed to do something "harmful" and "not intended by the > developer". I'll kee

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 -