eitsupi commented on code in PR #146:
URL: https://github.com/apache/sedona-db/pull/146#discussion_r2376337142
##########
.github/workflows/r.yml:
##########
@@ -88,13 +88,12 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
+ extra-packages: any::rcmdcheck
needs: check
working-directory: r/sedonadb
- - name: Install R Package
- run: |
- R CMD INSTALL r/sedonadb --preclean
-
- - name: Test R Package
- run: |
- R -e 'library(testthat); test_local("r/sedonadb",
MultiReporter$new(list(CheckReporter$new(), LocationReporter$new())))'
Review Comment:
FYI, r-polars has two jobs: a fast job that builds in debug mode and runs
only test, and a job workflow that builds in release mode and runs R CMD check.
If you're interested, check them out.
https://github.com/pola-rs/r-polars/blob/66d7b73b6496dc4494fae72f8540a6958cec0c9a/.github/workflows/test-r.yml#L47-L197
--
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]