Displaying 1 result from an estimated 1 matches for "standard14".
2011 Aug 29
1
Out-of-date manual or small bug in R CMD check?
...f the Writing R Extensions manual (2.13.1)
appears to say that .Rdata files should be fine:
" Data files can have one of three types as indicated by their extension:
plain R code (‘.R’ or
‘.r’), tables (‘.tab’, ‘.txt’, or ‘.csv’, see ?data for the file formats,
and note that ‘.csv’ is not
the standard14 CSV format), or save() images (‘.RData’ or ‘.rda’). "
Am I misunderstanding some difference between .rda and .Rdata files in terms
of the save calls, or should R CMD check and the extensions manual agree on
this?
Thanks for all your hard work.
~G
SessionInfo:
R version 2.13.1 (2011-07-08)...