andybega / icews

Get the ICEWS event data
https://www.andybeger.com/icews/
Other
23 stars 2 forks source link

Migrate to testthat 3rd edition #76

Closed andybega closed 2 years ago

andybega commented 3 years ago

https://testthat.r-lib.org/articles/third-edition.html

andybega commented 2 years ago

testthat::with_mock() has been deprecated, which is causing errors in the GitHub actions. So might as well migrate now. Sticking point are how to do the mocking now.