openbsd-ports/math/R/pkg/DESCR
pvalchev 10a758ab51 - don't display $HOMEPAGE twice
- use LOCALBASE
2004-11-07 18:37:22 +00:00

13 lines
631 B
Plaintext

R is a clone of The New S Language by Becker, Chambers, and Wilks of AT&T.
A comprehensive statistics package with a full scripting language, many
statistical operators, load/save, extensive help, graphical capabilities
including X11, PostScript, HP and other devices. Ideal for interactive
exploration of data.
Once you've installed R, you can start it just by typing R. There is
extensive online documentation; you can start with help() (note that almost
every S command or function has parentheses after it, so you type
help(A) for info about A).
If you have S users onsite, you may want to "cd ${LOCALBASE}/bin; ln -s R S"