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
--
Erin Hodgess
Associate Professor
Department of Mathematical and Statistics
University of Houston - Downtown
mailto: [email protected]
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.