jonkeane commented on a change in pull request #11360: URL: https://github.com/apache/arrow/pull/11360#discussion_r780473234
########## File path: .github/workflows/r.yml ########## @@ -324,6 +324,10 @@ jobs: cd r/tests sed -i.bak -E -e 's/"arrow"/"arrow", reporter = "location"/' testthat.R rm -f testthat.R.bak + - name: Build cpp11 (on R 3.6) + if: ${{ matrix.rtools == 35 }} + shell: Rscript {0} + run: install.packages("cpp11", type = "source") Review comment: Yup yup. I looked around to see if there was some way to encourage `type="source"` in cases where it's *needed* but it's all or nothing as far as I've found. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org