The R Project SVN R

Rev

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

Rev 21192 Rev 28372
Line 69... Line 69...
69
 
69
 
70
    o Test help.start() and the HTML help's search engine.  Also check
70
    o Test help.start() and the HTML help's search engine.  Also check
71
      cross-links between help files in different packages under HTML
71
      cross-links between help files in different packages under HTML
72
      and CHTML.
72
      and CHTML.
73
 
73
 
74
    o Try Rcmd INSTALL on windlgs.
74
    o Try R CMD INSTALL on windlgs.
75
 
75
 
76
 
76
 
77
- Test Rprof and Rcmd Rprof.
77
- Test Rprof and R CMD Rprof.
78
 
78
 
79
- Check win.version() is reporting sensibly.
79
- Check win.version() is reporting sensibly.
80
 
80
 
81
- Run undoc() and codoc() on a package you installed.
81
- Run undoc() and codoc() on a package you installed.
82
 
82
 
Line 93... Line 93...
93
- Install Thomas Baier's StatConnector (on CRAN under
93
- Install Thomas Baier's StatConnector (on CRAN under
94
  Software->Other->Non-standard packages) and run its tests.  (You
94
  Software->Other->Non-standard packages) and run its tests.  (You
95
  will need to do this on an installed version or run .../bin/RSetReg.exe.)
95
  will need to do this on an installed version or run .../bin/RSetReg.exe.)
96
 
96
 
97
- Using the installed copy, try building a copy of packages and a
97
- Using the installed copy, try building a copy of packages and a
98
  bundle (e.g. VR) using Rcmd INSTALL, and try Rcmd check and Rcmd
98
  bundle (e.g. VR) using R CMD INSTALL, and try R CMD check and R CMD
99
  build too.  Also a package that uses BLAS (e.g. quadprog).
99
  build too.  Also a package that uses BLAS (e.g. quadprog).
100
 
100
 
101
- If you have latex installed, customize .../bin/helpPRINT.bat and
101
- If you have latex installed, customize .../bin/helpPRINT.bat and
102
  test help(offline=TRUE).
102
  test help(offline=TRUE).
103
 
103