jasp-desktop icon indicating copy to clipboard operation
jasp-desktop copied to clipboard

Empty R Source gives one empty row instead of no row

Open boutinb opened this issue 3 years ago • 0 comments

Issue can be easily reproduced by just opening the Classical Continuous Cochrane: Screenshot 2022-07-15 at 11 21 48

This is because in c++, a vector of vector of string initialized by {{}} is a vector of one empty element. It should be initialized by {} which is an empty vector.

boutinb avatar Jul 15 '22 09:07 boutinb