nealrichardson opened a new pull request, #13104:
URL: https://github.com/apache/arrow/pull/13104
`R CMD check` now raises a NOTE after my previous fix
(f49fbda3dffeaead7d192ec64bfd2a7cfc4172a3):
```
* checking R code for possible problems ... NOTE
File ‘arrow/R/arrow-package.R’:
.onLoad calls:
packageStartupMessage("The tzdb package is not installed. Timezones will
not be available.")
See section ‘Good practice’ in '?.onAttach'.
```
Interestingly, the docs they point to say to use `packageStartupMessage()`
like we are doing here. In any case, if we move it to a function that
`.onLoad()` calls rather than having it directly in .onLoad, `check` doesn't
find it 🤷
--
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]