I'm starting to think letting statisticians do OOP is a bad idea. This r function uses a complex data type as input, but the maintainers of the package that defined that type have changed the structure of the data type, so now I have to jump through some hoops to create an object of the old type. Got to really suck for all the r programmers who don't have a CompSci background.
#r #dataScience