Skip to content
New issue

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

Add welcome note on attach #5

Closed
matt-dray opened this issue Oct 24, 2018 · 0 comments
Closed

Add welcome note on attach #5

matt-dray opened this issue Oct 24, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@matt-dray
Copy link
Owner

.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.

@matt-dray matt-dray added the enhancement New feature or request label Oct 24, 2018
@matt-dray matt-dray self-assigned this Oct 24, 2018
matt-dray added a commit that referenced this issue Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant