Skip to content

Commit

Permalink
Merge pull request #31 from rsquaredacademy/develop
Browse files Browse the repository at this point in the history
revert to \dontrun
  • Loading branch information
aravindhebbali authored Dec 29, 2018
2 parents 0448b69 + 03e7207 commit 6fbc615
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/rbin-addins.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#' @param data A \code{data.frame} or \code{tibble}.
#'
#' @examples
#' if (interactive()) {
#' rbinAddin(data = mbank)
#' \dontrun{
#' rbinAddin(data = mbank)
#' }
#'
#' @export
Expand Down Expand Up @@ -205,8 +205,8 @@ rbinAddin <- function(data = NULL) {
#' @param data A \code{data.frame} or \code{tibble}.
#'
#' @examples
#' if (interactive()) {
#' rbinFactorAddin(data = mbank)
#' \dontrun{
#' rbinFactorAddin(data = mbank)
#' }
#'
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/rbinAddin.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/rbinFactorAddin.Rd

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

0 comments on commit 6fbc615

Please sign in to comment.