Skip to content
Prev 546 / 15075 Next

Newbie Question

On Venerdì, feb 28, 2003, at 05:29 Europe/Rome, Rick Osborne wrote:

            
Rick, try to read the help files. If it is a simple txt file, then you 
should use read.table instead.
There are a couple of good intros written by R-core members like:
* An introduction to R
* R Data Import/Export
you can find both inside the doc folder of you installation of R or 
(better) on the www.r-project.org site in the "Manuals" section
If packages does not contain C/Fortran code, then you can use any 
prebuilt version of it (either Windows or Unix)
You cannot use packages as they are beacusa they need to be built.
If you want to build packages on your own, have a look inside the R 
sources in the file INSTALL of the src/macintosh directory.
The "true" MacOSX version of R is the Darwin/R and not the Carbon one 
you are using. The Carbon version of R will be soon abandoned and fully 
replaced by the Darwin one.

stefano