Fatemeh a <f.alimadadi <at> gmail.com> writes: > > Hi all, > > I am running a software which is shinybased within R : it gives me this > error: > > Warning: running command 'octave -qf octave/muxMultisliceCommunity.m' > had status 1 > > I was wondering if anyone could help me where the problem is and what is > the status 1 mean? > > my system info : windows 8, octave 3.6.4, R 3.1.2 > > thank you in advance,
Sure sounds like you're having problems running octave, presumably via a system() call from within R. Without more detail, it's impossible to do more than guess. Is octave in your path? ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.