Closed a-torgovitsky closed 4 years ago
Sorry, to be clear, I think the issue is that expm
is not in Imports
Done! I have added expm
to imports. I am sorry that the unit test did not catch the problem. I am still looking into why it did not. I am not sure if it is because I already installed expm
on my computer.
I don't think so, since even if it is installed it still needs to be loaded or else there will be an error.
Does the unit testing package restart the R session before testing? If not, then it is probably because you had library("expm")
already. However, I would expect that the testing package does automatically restart before testing...
These are the types of routine errors that should be caught in unit tests!