search for: orig_layout_cod

Displaying 1 result from an estimated 1 matches for "orig_layout_cod".

Did you mean: orig_layout_code
2006 Jul 12
0
read.spss() cannot import some SPSS files (PR#9074)
...ignored. Here are my suggested changes, based on the foreign_0.8-15.tar.gz. (I'd be happy to commit these via svn, but I assume that this is not allowed for non-core developers.) 413a414 > case 7: /* Multiple-response sets (later versions of SPSS). */ 580a582 > R_int32 orig_layout_code; 651c653 < if (hdr.layout_code == 2) --- > if (hdr.layout_code == 2 || hdr.layout_code == 3) 654a657 > orig_layout_code = hdr.layout_code; 656,658c659,661 < if (hdr.layout_code != 2) < lose ((_("%s: File layout code has unexpected value %d. Value should...