Page 1 of 1

/bin/sh: mark: command not found

PostPosted: Thu Dec 10, 2015 1:11 am
by shubhaPAndit
Hi RMark user,
I tried to run it in Mac but got trouble because the path is not found. I don't know how I can make it working. Any suggestions?

"/bin/sh: mark: command not found
Error in run.mark.model(model, invisible = invisible, adjust = adjust, :

Output file does not exist. Unable to find or run mark.exe"

Thanks

Re: /bin/sh: mark: command not found

PostPosted: Thu Dec 10, 2015 2:03 am
by shubhaPAndit
I have tried different ways but did not work. I got the following information
Warning: Software mark not found in path.
If you have mark executable, you will need to set MarkPath object to its location (e.g. MarkPath="C:/Users/Jeff Laake/Desktop"

Re: /bin/sh: mark: command not found

PostPosted: Thu Dec 10, 2015 12:05 pm
by jlaake
This should have been posted in the RMark subforum. Have you tried entering "mac rmark" in the search box? Lots of other folks have encountered problems and solutions are posted. Neither the developers or I have a Mac so you'll have to find someone with a mac to help you. You probably need to setup a path in R so R can find the mark executable.

Here is what one user did to get admb to run from R for the marked package.

Code: Select all
Sys.setenv(PATH = paste(Sys.getenv("PATH”),
"/Applications/ADMBTerminal.app/admb/bin:
/Applications/ADMBTerminal.app/admb/utilities”,
sep=":"))


You should be able to do something similar for mark.