.onAttach <- function(lib, pkg,...){
packageStartupMessage(rymWelcomeMessage())
}
#
#
rymWelcomeMessage <- function(){
# library(utils)
paste0("\n",
"---------------------\n",
"Welcome to rym version ", utils::packageDescription("rym")$Version, " - R Interface to Yandex.Metrica API.\n",
"\n",
" Author: Alexey Seleznev (Head of analytics dept at Netpeak).\n",
" Email: selesnow@gmail.com\n",
" Blog: https://alexeyseleznev.wordpress.com \n",
" Facebook: https://facebook.com/selesnown \n",
" Linkedin: https://www.linkedin.com/in/selesnow \n",
" Package Site: https://selesnow.github.io \n",
" Rdocumentation: https://www.rdocumentation.org/collaborators/name/Alexey%20Seleznev \n",
"\n",
"Support:\n",
" Package website: https://selesnow.github.io/rym",
" Type help(package = 'rym') for the main documentation.\n",
" The github page is: https://github.com/selesnow/rym/\n",
"\n",
"Vignettes:\n",
" vignette('intro-to-rym', package = 'rym')\n",
" vignette('rym-management-api', package = 'rym')\n",
" vignette('rym-reporting-api', package = 'rym')\n",
" vignette('rym-ga-api', package = 'rym')\n",
" vignette('rym-logs-api', package = 'rym')\n",
"\n",
"Suggestions and bug-reports can be submitted at: https://github.com/selesnow/rym/issues\n",
"Or contact: <selesnow@gmail.com>\n",
"\n",
"\tTo suppress this message use: ", "suppressPackageStartupMessages(library(rym))\n",
"---------------------\n"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.