The testthat tests work with devtools::test() in my other fork, but strangely fail in this repo, which is very slightly different. However, testthat::test_file('tests/testthat/test.R') succeeds, so I believe the functionality is correct.
I would remove and .gitignore some generated files: config.log, config.status, src/Makevars. However, I did not want to get distracted with that.
The testthat tests work with
devtools::test()
in my other fork, but strangely fail in this repo, which is very slightly different. However,testthat::test_file('tests/testthat/test.R')
succeeds, so I believe the functionality is correct.I would remove and .gitignore some generated files: config.log, config.status, src/Makevars. However, I did not want to get distracted with that.