rsquaredacademy / olsrr

Tools for developing OLS regression models
https://olsrr.rsquaredacademy.com/
Other
102 stars 22 forks source link

Package startup message error #134

Closed aravindhebbali closed 4 years ago

aravindhebbali commented 5 years ago
* checking R code for possible problems ... NOTE
File ‘olsrr/R/zzz.R’:
  .onAttach calls:
    message("A new version of olsrr is available with bug fixes and new features.")
    message(msg, "\nWould you like to install it?")

Package startup functions should use ‘packageStartupMessage’ to
  generate messages.
See section ‘Good practice’ in '?.onAttach'.