Rev 29080 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
********************** ** 1.9 SERIES NEWS ** **********************CHANGES IN R (AQUA) VERSION 1.9.1BUG FIXESo fixed the function "Check for R updates" that worked onlyon patches and not on full release changes.o fixed the clipping problem in the quartz deviceCHANGES IN R (AQUA) VERSION 1.9.0NEW FEATURESo Dragging a file on the R icon, causes R to source thefile or load the data into the workspace if the fileis a RDX1/RDX2 R image file. At the moment there is nocontrol over the file and the user is responsible ofwhat is trying to load into R.o The user can select a startup working directory in thePreferences using the Misc tab.o The current working directory is now displayed on top ofR Console window bar.o The refresh of the aqua console is now faster than before anbuffering of R output is enabled by default even if the usercan't set it. The preferences panel no longer contains theentries for setting the amount of the buffer size and thecheckbox for enabling/disablig this option.o Dy default, the Aqua console now opens to the left-top of thescreen unless differently set in the preferences file of theR.app. The last position of Console and its size are now savedin the preferences file when R quits and reused at R statupby default. The user can disable this functionality using thecheckbox in the Text Windows pane of preferences window.o By default, the quartz device now opens to the top-rightposition on the screen. The user can override this settingchoosing among five different solutions in the quartz devicetab in the preferences window.o Console font: now the user can only choose among 5 differentfixed width fonts. Fonts size and Tab size can now be choosenusing the appropriate popup menu buttons in the preferencewindow.o Edit and Help windows now opens at the right top position onthe screen. They are also 80 chars-width sized to contain bydefault R man pages.o Resizing of the R Console Window changes the "width" option bydefault unless the user disables this functionality in thepreference panelBUG FIXESo Mathematical symbols in plots are now displayed correctlyunder Jaguar (MacOSX 1.2.x) and Panther (MacOSX 10.3.x).Unicode encoding of the symbol font used under Panther is nowtranslated correctly to work as a MacRoman encoded font.o The redefinition of the internal do_dataentry by both the aquaand X11 modules, casued a bus error when launching R withoutthe --gui=aqua option under X11 using a version of R built touse the aqua module. This has now been fixed. (PR#6438)o The locator and identify process can now be interrupted bypressing the ESC key. Labels of the identified points now showscorrectly and not just in the end of the identify process. Bellsound has been implemented as well.o The font colors are now set correctly in the input frame afterpreferences changeso The cpu usage was very high in previous releases of R (Aqua)due to idle timers implementation. Now removed with a newinternal design to refresh the Aqua console.o Saving the content of a quartz graphics device and thenresizing caused a crash (PR#1991). Now fixed.o Zooming in and out edit and helps windows did not adjust thescroll bars. Now fixed.o It has been fixed a problem that causes RAqua fail to calledfrom the S/R-tcl Mode in Alpha X.INSTALLATION CHANGESo The defaults for configure for Darwin systems is--with-blas='-framework vecLib' --with-lapack --with-aquathat by default builds R as a framework and installs it in/Library/Frameworks as R.framework. Then, make install justinstalls the R.framework in /Library/Frameworks unlessspecified at configure time using the -enable-R-framework=[DIR]or using the --prefix flag at installation time.