If anyone wants to try out the new version of RMark it is at
https://github.com/downloads/jlaake/RMark/RMark_2.0.8.zip
Please let me know if you have any issues. On an unrelated note, if anyone has an example of a Robust Design Barker model that I can use to test addition of that model, please contact me.
I'm working on RMark fairly actively so it will change often until I release it. I have added about 20 more models including 2 species occupancy models, multiple scale occupancy, and most of the CRDMS and ORDMS variants. I've changed the way I add models to RMark which makes it much easier to add them. It now uses the files models.txt and parameters.txt which you'll find in the RMark package directory where you have your R library directory. The same location contains MarkModels.pdf which shows which MARK models are currently supported in RMark. You can look at the text files in Excel (they are tab-delimited) to see the models and parameter names and definitions. Don't edit the file. One of the aspects in RMark that is not explained well in the documentation is the share argument. If you look at parameters.txt you'll see that some parameter pairs are identified like p and c. The first parameter in the pair is the dominant parameter and it is the parameter specification that gets the share=TRUE or FALSE. It is only on those parameters that you can use the share argument and only the pairs designated in the file can be shared. This version now allows epsilon and gamma to be shared in the RDOccupancy model. See ?RDOccupancy for an example.
RMark now has a Namespace which all packages in R are getting. What this means is that not all functions are public and directly accessible. I think I have made all of the common ones public but if I have missed some let me know. You'll know because it will say that it can't find the function. You can get access to any non-public (not exported) function in RMark by using RMark:::function. That works with any R package. But I'd just as soon have any common function exported.
regards --jeff