Skip to content

Commit

Permalink
Small bug fix for new R version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Stevenson committed Jun 6, 2016
1 parent cdcbd74 commit a0d1061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/test.r
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
test.admbsecr <- function(quick = FALSE){
dir <- ifelse(quick, "quick", "full")
if (quick){
example <- admbsecr::example
simple.capt <- example$capt["bincapt"]
fit <- try(admbsecr(capt = simple.capt, traps = example$traps,
mask = example$mask, fix = list(g0 = 1)),
Expand Down

0 comments on commit a0d1061

Please sign in to comment.