The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
78769 2215 d 23 h luke /branches/R-syntax/ Branch for experimenting with syntax changes.  
78541 2257 d 11 h maechler /trunk/ type.convert(*, as.is): warning if not specified; in line with R 4.0.0`s adaption to read.table(.., stringsAsFactors = .) defaulting to FALSE  
78051 2316 d 0 h maechler /trunk/tests/ no 'options(stringsAsFactors = TRUE)' anymore  
49644 6164 d 16 h murdoch /trunk/ Add #line directive to R parser, and in a few places to code processing (more needed)
Add findLineNum and setBreakpoint
Make srcref code more tolerant of missing information
 
49002 6209 d 7 h ripley /trunk/ clean up now iconv is always available  
42377 6935 d 10 h ripley /trunk/tests/ close connection  
38319 7353 d 12 h ripley /trunk/ tweaks to work with stringsAsFactors=FALSE  
35107 7664 d 8 h ripley /trunk/tests/ update  
34861 7699 d 11 h ripley /trunk/ add allowEscapes to read.table()  
34325 7745 d 12 h ripley /trunk/tests/ make test work on a system without iconv  
34317 7745 d 21 h ripley /trunk/tests/ conditionalize the test  
34279 7747 d 8 h ripley /trunk/tests/ test when buildir != srcdir  
34278 7747 d 8 h ripley /trunk/ handle BOMs in UCS-2LE encoding  
16976 9005 d 21 h ripley /trunk/ back to arbitrary comment.char  
16975 9006 d 0 h ripley /trunk/ read.table was failing wiht quoted comment chars in first 5 lines
count.fields now respects quoted comment chars
 
16276 9057 d 23 h ripley /trunk/ allow comment chars inside headers in read.table  
16021 9081 d 21 h ripley /trunk/ comment chars allowed in read.table  
15798 9098 d 6 h ripley /trunk/ enhance read.table
bring out type.convert as documented function: now enhanced
 
13897 9217 d 2 h ripley /trunk/tests/ regression tests for read.table: fixes used here not yet committed