jonkeane opened a new issue, #38752: URL: https://github.com/apache/arrow/issues/38752
### Describe the bug, including details regarding any error messages, version, and platform. This is happening on CRAN's M1: https://www.stats.ox.ac.uk/pub/bdr/M1mac/arrow.out ``` * checking loading without being on the library search path ... WARNING Error in system("sysctl -n sysctl.proc_translated", intern = TRUE, ignore.stderr = TRUE) : error in running command Attaching package: ‘arrow’ The following object is masked from ‘package:utils’: timestamp It looks like this package has a loading problem when not on .libPaths: see the messages for details. * checking whether startup messages can be suppressed ... NOTE Error in system("sysctl -n sysctl.proc_translated", intern = TRUE, ignore.stderr = TRUE) : error in running command It looks like this package (or a package it requires) has a startup ``` I thought that this was already wrapped in `tryCatch`, but it appears not. We should do this ### Component(s) R -- 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]
