Skip to content

Commit

Permalink
#102 #118 devtools::document()
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 23, 2024
1 parent 3d45d72 commit ee5b6fa
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 795 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ importFrom(purrr,reduce2)
importFrom(purrr,set_names)
importFrom(rlang,caller_env)
importFrom(rlang,enquo)
importFrom(rlang,exec)
importFrom(rlang,expr)
importFrom(rlang,is_na)
importFrom(rlang,is_null)
Expand Down
932 changes: 160 additions & 772 deletions _targets/meta/meta

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions data-raw/tar_make.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ library(crew)
library(tictoc)

# ---- Run targets pipeline ----
tar_destroy() # Uncomment and run if want to reproduce from scratch, run locally only
# tar_destroy() # Uncomment and run if want to reproduce from scratch, run locally only
tic()
tar_make()
toc()
# tar_make()
# tar_make(names = ManyEcoEvo_results)
# tar_make(shortcut = T, callr_function = NULL) #`callr_function` is set to NULL for debugging
tar_make(shortcut = T, callr_function = NULL) #`callr_function` is set to NULL for debugging
toc()


# ---- Read targets and use data ----

Expand Down
2 changes: 1 addition & 1 deletion man/back_transform_response_vars_yi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/log_transform_yi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion man/prepare_response_variables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 35 additions & 15 deletions man/process_analyst_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee5b6fa

Please sign in to comment.