The R Project SVN R

Rev

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

Rev 7475 Rev 7599
Line 1... Line 1...
1
R FAQ
1
R FAQ
2
Frequently Asked Questions on R
2
Frequently Asked Questions on R
3
Version 0.90-8, 2000/01/08
3
Version 0.90-9, 2000/01/15
4
Kurt Hornik
4
Kurt Hornik
5
 
5
 
6
 
6
 
7
Table of Contents
7
Table of Contents
8
*****************
8
*****************
Line 226... Line 226...
226
very easily under a number of common Unix platforms (see *Note What
226
very easily under a number of common Unix platforms (see *Note What
227
machines does R run on?::).  The file `INSTALL' that comes with the R
227
machines does R run on?::).  The file `INSTALL' that comes with the R
228
distribution contains instructions.
228
distribution contains instructions.
229
 
229
 
230
   Note that you need a FORTRAN compiler or `f2c' in addition to a C
230
   Note that you need a FORTRAN compiler or `f2c' in addition to a C
231
compiler to build R.  Also, you need Perl version 5 to build the
231
compiler to build R.  Also, you need Perl version 5 to build the R object
232
documentation.  If this is not available on your system, you can obtain
232
documentations.  (If this is not available on your system, you can obtain a
233
precompiled documentation files via CRAN.
233
PDF version of the object reference manual via CRAN.)
234
 
234
 
235
   In the simplest case, untar the R source code, cd to the directory thus
235
   In the simplest case, untar the R source code, cd to the directory thus
236
created, and issue the following commands (at the shell prompt):
236
created, and issue the following commands (at the shell prompt):
237
 
237
 
238
     $ ./configure
238
     $ ./configure
Line 250... Line 250...
250
can be previewed and printed using standard programs such as `xdvi' and
250
can be previewed and printed using standard programs such as `xdvi' and
251
`dvips'.  You can also use `make pdf' to build PDF (Portable Document
251
`dvips'.  You can also use `make pdf' to build PDF (Portable Document
252
Format) version of the manuals, and view these using Acrobat.  Manuals
252
Format) version of the manuals, and view these using Acrobat.  Manuals
253
written in the GNU Texinfo system can also be converted to info files
253
written in the GNU Texinfo system can also be converted to info files
254
suitable for reading online with Emacs or standalone GNU Info; use `make
254
suitable for reading online with Emacs or standalone GNU Info; use `make
255
info' to create these versions.
255
info' to create these versions (note that this requires `makeinfo' version
-
 
256
4).
256
 
257
 
257
   Finally, use `make check' to find out whether your R system works
258
   Finally, use `make check' to find out whether your R system works
258
correctly.
259
correctly.
259
 
260
 
260
   You can also perform a "system-wide" installation using `make install'.
261
   You can also perform a "system-wide" installation using `make install'.
Line 473... Line 474...
473
 
474
 
474
   From CRAN, you can obtain the latest official release of R, daily
475
   From CRAN, you can obtain the latest official release of R, daily
475
snapshots of R (copies of the current CVS trees), as gzipped and bzipped
476
snapshots of R (copies of the current CVS trees), as gzipped and bzipped
476
tar files or as two gzipped tar files (ready for 1.4M floppies), a wealth
477
tar files or as two gzipped tar files (ready for 1.4M floppies), a wealth
477
of additional contributed code, as well as prebuilt binaries for various
478
of additional contributed code, as well as prebuilt binaries for various
478
operating systems (Linux, Digital Unix, and MS Windows) and pre-formatted
479
operating systems (Linux, Digital Unix, and MS Windows).  CRAN also
479
help pages.  CRAN also provides access to documentation on R, existing
480
provides access to documentation on R, existing mailing lists and the R Bug
480
mailing lists and the R Bug Tracking system.
481
Tracking system.
481
 
482
 
482
   To "submit" to CRAN, simply upload to
483
   To "submit" to CRAN, simply upload to
483
`ftp://cran.r-project.org/incoming' and send an email to
484
`ftp://cran.r-project.org/incoming' and send an email to
484
<wwwadmin@cran.r-project.org>.
485
<wwwadmin@cran.r-project.org>.
485
 
486