Skip to content

Commit

Permalink
#40 update roxygen and generate man
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Jun 14, 2024
1 parent 3e00769 commit 247771c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ importFrom(forcats,fct_relevel)
importFrom(magrittr,"%>%")
importFrom(pointblank,col_vals_not_null)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,set_names)
importFrom(rlang,is_na)
importFrom(rlang,na_chr)
Expand Down
4 changes: 4 additions & 0 deletions R/generate_collinearity_subset.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#' - `generate_rating_subsets()`
#'
#' `generate_collinearity_subset()` only creates expertise subsets based on the full dataset where `exclusion_set == "complete"` and `publishable_subset == "All"` and `expertise_subset == "All"`.
#' @import dplyr
#' @importFrom purrr map
#' @importFrom purrr map2
#' @importFrom purrr pluck
#' @examples
#' ManyEcoEvo %>%
#' prepare_response_variables(estimate_type = "Zr") |>
Expand Down

0 comments on commit 247771c

Please sign in to comment.