I just posted v1.9.4 of RMark. See What's new for a complete list of changes etc. Below is a brief summary of some changes. If you update to R 2.10 you'll need to update to this version of RMark as well. Thanks to Dave Hewitt and Andrew Paul for help with testing.
1) Added the function popan.derived which for POPAN models computes derived abundance estimates by group and occasion and sum of group abundances for each occasion.
2) The model.average.list and model.average.marklist functions were modified to use revised estimator for the unconditional standard error (eq 6.12 of Burnham and Anderson (2002)) which is now the default in MARK. To use eq 4.9 (the prior formula) set the argument
revised=FALSE.
3) Code in model.average.marklist was changed to set standard error to 0 if the variance is negative. The same is done in the var-cov matrix for the variance and any corresponding covariances. The results from RMark will now match the model average results from MARK for this case.