Skip to content

Commit

Permalink
Add package startup message.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 5, 2014
1 parent b35f7d3 commit 86c4423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sand/R/sand-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

.onAttach <- function(library, pkg) {
unlockBinding(".sand_cursor", asNamespace("sand"))
packageStartupMessage("\nStatistical Analysis of Network Data with R\n",
"Type in C2 (+ENTER) to start with Chapter 2.")
invisible()
}

Expand Down

0 comments on commit 86c4423

Please sign in to comment.