V2.1.14 is on CRAN and Windows binaries should be available soon. Here are the changes in this version.
RMark 2.1.14 (14 Dec 2015)
NEW FEATURES
* Added Burnham live-dead model example provided by Luke Eberhart-Phillips (?Burnham)
* Added example of MS fish route data and code provided by Megan Moore (?skagit).
* Added Huggins model with random effects (#145), RD version (#146), RD2SpGEConOcc (#141) and relaxed Occupancy model (#144)
* Added UnId versions of mark-resight models (#158,#159,#160); added derived parameter for PoissonMR model
BUG FIXES
* patch to var.components.reml for test of intercept in random design (rdesign); thanks to Wolfgang Viechtbauer
* patched get.real to handle situations in which beta and design.matrix is specified; se or vcv set to TRUE is not allowed if beta is specified; thanks to Jeff Hostetler for reporting this issue.
* patched compute.real to properly handle fixed values in mlogit parameters. This code was added in June 2014 version but apparently did not work with more than 9 strata and possibly other situations. Thanks to Tyson Wepprich who discovered error and patched code.