HonestDiD 0.2.7
Replace
CVXR::solve()
with
CVXR::psolve()
for compatibility with CVXR >= 1.0, which no longer exports
solve
(#68).
HonestDiD 0.2.6
Improve error messages; implemented scaling retry for
.findLowestH
(#63).