extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
175 stars 25 forks source link

refactor(test): replace mockr to testthat's mock functions #293

Closed eitsupi closed 1 year ago

eitsupi commented 1 year ago

testthat now have the new mocking tools (r-lib/testthat#1739).

So, the mockr package is no longer needed.

eitsupi commented 1 year ago

Sorry, I forgot to bump the version of testthat. (These mock functions were added on 3.1.7)

Ilia-Kosenkov commented 1 year ago

I forgot, can you merge it yourself after approval?

eitsupi commented 1 year ago

I do not have merge rights to this repository, so cannot merge.