IQSS / Amelia

Amelia: A Package for Missing Data

Home Page:http://gking.harvard.edu/amelia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests re-implemented in testthat fail during R CMD check

mbsabath opened this issue · comments

I'm working on implementing a testthat testing regime for Amelia, and I'm running into an issue with the moPrep test. The test passes when I run it in the standard R console, but fails when I run the R CMD check. Is there anything unique in the mo methods that could potentially cause this behavior?

It looks like there was a bit of a problem with how amelia handled output from moPrep that didn't bite unless it was being called through eval as testthat does. I just pushed 42a0eb2 that should solve the problem.