Skip to content

Commit

Permalink
prep for cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Jan 4, 2019
1 parent 93ffc90 commit a6be230
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
if (!interactive() || stats::runif(1) > 0.1) return()

tips <- c(
"Learn more about xplorerr at http://github.com/rsquaredacademy/xplorerr/.",
"Learn more about xplorerr at https://github.com/rsquaredacademy/xplorerr/.",
"Use suppressPackageStartupMessages() to eliminate package startup messages.",
"Need help getting started with data science? Visit: https://www.rsquaredacademy.com"
"Need help getting started with regression models? Visit: https://www.rsquaredacademy.com",
"Check out our interactive app for quick data exploration. Visit: https://apps.rsquaredacademy.com/."
)

tip <- sample(tips, 1)
Expand Down

0 comments on commit a6be230

Please sign in to comment.