Skip to content

Commit

Permalink
remove limited_print egs that triple colon namesapce taxa calls
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 17, 2019
1 parent 306dac9 commit 0520055
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions R/limited_print.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
#' @param type (`"error"`, `"warning"`, `"message"`, `"cat"`, `"print"`, `"silent"`)
#'
#' @return `NULL`
#'
#' @examples \dontrun{
#' taxa:::limited_print(1:100)
#' taxa:::limited_print(1:10000)
#' taxa:::limited_print(1:10000, prefix = "stuff:")
#' }
#' @keywords internal
limited_print <- function(chars, prefix = "",
max_chars = getOption("width") - nchar(prefix) - 5,
Expand Down
7 changes: 0 additions & 7 deletions man/limited_print.Rd

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

0 comments on commit 0520055

Please sign in to comment.