Skip to content

Commit

Permalink
Don't create Rd file for internal function
Browse files Browse the repository at this point in the history
  • Loading branch information
humburg committed Feb 27, 2017
1 parent 2de6ebf commit 4ec2e89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ fix_exponent <- function(x){
x
}

#' Create valid bootstrap size class
#' #' @importFrom stringr str_detect
#' @importFrom stringr str_detect
valid_size <- function(size, size_class='md'){
if(!stringr::str_detect(size,'^col')){
if(as.integer(size) < 1 || as.integer(size) > 12){
Expand Down

0 comments on commit 4ec2e89

Please sign in to comment.