[R] R packages in S-Plus?

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Jun 5 08:30:32 CEST 2003


On Wed, 4 Jun 2003, array chip wrote:

> Hi, is it possible to use the packages from CRAN in
> SPlus? and how to do it if yes?

It's going to be possible only if the packages use the common subset of 
the S language implemented in both R and S-PLUS: and the porter (you) will 
have to know how to check that.  It also depends on which version of 
S-PLUS.  But in brief

R CMD Rdconv can convert the help files to Ssgml, and less successfully to 
Sd.

Any C files may need conversion to S headers.

The R files may work.

After that you install in S-PLUS in the usual way.

For more details see `S Programming' and its on-line complements.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list