Error closing R commander when package rgl is loaded
Posted
by gd047
on Stack Overflow
See other posts from Stack Overflow
or by gd047
Published on 2010-04-19T06:21:35Z
Indexed on
2010/04/19
6:23 UTC
Read the original article
Hit count: 329
library(ca)
# Loading required package: rgl
library(Rcmdr)
# R Commander starts
# When trying to close R Commander window
Error in unloadNamespace("rgl") : name space 'rgl' is still used by: 'ca'
What is the suggested way to close R Commander in such a situation? Thank you
© Stack Overflow or respective owner