MINOR: [R] progress towards removing Assertthat dependency #50525
MINOR: [R] progress towards removing Assertthat dependency #50525olivroy wants to merge 10 commits into
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
Still a draft, but wanted to ping for you to activate the workflow run, so I could see the test results, so I could adjust them. |
|
Thanks for the PR @olivroy! Can you expand more about trying to get the dev version working locally - what have you tried and what errors are you getting? It'll be easier if we help you with that first, as building iteratively on CI burns through a lot of machine time and is a really frustrating process as you wait for the builds to complete which takes much longer than just running |
…porting the functions used.
|
I understand.. I am not very good with that. but when I call I don't know much about compilation... |
Thanks, that's helpful! It looks like there's an issue with our nightly C++ builds, so actually while we're fixing that then we can probably only easily build on CI so that's fine for now. This is super useful to know though, will have a look at getting it fixed. Once it is fixed, I think that setting the |
|
Oh, this is great! Thanks for investigating and finding a fix! This will be useful in the future. Hopefully, I got everything corrected this time |
Rationale for this change
To get rid of assertthat dependency
What changes are included in this PR?
Are these changes tested?
By existing tests.
Are there any user-facing changes?
No, only error messages standardized.
I have not been able to install the dev version locally, so I would need the workflows to be run, so that I could adjust the tests.