RMark "Error in file(con, "r") : unable to op

Hi all -
I am trying to follow along the RMark example from appendix C.2. "A simple example (the return of the dippers)", and haven't been able to get the command "mark" to work. I get what seems to be a pathing error, but I've Mark installed in the default directory, and even set it MarkPath explicitly and still get the error. Can anyone help? I have searched the posts here, and RTFM, so I'm hoping someone has an answer.
Thanks!
Lara
Here is my R code so you can see what I've done:
> library(RMark)
This is RMark 1.6.8
Built: R 2.5.1; i386-pc-mingw32; 2007-10-02 16:57:06; windows
> getwd()
[1] "C:/Program Files/R/R-2.6.0/RMark"
> data(dipper)
> ls()
[1] "dipper"
> summary(dipper)
ch sex
Length:294 Female:153
Class :character Male :141
Mode :character
> myexample=mark(dipper)
Error in file(con, "r") : unable to open connection
In addition: Warning messages:
1: In system(paste(dQuote(MarkPath), "Mark.exe BATCH i=", inputfile, :
c:/Program not found
2: In file(con, "r") :
cannot open file 'mark001.out', reason 'No such file or directory'
********Following model failed to run : Phi(~1)p(~1) **********
> MarkPath="C:/Program Files/Mark/"
> myexample=mark(dipper)
Error in file(con, "r") : unable to open connection
In addition: Warning messages:
1: In system(paste(dQuote(MarkPath), "Mark.exe BATCH i=", inputfile, :
C:/Program not found
2: In file(con, "r") :
cannot open file 'mark001.out', reason 'No such file or directory'
********Following model failed to run : Phi(~1)p(~1) **********
I am trying to follow along the RMark example from appendix C.2. "A simple example (the return of the dippers)", and haven't been able to get the command "mark" to work. I get what seems to be a pathing error, but I've Mark installed in the default directory, and even set it MarkPath explicitly and still get the error. Can anyone help? I have searched the posts here, and RTFM, so I'm hoping someone has an answer.
Thanks!
Lara
Here is my R code so you can see what I've done:
> library(RMark)
This is RMark 1.6.8
Built: R 2.5.1; i386-pc-mingw32; 2007-10-02 16:57:06; windows
> getwd()
[1] "C:/Program Files/R/R-2.6.0/RMark"
> data(dipper)
> ls()
[1] "dipper"
> summary(dipper)
ch sex
Length:294 Female:153
Class :character Male :141
Mode :character
> myexample=mark(dipper)
Error in file(con, "r") : unable to open connection
In addition: Warning messages:
1: In system(paste(dQuote(MarkPath), "Mark.exe BATCH i=", inputfile, :
c:/Program not found
2: In file(con, "r") :
cannot open file 'mark001.out', reason 'No such file or directory'
********Following model failed to run : Phi(~1)p(~1) **********
> MarkPath="C:/Program Files/Mark/"
> myexample=mark(dipper)
Error in file(con, "r") : unable to open connection
In addition: Warning messages:
1: In system(paste(dQuote(MarkPath), "Mark.exe BATCH i=", inputfile, :
C:/Program not found
2: In file(con, "r") :
cannot open file 'mark001.out', reason 'No such file or directory'
********Following model failed to run : Phi(~1)p(~1) **********