We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.onAttach <- function(libname, pkgname) { packageStartupMessage("Welcome to my package") }
For fun, as per 'when you do need side effects' section of the 'R code' chapter of R Packages by Hadley Wickham.
The text was updated successfully, but these errors were encountered:
187898b
Merge pull request #6 from matt-dray/improvement/welcome-message
8b8f3da
fix #5 – add welcome message
matt-dray
No branches or pull requests
For fun, as per 'when you do need side effects' section of the 'R code' chapter of R Packages by Hadley Wickham.
The text was updated successfully, but these errors were encountered: