search for: endserversess

Displaying 1 result from an estimated 1 matches for "endserversess".

2008 Nov 17
2
Cannot quit R - fame package issue?
..."package:base" > q() Save workspace image? [y/n/c]: n Error in .Last() : could not find function "validServerIsRunning" > .Last function () { if (exists("fameRunning") && fameRunning()) fameStop() if (validServerIsRunning()) endServerSession() } <environment: namespace:fame> ------------------------------------------ As the .Last function is referring to the fame package, I figure it must be something to do with that. There are objects in the workspace that require fame to be loaded, but at this point, I have not loaded th...