Skip to content

Commit

Permalink
Nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoFabbri committed Dec 19, 2023
1 parent 5a3ff03 commit 986b9b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/weighting.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ estimate_selection_weights <- function(dat, idxs_selected, id_var,
selected = as.integer(selected)
)
## Eventually filter out observations
old_dat <- dat
if (length(filter_out) > 0) {
old_dat <- dat
dat <- dat |>
tidylog::filter(
!.data[[names(filter_out)]] %in% filter_out[[1]]
Expand Down
9 changes: 5 additions & 4 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3291,7 +3291,7 @@
},
"tidygraph": {
"Package": "tidygraph",
"Version": "1.2.3",
"Version": "1.3.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -3300,6 +3300,7 @@
"cpp11",
"dplyr",
"igraph",
"lifecycle",
"magrittr",
"pillar",
"rlang",
Expand All @@ -3309,7 +3310,7 @@
"tools",
"utils"
],
"Hash": "0fc97a52b4b32a0b4a3de4c5241348e2"
"Hash": "5c1d6e75684cd37665f7f686dad19510"
},
"tidylog": {
"Package": "tidylog",
Expand Down Expand Up @@ -3439,13 +3440,13 @@
},
"ucminf": {
"Package": "ucminf",
"Version": "1.2.0",
"Version": "1.2.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "892048d061cd01149ba86d9e841297ae"
"Hash": "48f2c17a0f91a1669cffdc8593aa62b2"
},
"urltools": {
"Package": "urltools",
Expand Down

0 comments on commit 986b9b3

Please sign in to comment.