Commits

Neal Richardson authored adb2c73c3b9
ARROW-7060: [R] Post-0.15.1 cleanup The most substantive change here is revisions to `r/configure` based on a recently added CRAN check for bashisms. We could have caught that change earlier if we were running R tests on Travis with the latest development version of R, so this patch fixes that as well (even though we may not be using Travis for much longer). There is also some backfilling of `r/NEWS.md` since I was already in the file. Leaving this as a draft PR until the CRAN submission is accepted, in case we need to revise further. Closes #5773 from nealrichardson/post-0.15.1 and squashes the following commits: e89f4fc58 <Neal Richardson> Remove fs dependency from Suggests 25800d395 <Neal Richardson> Version bump and more backticks 6d8166b2c <Neal Richardson> Try to fix for solaris 237e0270d <Neal Richardson> Bump some versions since the patch release wasn't merged 91e5be860 <Neal Richardson> Backfill some R NEWS 9cc37ec67 <Neal Richardson> --as-cran does the bashism check 1300db293 <Neal Richardson> Fix bashisms 95d5586ad <Neal Richardson> Install checkbashisms e43227958 <Neal Richardson> Run R on Travis with development version and enable new CRAN check Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>