Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroloprete authored Oct 28, 2024
2 parents 00e2c84 + 494ed6f commit 7a4b79c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion R/survey.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Survey <- R6Class(
}
}
)

names(design_list) <- names(weight_list)

self$edition <- time_pattern$svy_edition
Expand Down
3 changes: 0 additions & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ validate_replicate <- function(svy, replicate) {

}


#' Validate Weight time pattern
#' @param svy Survey
#' @param weight_time_pattern Weight time pattern
Expand Down Expand Up @@ -121,7 +120,6 @@ validate_weight_time_pattern <- function(svy, weight_list) {
},
weight_list
)

}


Expand Down Expand Up @@ -450,7 +448,6 @@ add_weight <- function(
weight_list_clean <- weight_list[!sapply(weight_list, is.null)]

return(weight_list_clean)

}

#' add_replicate
Expand Down

0 comments on commit 7a4b79c

Please sign in to comment.