Skip to content

Commit

Permalink
adding global variables due to dplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroliman committed Sep 6, 2024
1 parent a5cea94 commit 72f7b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/R6Sim.package.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ NULL
#' @importFrom magrittr %>%
#' @import dplyr
#' @import tidyr
utils::globalVariables(c(".", "where", "i"))
utils::globalVariables(c(".", "where", "i", "cluster_experiment", "normalized_weights", "param_dist.df.id",
"param_dist.df.name"))

0 comments on commit 72f7b0e

Please sign in to comment.