Nothing
tetRysSound <- new.env()
.onAttach <- function(libname, pkgname)
{
Ver <- as.character(packageVersion("tetRys")[1])
Msg <- paste("This is tetRys, version ", Ver, ". A game inspired by Tetris.\nType 'tetRys()' to play a game of tetRys.", sep = "")
packageStartupMessage(Msg)
tetRysSound$Path <- system.file("extdata", package = pkgname)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.