LOST-STATS/lost-stats.github.io

Add a test script?

pdeffebach opened this issue · 4 comments

Many of the examples in this are broken, for example in the balance test, the guide instructs us to do

bal.text(treat ~ foreign, data = mtcars)

Despite the fact that neither treat nor foreign exist in the mtcars dataset. Looking through the code-base, there doesn't seem to be an automated testing for this repository. Is this something on the radar?

Hmm, good catch. I've corrected that particular error, but automated testing would be very cool if possible. I'm not sure how feasible it is. Does anyone know?

Which other pages are broken, by the way? I've tested quite a few recently and they've worked fine. At most they should require a package install.

Done!