Message-ID: <BANLkTikFL8LuPkX6SSEp-yNqNhYpt-zrWg@mail.gmail.com>
Date: 2011-06-10T18:54:39Z
From: Nipesh Bajaj
Subject: How to add a welcome message in Package development?
Dear all, it is my first post in R-devel list, and hope that this is
the right place to ask question related to package development.
I have created my first package in Windows through the usual route.
Now I want to add some ***Welcome message*** as soon as user loads my
package into their R console, using library() function. However I
could not figure out where and how should I add this functionality in
entire package development procedure, and the "Writing R Exts"
document also seem to be mum on this issue.
Can somebody help me how to add this functionality in the development
route of package. I believe this is possible as in many existing
packages that functionality is present.
Thanks,