issues with MarkViewer in Os X 10.10.2

Hi,
I am determined to get RMark and Mark working together on Mac OS X 10.10.2 (Yosemite). I believe I have it mostly working by following these instructions (found in this forum via Arpat).
The example analysis are working as far as I can tell, however I can not set the MarkViewer. I have followed the instructions at http://www.phidot.org/software/mark/rmark/linux/ however MarkViewer="nano" does not work.
While working through the dipper examples I try
CODE: SELECT ALL
library(RMark)
MarkViewer="nano"
data(dipper)
myexample<-mark(dipper)
myexample
which looks like it runs everything fine but results in this error
Error opening terminal: unknown.
The Mark output files are where they should be, I can open them independently from R.
Any suggestions as to correctly redefine the MarkViewer?
Thanks, Robin
I am determined to get RMark and Mark working together on Mac OS X 10.10.2 (Yosemite). I believe I have it mostly working by following these instructions (found in this forum via Arpat).
The example analysis are working as far as I can tell, however I can not set the MarkViewer. I have followed the instructions at http://www.phidot.org/software/mark/rmark/linux/ however MarkViewer="nano" does not work.
While working through the dipper examples I try
CODE: SELECT ALL
library(RMark)
MarkViewer="nano"
data(dipper)
myexample<-mark(dipper)
myexample
which looks like it runs everything fine but results in this error
Error opening terminal: unknown.
The Mark output files are where they should be, I can open them independently from R.
Any suggestions as to correctly redefine the MarkViewer?
Thanks, Robin