Rattle data view failing

250 Views Asked by At

I installed rattle 2.6.26

  • load audit dataset
  • click on Data > View

and got the following error

Error in appendLog("Use data.viewer() from Deducer.", view.cmd) : 
  object 'view.cmd' not found

I google if someone else had this problem and found the following posts but no solution:

view.cmd

1

There are 1 best solutions below

0
On

The author of the program suggested using his beta version in response to another problem so I tried it and that fixed this problem for me. Of course, beta versions are a double edged sword. The thing to do is to go into R and uninstall the rattle package. Then reinstall the beta version using this command:

install.packages("rattle", repos="http://rattle.togaware.com", type="source")