Closed josherrickson closed 6 months ago
dbc59127f4f782508eb3042fb58c0211729c5e2e makes some changes related to this issue
I've been playing around with the package a bit and am happy where thing are at. Closing this issue; we can open issues for individual topics should they arise.
@benthestatistician I think you're the best person to take a pass through the various outputs we display to the user (whether it's output from something like
print
or it's a warning/error) to flag anything you'd want to clean up. I could generate a list of all this I suppose, but I suspect seeing thing in context may work better? You could probably just open up some of the test files and step through the code - errors and warnings will be in there of course (just remove theexpect_error
/expect_warning
calls).