thisisnic opened a new issue, #51152:
URL: https://github.com/apache/arrow/issues/51152
The test-r-linux-as-cran nightly job has failed on every run since
2026-08-25 (last successful run was 2026-08-21). All five rhub jobs fail the
same way:
```
Found R CMD check NOTE(s) in output:
* checking top-level files ... NOTE
Non-standard file/directory found at top level:
'jarl.toml'
```
Example failing run:
https://github.com/ursacomputing/crossbow/actions/runs/33577466028/job/100084471107
r/jarl.toml was added in #50851
(https://github.com/apache/arrow/commit/71c98fcbd13d5834bc1338c11d2d6ac6cfd540e1)
but was not added to r/.Rbuildignore, so it ends up in the package tarball and
R CMD check flags it. Fix is to add `^jarl\.toml$` to
https://github.com/apache/arrow/blob/1b0b16a8f68c0082534aa185c0bb4052614df924/r/.Rbuildignore
That PR also left r/.lintr and its .Rbuildignore entry in place, which can
be removed at the same time.
--
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]