0

I installed any SYSTEM REQUIREMENTS for install muxviz (octave,R,GDAL). But when I write source('muxVizGUI.R') in R environment, this error is showed for me:

Error in file(filename, "r", encoding = encoding) : 
  cannot open the connection
In addition: Warning message:
In file(filename, "r", encoding = encoding) :
  cannot open file 'muxVizGUI.R': No such file or directory

I unzip muxzip in desktop. How can I install muxviz with R? Is there any way to install muxviz in windows 8?

rafa.pereira
  • 13,251
  • 6
  • 71
  • 109
  • 1
    What is the output of `getwd()`? –  Jul 22 '15 at 06:05
  • 1
    You will have to either move your working directory to desktop (`setwd(c:/users/parisa/Desktop)`) or specify the full path to `muxVizGUI.R`, e.g. `source("c:/users/parisa/Desktop/muxVizGUI.R")`. – Roman Luštrik Jul 22 '15 at 07:55

1 Answers1

0

You need to change your directory to the "muxViz-master" folder on your desktop:

setwd("C:/Users/.../muxViz-master")
Vale Baia
  • 168
  • 1
  • 6