The R Project SVN R

Rev

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

Rev 50084 Rev 51005
Line 206... Line 206...
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
210
- Using help.start() does not automatically send help requests to the
211
  browser: use options(htmlhelp=TRUE) to turn this on.
211
  browser: use options(help_type="html") to turn this on.
212
 
212
 
213
- system() is enhanced here and does not automatically use a shell.
213
- system() is enhanced here and does not automatically use a shell.
214
  See its help page and that of shell().
214
  See its help page and that of shell().
215
 
215
 
216
- graphics device bmp() is available in this version.
216
- graphics device bmp() is available in this version.