nealrichardson opened a new pull request, #13085:
URL: https://github.com/apache/arrow/pull/13085

   According to the 
[docs](https://stat.ethz.ch/R-manual/R-devel/library/base/html/ns-hooks.html), 
`packageStartupMessage()` is preferred. With `warning()`, it can show up in the 
`R CMD INSTALL` output like this:
   
   ```
   installing to D:/a/_temp/Library/00LOCK-arrow/00new/arrow/libs/x64
   ** R
   ** inst
   ** byte-compile and prepare package for lazy loading
   ** help
   *** installing help indices
   ** building package indices
   ** installing vignettes
   ** testing if installed package can be loaded from temporary location
   Warning in fun(libname, pkgname) :
     The tzdb package is not installed. Timezones will not be available.
   ** testing if installed package can be loaded from final location
   Warning in fun(libname, pkgname) :
   ** testing if installed package keeps a record of temporary installation path
     The tzdb package is not installed. Timezones will not be available.
   * MD5 sums
   packaged installation of 'arrow' as arrow_7.0.0.20220505.zip
   * DONE (arrow)
   ```
   
   I will cherry-pick when preparing the 8.0.0 CRAN submission


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to