The R Project SVN R

Rev

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

Rev 14755 Rev 15508
Line 3... Line 3...
3
</head><body>
3
</head><body>
4
 
4
 
5
 
5
 
6
 
6
 
7
<h1 align="center">R for Macintosh FAQ/DOC</h1>
7
<h1 align="center">R for Macintosh FAQ/DOC</h1>
8
<h2>Version for <tt>R 1.3.0</tt></h2>
8
<h2>Version for <tt>R 1.3.1</tt></h2>
9
<address>S. M. Iacus</address>
9
<address>S. M. Iacus</address>
10
<p>
10
<p>
11
Changes specific to this version:
11
Changes specific to this version:
12
 
12
 
13
<ul> Fixed a bug when saving from menus</ul>
13
<ul> Added the "Config" menu</ul>
14
<ul> Fixed a bug that crashes R under System 8.6 due to a call
14
<ul> Fixed a bug in the lapack module. Complex functions are now available.</ul>
15
to a non-existent function under 8.6</ul>
-
 
16
<ul> Stack and memory settings changed to work on System 8.6</ul>
15
<ul> Added MPW makefiles to build standard libraries and modules</ul>
17
<ul> Added back the "Save" menu</ul>
16
<ul> Added experimental script to build R via Apple's MRC compiler</ul>
18
<ul> file.choose() works correctly now</ul>
-
 
19
<ul> Now R takes track of file names associated to each window</ul>
17
<ul> Now R needs a new shared library <a href="#f2cLib">"f2cLib"</a> that 
20
<ul> Fixed a bug with printer dialog, now "cancel" works correctly</ul>
18
   will increase portability for all fortran based packages</ul>
21
<ul> Now R can handle "user breaks" in evaluation and printing loops. R 
19
<ul> Added support for apple events. R begins to be a scriptable
22
uses standard MacOS control break sequence, that is "CMD + ."</ul>
20
  application. Very limited support by now but will increase soon.
23
<ul> Windows are smoothly refreshed/updated under MacOS X"</ul>
21
  Some demo scripts have been added.</ul>
24
<ul> Now R can run AppleScript, some demo scripts are provided. See 
22
<ul> link.html.help() function has been added by picking windows code.</ul>
25
"help(applescript)" for more details</ul>
-
 
26
 
23
 
27
 
24
 
28
<p><p><hr><p>
25
<p><p><hr><p>
29
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
26
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
30
<html>
27
<html>
Line 544... Line 541...
544
<td></td>
541
<td></td>
545
 
542
 
546
<td></td>
543
<td></td>
547
</tr>
544
</tr>
548
 
545
 
-
 
546
 
-
 
547
<tr>
-
 
548
<td>Config</td>
-
 
549
 
-
 
550
<td></td>
-
 
551
 
-
 
552
<td></td>
-
 
553
 
-
 
554
<td></td>
-
 
555
</tr>
-
 
556
 
-
 
557
<tr>
-
 
558
<td></td>
-
 
559
 
-
 
560
<td>Allow Interrupt</td>
-
 
561
 
-
 
562
<td>&nbsp;</td>
-
 
563
 
-
 
564
<td>It is equivalent to set the option "Interrupt=TRUE" in the 
-
 
565
.Renvironment config file but this can be changed at runtime.</td>
-
 
566
</tr>
-
 
567
 
-
 
568
<tr>
-
 
569
<td>&nbsp;</td>
-
 
570
 
-
 
571
<td>On Open Source</td>
-
 
572
 
-
 
573
<td></td>
-
 
574
 
-
 
575
<td>It is equivalent to set the option "OnOpenSource=TRUE" in the 
-
 
576
.Renvironment config file but this can be changed at runtime. Useful to 
-
 
577
work with external editor such as Alpha.</td>
-
 
578
</tr>
-
 
579
 
-
 
580
 
549
<tr>
581
<tr>
550
<td>Help</td>
582
<td>Help</td>
551
 
583
 
552
<td></td>
584
<td></td>
553
 
585
 
Line 676... Line 708...
676
<br># user breaks. With this swtich on
708
<br># user breaks. With this swtich on
677
<br># R is a bit slower than with the
709
<br># R is a bit slower than with the
678
<br># switch off
710
<br># switch off
679
<br># Default: Interrupt=FALSE
711
<br># Default: Interrupt=FALSE
680
<br>&nbsp;
712
<br>&nbsp;
-
 
713
<br> This can be changed at runtime also via the Config menu.
681
<p>R behaviour when R application receive an "open" event:
714
<p>R behaviour when R application receive an "open" event:
682
<br>-------------------------------------------------------
715
<br>-------------------------------------------------------
683
<p># Wheter to show or source a file
716
<p># Wheter to show or source a file
684
<br># You should set this to TRUE if you
717
<br># You should set this to TRUE if you
685
<br># want Alpha&nbsp; be your external editor
718
<br># want Alpha&nbsp; be your external editor
686
<br># Default: OnOpenSource=FALSE
719
<br># Default: OnOpenSource=FALSE
687
<br>OnOpenSource=FALSE
720
<br>OnOpenSource=FALSE
688
<p>This means that when you drag a file on top of the R icon or you submit
721
<p>This means that when you drag a file on top of the R icon or you submit
689
something from an external editor, R application simply open it (FALSE)
722
something from an external editor, R application simply open it (FALSE)
690
or sources it (TRUE). If the file is a worspace image file, then R loads
723
or sources it (TRUE). If the file is a worspace image file, then R loads
691
that workspace.
724
that workspace. This can be changed at runtime also via the Config menu.
692
<br>&nbsp;
725
<br>&nbsp;
693
<p>Tab size of text windows:
726
<p>Tab size of text windows:
694
<br>-------------------------
727
<br>-------------------------
695
<p># The Tab size to use in text windows
728
<p># The Tab size to use in text windows
696
<br># range [1,20]
729
<br># range [1,20]
Line 755... Line 788...
755
MacOS X as virtual memory is always on.
788
MacOS X as virtual memory is always on.
756
<br>You need the latest version of the 
789
<br>You need the latest version of the 
757
<a href="http://asu.info.apple.com/swupdates.nsf/artnum/n11916">CarbonLib 
790
<a href="http://asu.info.apple.com/swupdates.nsf/artnum/n11916">CarbonLib 
758
library</a> from Apple. At the time of this release, version 1.2.5 is the current non developer release.
791
library</a> from Apple. At the time of this release, version 1.2.5 is the current non developer release.
759
Normally it is included in System 9.1 and X.
792
Normally it is included in System 9.1 and X.
-
 
793
<br><a NAME="f2cLib">Now R needs the f2cLib shared library to run. This 
-
 
794
library is distributed with R but in case you miss it you can found it <a 
-
 
795
href="http://www.ci.tuwien.ac.at/~iacus/R">here</a>.
760
<br>The minimum System version release is 8.6 (+ CarbonLib library).
796
<br>The minimum System version release is 8.6 (+ CarbonLib library).
761
<br>You no longer need the WasteLib library.
797
<br>You no longer need the WasteLib library.
762
<p><a NAME="FBUGS"></a><b>FIXED BUGS</b>
798
<p><a NAME="FBUGS"></a><b>FIXED BUGS</b>
763
<br>This version has several bugs fixed. Mostly GUI incongruencies and
799
<br>This version has several bugs fixed. Mostly GUI incongruencies and
764
problems have been resolved and few R internal numerical bugs. You have
800
problems have been resolved and few R internal numerical bugs. You have