shedtears4U / rattle

Automatically exported from code.google.com/p/rattle
0 stars 0 forks source link

Data View button failing #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install rattle 2.6.26
2. load audit dataset
3. click on Data > View

What is the expected output? What do you see instead?

> packageDescription("rattle")$Version
[1] "2.6.26"
## (click on View)
Error in appendLog("Use data.viewer() from Deducer.", view.cmd) : 
  object 'view.cmd' not found

What version of the product are you using? On what operating system?

> sessionInfo()
R version 3.0.0 (2013-04-03)
Platform: i386-w64-mingw32/i386 (32-bit)

locale:
[1] LC_COLLATE=English_Australia.1252  LC_CTYPE=English_Australia.1252   
[3] LC_MONETARY=English_Australia.1252 LC_NUMERIC=C                      
[5] LC_TIME=English_Australia.1252    

attached base packages:
[1] grid      splines   stats     graphics  grDevices utils     datasets 
[8] methods   base     

other attached packages:
 [1] Deducer_0.7-6      e1071_1.6-1        class_7.3-7        foreign_0.8-53    
 [5] effects_2.2-4      lattice_0.20-15    multcomp_1.2-17    survival_2.37-4   
 [9] mvtnorm_0.9-9994   car_2.0-17         nnet_7.3-6         MASS_7.3-26       
[13] JGR_1.7-15         iplots_1.1-5       JavaGD_0.6-1       scales_0.2.3      
[17] ggplot2_0.9.3.1    rJava_0.9-4        pROC_1.5.4         plyr_1.8          
[21] randomForest_4.6-7 rpart_4.1-1        pmml_1.2.34        XML_3.96-1.1      
[25] colorspace_1.2-2   RGtk2_2.20.25      rattle_2.6.26     

loaded via a namespace (and not attached):
 [1] dichromat_2.0-0    digest_0.6.3       gtable_0.1.2       labeling_0.1      
 [5] munsell_0.4        proto_0.3-10       RColorBrewer_1.0-5 reshape2_1.2.2    
 [9] stringr_0.6.2      tools_3.0.0 

Please provide any additional information below.

Original issue reported on code.google.com by foolish.android on 15 May 2013 at 12:29

GoogleCodeExporter commented 8 years ago
Does anyone know of a workaround for this? Downgrading a package maybe?

I found this downgrade script, but not sure what to downgrade exactly! 
https://gist.github.com/viking/1503736

Original comment by joel.pea...@gmail.com on 22 May 2013 at 11:16

GoogleCodeExporter commented 8 years ago
Ubuntu 12.04 has the same problem:

> sessionInfo()
R version 3.0.1 (2013-05-16)
Platform: x86_64-pc-linux-gnu (64-bit)

locale:
 [1] LC_CTYPE=en_AU.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_AU.UTF-8        LC_COLLATE=en_AU.UTF-8    
 [5] LC_MONETARY=en_AU.UTF-8    LC_MESSAGES=en_AU.UTF-8   
 [7] LC_PAPER=C                 LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] grid      splines   stats     graphics  grDevices utils     datasets 
[8] methods   base     

other attached packages:
 [1] Deducer_0.7-6    e1071_1.6-1      class_7.3-7      plyr_1.8        
 [5] foreign_0.8-54   effects_2.2-4    lattice_0.20-15  multcomp_1.2-18 
 [9] survival_2.37-4  mvtnorm_0.9-9994 car_2.0-17       nnet_7.3-6      
[13] MASS_7.3-26      JGR_1.7-15       iplots_1.1-5     JavaGD_0.6-1    
[17] scales_0.2.3     ggplot2_0.9.3.1  rJava_0.9-4      pmml_1.2.34     
[21] XML_3.96-1.1     colorspace_1.2-2 RGtk2_2.20.25    rattle_2.6.26   

loaded via a namespace (and not attached):
 [1] dichromat_2.0-0    digest_0.6.3       gtable_0.1.2       labeling_0.1      
 [5] munsell_0.4        proto_0.3-10       RColorBrewer_1.0-5 reshape2_1.2.2    
 [9] stringr_0.6.2      tcltk_3.0.1        tools_3.0.1       
> 

Original comment by joel.pea...@gmail.com on 22 May 2013 at 11:22

GoogleCodeExporter commented 8 years ago
Same on Windows 7 64-bit...

R version 3.0.1 (2013-05-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)

Rattle: A free graphical interface for data mining with R.
Version 2.6.26 r77 Copyright (c) 2006-2013 Togaware Pty Ltd.

Original comment by vmarci...@gmail.com on 9 Jun 2013 at 12:16

GoogleCodeExporter commented 8 years ago
Same problem with

platform       x86_64-pc-mingw32            
arch           x86_64                       
os             mingw32                      
system         x86_64, mingw32              
status                                      
major          2                            
minor          15.1                         
year           2012                         
month          06                           
day            22                           
svn rev        59607                        
language       R                            
version.string R version 2.15.1 (2012-06-22)
nickname       Roasted Marshmallows         

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

Original comment by dflvn...@gmail.com on 10 Jun 2013 at 3:59