Skip to content

Commit

Permalink
Deprecate imputeMissing; fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkellner committed Aug 26, 2024
1 parent bb93738 commit e32f947
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: unmarked
Version: 1.4.1.9017
Date: 2024-08-22
Version: 1.4.1.9018
Date: 2024-08-26
Type: Package
Title: Models for Data from Unmarked Animals
Authors@R: c(
Expand Down
4 changes: 4 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,10 @@ getSS <- function(phi) {

imputeMissing <- function(umf, whichCovs = seq(length=ncol(obsCovs(umf))))
{
.Deprecated("imputeMissing", package=NULL,
msg = paste("imputeMissing will be deprecated in the next version."),
old = as.character(sys.call(sys.parent()))[1L])

## impute observation covariates
if(!is.null(umf@obsCovs)) {
obsCovs <- umf@obsCovs
Expand Down

0 comments on commit e32f947

Please sign in to comment.