The R Project SVN R

Rev

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

Rev 17727 Rev 19953
Line 48... Line 48...
48
 
48
 
49
    o Try using identify().
49
    o Try using identify().
50
 
50
 
51
    o Try the various resize options on the graphics window's menu.
51
    o Try the various resize options on the graphics window's menu.
52
 
52
 
-
 
53
    o Try printing and saving from a graphics window's menu.
-
 
54
 
53
    o Experiment with printing from the console, from a pager and
55
    o Experiment with printing from the console, from a pager and
54
      printing to a win.print() device.
56
      printing to a win.print() device.
55
 
57
 
56
    o Shut down a graphics window, a pager and the console from the
58
    o Shut down a graphics window, a pager and the console from the
57
      frame icons and menu, the File menu etc.
59
      frame icons and menu, the File menu etc.
Line 92... Line 94...
92
  Software->Other->Non-standard packages) and run its tests.  (You
94
  Software->Other->Non-standard packages) and run its tests.  (You
93
  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.)
94
 
96
 
95
- 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
96
  bundle (e.g. VR) using Rcmd INSTALL, and try Rcmd check and Rcmd
98
  bundle (e.g. VR) using Rcmd INSTALL, and try Rcmd check and Rcmd
97
  build too.
99
  build too.  Also a package that uses BLAS (e.g. quadprog).
98
 
100
 
99
- If you have latex installed, customize .../bin/helpPRINT.bat and
101
- If you have latex installed, customize .../bin/helpPRINT.bat and
100
  test help(offline=TRUE).
102
  test help(offline=TRUE).
101
 
103
 
102
- Try building using an ATLAS BLAS, and run the make check and make
104
- Try building using an ATLAS BLAS, and run the make check and make
Line 106... Line 108...
106
 
108
 
107
- check building Rmath.dll in src/nmath/standalone.
109
- check building Rmath.dll in src/nmath/standalone.
108
 
110
 
109
 
111
 
110
BDR
112
BDR
111
2001-12-13
113
2001-12-13, 2002-06-04
112
 
114