Skip to content

Commit

Permalink
redocument for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Jan 31, 2018
1 parent de20763 commit 44e3d85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stringr,str_pad)
importFrom(stringr,str_sub)
importFrom(tidyr,spread)
importFrom(utils,capture.output)
10 changes: 0 additions & 10 deletions R/tab.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,3 @@ ctab <- function(x, ..., m = TRUE) {
stop("ctab() must have exactly two variables for a 2x2 contingency table")
}
}

#' @export
br <- function(...) {
View(...)
}

#' @export
"%gin%" <- function(pattern, x) {
grepl(pattern, x)
}
5 changes: 5 additions & 0 deletions R/utils-tidy-eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
#' @importFrom rlang quo quos enquo sym syms ensym expr exprs enexpr quo_name
#' @export quo quos enquo sym syms ensym expr exprs enexpr quo_name
#' @importFrom rlang UQ UQS .data := %|%
#'
#' @importFrom stringr str_pad
#' @importFrom stringr str_sub
#' @importFrom utils capture.output
#' @importFrom tidyr spread
NULL

0 comments on commit 44e3d85

Please sign in to comment.