The R Project SVN R

Rev

Rev 87616 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87616 Rev 87636
Line 179... Line 179...
179
  use is made of later additions (for example for version 2, raw
179
  use is made of later additions (for example for version 2, raw
180
  vectors, external pointers and some S4 objects).
180
  vectors, external pointers and some S4 objects).
181
 
181
 
182
  One such \sQuote{later addition} was \link{long vectors}, introduced in \R
182
  One such \sQuote{later addition} was \link{long vectors}, introduced in \R
183
  3.0.0 and loadable only on 64-bit platforms (32-bit platforms are
183
  3.0.0 and loadable only on 64-bit platforms (32-bit platforms are
184
  dperecated but still supported).
184
  deprecated but still supported).
185
 
185
 
186
  Loading files saved with \code{ASCII = NA} requires a C99-compliant C
186
  Loading files saved with \code{ASCII = NA} requires a C99-compliant C
187
  function \code{sscanf}: this was a problem on Windows, first worked
187
  function \code{sscanf}: this was a problem on Windows, first worked
188
  around in \R 3.1.2: version-2 files in that format should be readable
188
  around in \R 3.1.2: version-2 files in that format should be readable
189
  in earlier versions of \R on all other platforms.
189
  in earlier versions of \R on all other platforms.