Skip to content

environment question

1 message · Erin Hodgess

#
Hello!

Here is yet another question which I strongly suspect has a simple answer.

I build an RcmdrPlugin package and saved my workspace when I came out of R.

For some reason, it save the namespace of the plugin as an environment.

When I load the workspace back in, 2 environments appear,

<environment namespace: RcmdrPlugin.gstats>

and the regular global environment.

How do I remove the plugin environment from my workspace, please?

I've tried:
rm(namespace: RcmdrPlugin.gstats)
rm("namespace: RcmdrPlugin.gstats")
rm(RcmdrPlugin.gstats)
rm("RcmdrPlugin.gstats")

all to no avail.

Any help would be much appreciated.

sincerely,
Erin