Skip to content

Commit

Permalink
replace tidyeval utils
Browse files Browse the repository at this point in the history
  • Loading branch information
marianschmidt committed Jan 19, 2024
1 parent c761ae1 commit 7fde53a
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 109 deletions.
10 changes: 0 additions & 10 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(asir)
export(calc_futime)
export(calc_futime_tt)
export(calc_refrates)
export(enquo)
export(enquos)
export(eval_tidy)
export(expr)
export(histgroup_iarc)
export(ir_crosstab)
export(ir_crosstab_byfutime)
Expand All @@ -31,8 +23,6 @@ export(sir_ratio)
export(sir_ratio_lci)
export(sir_ratio_uci)
export(summarize_sir_results)
export(sym)
export(syms)
export(vital_status)
export(vital_status_tt)
importFrom(magrittr,"%>%")
Expand Down
16 changes: 16 additions & 0 deletions R/msSPChelpR-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom rlang .data
#' @importFrom rlang :=
#' @importFrom rlang as_label
#' @importFrom rlang as_name
#' @importFrom rlang enquo
#' @importFrom rlang enquos
#' @importFrom rlang eval_tidy
#' @importFrom rlang expr
#' @importFrom rlang sym
#' @importFrom rlang syms
## usethis namespace: end
NULL
47 changes: 0 additions & 47 deletions R/utils-tidy-eval.R

This file was deleted.

22 changes: 22 additions & 0 deletions man/msSPChelpR-package.Rd

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

52 changes: 0 additions & 52 deletions man/tidyeval.Rd

This file was deleted.

0 comments on commit 7fde53a

Please sign in to comment.