I am posting this here in case someone else has this problem and happens to search for it. Working on some simple occupancy models using RMark on Linux I noticed that I cannot extract the Marknnn.out file as I usually would.
For example, set up a function "run.Bret.Models{RMark code here} then after the run I call
Bret.Models<-run.Bret.Models #works fine for model sets
I can do the extraction of the various results using
Bret.Models$model.1$results$beta or,
Bret.Models$model.1$results$real
These work fine.
But, if I do: Bret.Models$model.1, or Bret.Models[1], usually it would extract the .txt file (in notepad or gsnote or something). However, if I do this on my Linux machine, I get a line stating: "Received SIGHUP or SIGTERM"
I am assuming that there is some link that Jeff has written that ties the model names to the Marknnn.out files, I tried to dig it out, but Jeff's code was to efficient and I could not find it (sorry Jeff, be less efficient next time

I am using R 2.10.1, RMark 1.9.6(built under R 2.9.2) with 32-bit MARK on a Linux Ubuntu (Karmic) with ESS-Emacs. I am root user and I do own all the folders I am working in.
Bret