Rev 21192 | Blame | Last modification | View Log | Download | RSS feed
Testing R build under Windows=============================- Build R, the bitmap library, the distribution, the installer.makemake bitmapdllmake tclmake checkmake distribution(cd installer; make; make clean)- Test the rw1060.exe and miniR.exe installers and un-installing.- cd to ../../tests and runmake test-all-extrasGo online and runmake test-Internet- Using the installed copy, do some interactive testingo Check it will start and run correctly in sdi and mdi modes.Check the pager by using help().Check also HTML and CHTML help.o run demo(graphics) and check the output looks correct.o run the tcl/tk demos bylibrary(tcltk)demo(tkttest)demo(tkdensity)demo(tkcanvas)demo(tkfaq)demo(tkfilefind)o Check each of the console menu items in turn. Try theright-click popup menu too.o Put up a simple plot and experiment with saving, copying andprinting it. Also try all the options of savePlot(). You'llneed to look at the saved files, and paste into e.g. Word.o Try using identify().o Try the various resize options on the graphics window's menu.o Try printing and saving from a graphics window's menu.o Experiment with printing from the console, from a pager andprinting to a win.print() device.o Shut down a graphics window, a pager and the console from theframe icons and menu, the File menu etc.o Test drag-and-drop onto a shortcut on the desktop and into theRGui console window.o Test the plot history commands on the History menu of a graphicswindow.o Try a canvas colour and plot some transparent and opaquerectangles. Try example(points) and example(rect) too.o Test help.start() and the HTML help's search engine. Also checkcross-links between help files in different packages under HTMLand CHTML.o Try R CMD INSTALL on windlgs.- Test Rprof and R CMD Rprof.- Check win.version() is reporting sensibly.- Run undoc() and codoc() on a package you installed.- cd front-ends thenmake -f make.rtestset R_HOME appropriatelyRtest.exe> try some simple R commands> q()If you have access to Visual C++, test it as described in readme.- Install Thomas Baier's StatConnector (on CRAN underSoftware->Other->Non-standard packages) and run its tests. (Youwill need to do this on an installed version or run .../bin/RSetReg.exe.)- Using the installed copy, try building a copy of packages and abundle (e.g. VR) using R CMD INSTALL, and try R CMD check and R CMDbuild too. Also a package that uses BLAS (e.g. quadprog).- If you have latex installed, customize .../bin/helpPRINT.bat andtest help(offline=TRUE).- Try building using an ATLAS BLAS, and run the make check and maketest-all-extras tests again.- Check you can interrupt RGui with ESC and Rterm with Ctrl-C.- check building Rmath.dll in src/nmath/standalone.BDR2001-12-13, 2002-06-04