Skip to content

Commit

Permalink
deploy pkg using glitter
Browse files Browse the repository at this point in the history
  • Loading branch information
meerapatelmd committed Apr 26, 2022
1 parent 7963f3e commit 7090a39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 37 deletions.
6 changes: 3 additions & 3 deletions R/crosswalk.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ write_crosswalk_table <-
conn_fun = "pg13::local_connect(verbose = FALSE)",
tty_ranking,
log_schema = "public",
log_table_name = "setup_mth_log",
crosswalk_log_table_name = "setup_mth_crosswalk_log",
log_table_name = "setup_umls_log",
crosswalk_log_table_name = "setup_umls_crosswalk_log",
verbose = TRUE,
render_sql = TRUE) {
sab_table <- stringr::str_replace_all(sab,
Expand Down Expand Up @@ -426,7 +426,7 @@ write_crosswalk_table <-

#' @seealso
#' \code{\link[pg13]{drop_cascade}},\code{\link[pg13]{create_schema}}
#' @rdname setup_crosswalk_Schema
#' @rdname setup_crosswalk_schema
#' @export
#' @importFrom pg13 drop_cascade create_schema query

Expand Down
1 change: 0 additions & 1 deletion R/run_setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#' @inherit setup description
#' @inheritParams pkg_args
#' @rdname run_setup
#' @family setup
#' @export
#' @importFrom pg13 lsSchema send lsTables dropTable
#' @importFrom tibble as_tibble_col
Expand Down
1 change: 0 additions & 1 deletion man/run_setup.Rd

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

30 changes: 0 additions & 30 deletions man/setup_crosswalk_Schema.Rd

This file was deleted.

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

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

0 comments on commit 7090a39

Please sign in to comment.