Skip to content

Commit

Permalink
Changes to make the travis logs easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Apr 10, 2017
1 parent 7d41fa2 commit bb1d58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/caret/R/modelLookup.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
#' @keywords utilities
#' @examples
#'
#' \dontrun{
#' modelLookup()
#' modelLookup("gbm")
#'
#' getModelInfo("pls")
#' getModelInfo("^pls")
#' getModelInfo("pls", regex = FALSE)
#'
#' \dontrun{
#' checkInstall(getModelInfo("pls")$library)
#' }
#'
Expand Down

0 comments on commit bb1d58b

Please sign in to comment.