Skip to content

Commit

Permalink
CF fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 20, 2024
1 parent 6aa6729 commit 1f005b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/poped.R
Original file line number Diff line number Diff line change
Expand Up @@ -3072,7 +3072,7 @@ babel.poped.database <- function(popedInput, ...) {
.babelmixr2 <- popedInput$babelmixr2
.db <- PopED::create.poped.database(popedInput=popedInput, ...)
.db$babelmixr2 <- .babelmixr2
return(.db)
.db
} else {
stop("this object is not a PopED database from babelmixr2",
call.=FALSE)
Expand Down

0 comments on commit 1f005b9

Please sign in to comment.