ARROW-16156: [R] Clarify warning message for features not turned on in .onAttach()#12842
ARROW-16156: [R] Clarify warning message for features not turned on in .onAttach()#12842paleolimbot wants to merge 2 commits intoapache:masterfrom
Conversation
…ify package startup message
|
|
|
|
jonkeane
left a comment
There was a problem hiding this comment.
Looks good, a small stylistic change on the error message that you can take or leave.
Co-authored-by: Jonathan Keane <jkeane@gmail.com>
|
I like it! |
|
Benchmark runs are scheduled for baseline = 58fe60f and contender = 961ec77. 961ec77 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
After ARROW-15818 (#12564) we get an extra message on package load because "engine" was added to
arrow_info()$capabilitiesand few if any users will have this turned on for at least the next release:This PR adds "engine" to the list of features we don't message users about and clarifies the message so that it's more clear why it's being shown: