Skip to content

Commit

Permalink
fix for check
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Dec 8, 2024
1 parent d6e8a57 commit d6f4558
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/EDCimport-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ edcimport_env = rlang::new_environment()
edcimport_env$warn_list = list()
edcimport_env$lookup = NULL

utils::globalVariables(c(".", ":=", "!!", ".data", ".env", "SUBJID", "age", "dataset", "n_id", "name", "value", ".id", "aegr", "aesoc", "best_resp", "case_when", "diff_first", "element_blank", "facet_grid", "first_sum", "grade2", "grade_max", "last_sum", "min_sum", "n_ae", "n_arm", "n_soc", "n_term", "replace_na", "resp", "resp_num", "sae", "scale_fill_steps", "star", "star_txt", "subjid", "variable", "vars", "x", "column", "last_date", "origin", "pct_datasets", "arm_", "grade_", "soc_", "subjid_", "term_", "any_ae", "any_severe", "label", "label_percent_positive", "n_severe", "pct_ae", "pct_severe", "severe_", "unit", ".name", "Tot", "any_grade_sup_na", "calc", "col_keys", "crfstat", "datetime_extraction", "first_date", "h1", "h2", "origin_col", "origin_data", "origin_label", "prefered", "resp2", "showNA", "sort_by_count", "title", "weight"))
utils::globalVariables(c(".", ":=", "!!", ".data", ".env", "SUBJID", "age", "dataset", "n_id", "name", "value", ".id", "aegr", "aesoc", "best_resp", "case_when", "diff_first", "element_blank", "facet_grid", "first_sum", "grade2", "grade_max", "last_sum", "min_sum", "n_ae", "n_arm", "n_soc", "n_term", "replace_na", "resp", "resp_num", "sae", "scale_fill_steps", "star", "star_txt", "subjid", "variable", "vars", "x", "column", "last_date", "origin", "pct_datasets", "arm_", "grade_", "soc_", "subjid_", "term_", "any_ae", "any_severe", "label", "label_percent_positive", "n_severe", "pct_ae", "pct_severe", "severe_", "unit", ".name", "Tot", "any_grade_sup_na", "calc", "col_keys", "crfstat", "datetime_extraction", "first_date", "h1", "h2", "origin_col", "origin_data", "origin_label", "prefered", "resp2", "showNA", "sort_by_count", "title", "weight", "dataset_sum", "included", "subjid_sum"))



Expand Down
1 change: 1 addition & 0 deletions R/patient_gridplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#' @param axes_flip whether to flip the axes, so that patients are on the Y axis and datasets on the X axis
#' @param show_grid whether to show the grid
#' @param preprocess a function to preprocess the patient ID, e.g. `as.numeric`, or a custom function with string replacement
#' @param palette the colors to use
#'
#' @return a `ggplot` object
#' @export
Expand Down
2 changes: 2 additions & 0 deletions man/edc_patient_gridplot.Rd

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

0 comments on commit d6f4558

Please sign in to comment.