The R Project SVN R

Rev

Rev 51005 | Rev 52246 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51005 Rev 51006
Line 205... Line 205...
205
  under readline-based input on Unix.  For Rgui.exe, see the menu item
205
  under readline-based input on Unix.  For Rgui.exe, see the menu item
206
  `Help | Console', for Rterm.exe the file README.Rterm.
206
  `Help | Console', for Rterm.exe the file README.Rterm.
207
 
207
 
208
- Paths to files can be specified with "/" or "\\".
208
- Paths to files can be specified with "/" or "\\".
209
 
209
 
210
- Using help.start() does not automatically send help requests to the
-
 
211
  browser: use options(help_type="html") to turn this on.
-
 
212
 
-
 
213
- system() is enhanced here and does not automatically use a shell.
210
- system() is enhanced here and does not automatically use a shell.
214
  See its help page and that of shell().
211
  See its help page and that of shell().
215
 
212
 
216
- graphics device bmp() is available in this version.
213
- graphics device bmp() is available in this version.
217
 
214